Package net.minecraftforge.items
Class CapabilityItemHandler
java.lang.Object
net.minecraftforge.items.CapabilityItemHandler
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Capability<IItemHandler>
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
ITEM_HANDLER_CAPABILITY
@Deprecated(forRemoval=true, since="1.19.2") public static final Capability<IItemHandler> ITEM_HANDLER_CAPABILITYDeprecated, for removal: This API element is subject to removal in a future version.Create your own reference usingCapabilityManager.get(CapabilityToken)
, or useForgeCapabilities.ITEM_HANDLER
.
-
-
Constructor Details
-
CapabilityItemHandler
public CapabilityItemHandler()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
register
Deprecated, for removal: This API element is subject to removal in a future version.
-
CapabilityManager.get(CapabilityToken)
, or useForgeCapabilities.ITEM_HANDLER
.