Class DeferredItem<T extends Item>
java.lang.Object
net.neoforged.neoforge.registries.DeferredHolder<Item,T>
 
net.neoforged.neoforge.registries.DeferredItem<T>
- Type Parameters:
 T- The specificItemtype.
- 
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 Item>
DeferredItem<T>createItem(ResourceKey<Item> key) Creates a newDeferredHoldertargeting the specifiedItem.static <T extends Item>
DeferredItem<T>Creates a newDeferredHoldertargeting theItemwith the specified name.toStack()toStack(int count) Methods inherited from class net.neoforged.neoforge.registries.DeferredHolder
asOptional, bind, canSerializeIn, create, create, create, equals, get, getId, getKey, getRegistry, hashCode, is, is, is, is, isBound, kind, tags, toString, unwrap, unwrapKey, value 
- 
Constructor Details
- 
DeferredItem
 
 - 
 - 
Method Details
- 
toStack
 - 
toStack
- Parameters:
 count- The size of the stack to create
 - 
createItem
Creates a newDeferredHoldertargeting theItemwith the specified name. - 
createItem
Creates a newDeferredHoldertargeting the specifiedItem. - 
asItem
 
 -