Interface LazyEntry<R>

All Superinterfaces:
Supplier<R>
All Known Subinterfaces:
BlockRegistryEntry<B,I>, RegistryEntry<R>, ResourceEntry<R>
All Known Implementing Classes:
CommonBlockRegistryEntry, CommonGameRuleRegister.GameRuleLazyEntry, CommonKeyMappingRegister.KeyMappingLazyEntry

public interface LazyEntry<R> extends Supplier<R>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from interface java.util.function.Supplier

    get
  • Method Details

    • isPresent

      boolean isPresent()