Interface RegistryEntry<R>
- All Superinterfaces:
Supplier<R>
- All Known Subinterfaces:
BlockRegistryEntry<B,I>
- All Known Implementing Classes:
FabricBlockRegister.FabricBlockRegistryEntry,FabricCommonRegister.FabricRegistryEntry
-
Method Summary
-
Method Details
-
getId
net.minecraft.resources.ResourceLocation getId() -
getKey
net.minecraft.resources.ResourceKey<R> getKey() -
getHolder
-
isPresent
boolean isPresent()
-