Class FluidHandlerItemStackSimple.SwapEmpty
java.lang.Object
net.minecraftforge.fluids.capability.templates.FluidHandlerItemStackSimple
net.minecraftforge.fluids.capability.templates.FluidHandlerItemStackSimple.SwapEmpty
- All Implemented Interfaces:
- ICapabilityProvider,- IFluidHandler,- IFluidHandlerItem
- Enclosing class:
- FluidHandlerItemStackSimple
Swaps the container item for a different one when it's emptied.
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraftforge.fluids.capability.templates.FluidHandlerItemStackSimpleFluidHandlerItemStackSimple.Consumable, FluidHandlerItemStackSimple.SwapEmptyNested classes/interfaces inherited from interface net.minecraftforge.fluids.capability.IFluidHandlerIFluidHandler.FluidAction
- 
Field SummaryFieldsFields inherited from class net.minecraftforge.fluids.capability.templates.FluidHandlerItemStackSimplecapacity, container, FLUID_NBT_KEY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidOverride this method for special handling.Methods inherited from class net.minecraftforge.fluids.capability.templates.FluidHandlerItemStackSimplecanDrainFluidType, canFillFluidType, drain, drain, fill, getCapability, getContainer, getFluid, getFluidInTank, getTankCapacity, getTanks, isFluidValid, setFluidMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.common.capabilities.ICapabilityProvidergetCapability
- 
Field Details- 
emptyContainer
 
- 
- 
Constructor Details- 
SwapEmpty
 
- 
- 
Method Details- 
setContainerToEmptyprotected void setContainerToEmpty()Description copied from class:FluidHandlerItemStackSimpleOverride this method for special handling. Can be used to swap out the container's item for a different one with "container.setItem". Can be used to destroy the container with "container.stackSize--"- Overrides:
- setContainerToEmptyin class- FluidHandlerItemStackSimple
 
 
-