Class DeferredBlock<T extends Block>
java.lang.Object
net.neoforged.neoforge.registries.DeferredHolder<Block,T>
net.neoforged.neoforge.registries.DeferredBlock<T>
- Type Parameters:
T- The specificBlocktype.
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.core.Holder
Holder.Direct<T>, Holder.Kind, Holder.Reference<T> -
Field Summary
Fields inherited from class net.neoforged.neoforge.registries.DeferredHolder
key -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasItem()static <T extends Block>
DeferredBlock<T>createBlock(ResourceKey<Block> key) Creates a newDeferredHoldertargeting the specifiedBlock.static <T extends Block>
DeferredBlock<T>Creates a newDeferredHoldertargeting theBlockwith the specified name.
-
Constructor Details
-
DeferredBlock
-
-
Method Details
-
createBlock
Creates a newDeferredHoldertargeting theBlockwith the specified name. -
createBlock
Creates a newDeferredHoldertargeting the specifiedBlock. -
asItem
-