JavaScript is disabled on your browser.
java.lang.Object
info.u_team.u_team_core.impl.common.CommonGameRuleRegister.GameRuleLazyEntry<T>
All Implemented Interfaces:
LazyEntry <net.minecraft.world.level.GameRules.Key<T>>, Supplier <net.minecraft.world.level.GameRules.Key<T>>
Enclosing class:
CommonGameRuleRegister
public static class CommonGameRuleRegister.GameRuleLazyEntry<T extends net.minecraft.world.level.GameRules.Value<T>>
extends Object
implements LazyEntry <net.minecraft.world.level.GameRules.Key<T>>
Method Summary
All Methods Instance Methods Concrete Methods
net.minecraft.world.level.GameRules.Key<T >
boolean
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Method Details
get
public net.minecraft.world.level.GameRules.Key<T > get ()
Specified by:
get in interface Supplier <T extends net.minecraft.world.level.GameRules.Value<T >>
isPresent
public boolean isPresent ()
Specified by:
isPresent in interface LazyEntry <T extends net.minecraft.world.level.GameRules.Value<T >>