Interface ResourceEntry<R>

All Superinterfaces:
LazyEntry<R>, Supplier<R>
All Known Subinterfaces:
BlockRegistryEntry<B,I>, RegistryEntry<R>
All Known Implementing Classes:
CommonBlockRegistryEntry

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

    Modifier and Type
    Method
    Description
    net.minecraft.resources.ResourceLocation
     

    Methods inherited from interface info.u_team.u_team_core.api.registry.LazyEntry

    isPresent

    Methods inherited from interface java.util.function.Supplier

    get
  • Method Details

    • getId

      net.minecraft.resources.ResourceLocation getId()