Interface IAirHandlerItem
- All Superinterfaces:
IAirHandler
- All Known Implementing Classes:
AirHandlerItemStack,IAirHandlerItem.Provider
An air handler for items.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classCapability provider object for air-handling items. -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.ItemStackGet the itemstack container currently acted on by this air handler.Methods inherited from interface me.desht.pneumaticcraft.api.tileentity.IAirHandler
addAir, getAir, getBaseVolume, getPressure, getVolume, maxPressure, setBaseVolume
-
Method Details
-
getContainer
@Nonnull net.minecraft.world.item.ItemStack getContainer()Get the itemstack container currently acted on by this air handler.
-