Class CapabilityFluidHandler
java.lang.Object
net.minecraftforge.fluids.capability.CapabilityFluidHandler
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Capability<IFluidHandler>Deprecated, for removal: This API element is subject to removal in a future version.static Capability<IFluidHandlerItem>Deprecated, for removal: This API element is subject to removal in a future version.Create your own reference usingCapabilityManager.get(CapabilityToken), or useForgeCapabilities.FLUID_HANDLER_ITEM. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
FLUID_HANDLER_CAPABILITY
@Deprecated(forRemoval=true, since="1.19.2") public static Capability<IFluidHandler> FLUID_HANDLER_CAPABILITYDeprecated, for removal: This API element is subject to removal in a future version.Create your own reference usingCapabilityManager.get(CapabilityToken), or useForgeCapabilities.FLUID_HANDLER. -
FLUID_HANDLER_ITEM_CAPABILITY
@Deprecated(forRemoval=true, since="1.19.2") public static Capability<IFluidHandlerItem> FLUID_HANDLER_ITEM_CAPABILITYDeprecated, for removal: This API element is subject to removal in a future version.Create your own reference usingCapabilityManager.get(CapabilityToken), or useForgeCapabilities.FLUID_HANDLER_ITEM.
-
-
Constructor Details
-
CapabilityFluidHandler
public CapabilityFluidHandler()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.FLUID_HANDLER.