Klasse CommonGameRuleRegister.GameRuleLazyEntry<T extends net.minecraft.world.level.GameRules.Value<T>>

java.lang.Object
info.u_team.u_team_core.impl.common.CommonGameRuleRegister.GameRuleLazyEntry<T>
Alle implementierten Schnittstellen:
LazyEntry<net.minecraft.world.level.GameRules.Key<T>>, Supplier<net.minecraft.world.level.GameRules.Key<T>>
Umschließende Klasse:
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>>
  • Methodendetails

    • get

      public net.minecraft.world.level.GameRules.Key<T> get()
      Angegeben von:
      get in Schnittstelle Supplier<T extends net.minecraft.world.level.GameRules.Value<T>>
    • isPresent

      public boolean isPresent()
      Angegeben von:
      isPresent in Schnittstelle LazyEntry<T extends net.minecraft.world.level.GameRules.Value<T>>