Uses of Class
zombie.entity.components.fluids.FluidConsume
Packages that use FluidConsume
Package
Description
-
Uses of FluidConsume in zombie.entity.components.crafting.recipe
Fields in zombie.entity.components.crafting.recipe declared as FluidConsume -
Uses of FluidConsume in zombie.entity.components.fluids
Methods in zombie.entity.components.fluids that return FluidConsumeModifier and TypeMethodDescriptionstatic FluidConsume
FluidConsume.Alloc()
static FluidConsume
FluidConsume.combine
(FluidConsume fluidConsume2, FluidConsume fluidConsume1) FluidConsume.combineWith
(FluidConsume fluidConsume2) static FluidConsume
FluidConsume.Load
(ByteBuffer byteBuffer, int int0) static FluidConsume
FluidConsume.Load
(FluidConsume fluidConsume, ByteBuffer byteBuffer, int int0) FluidContainer.removeFluid
(boolean boolean0) FluidContainer.removeFluid
(float float0, boolean boolean0) FluidContainer.removeFluid
(float float0, boolean boolean0, FluidConsume fluidConsume1) Methods in zombie.entity.components.fluids with parameters of type FluidConsumeModifier and TypeMethodDescriptionstatic FluidConsume
FluidConsume.combine
(FluidConsume fluidConsume2, FluidConsume fluidConsume1) FluidConsume.combineWith
(FluidConsume fluidConsume2) static FluidConsume
FluidConsume.Load
(FluidConsume fluidConsume, ByteBuffer byteBuffer, int int0) protected static void
FluidConsume.Release
(FluidConsume fluidConsume) FluidContainer.removeFluid
(float float0, boolean boolean0, FluidConsume fluidConsume1) static void
FluidConsume.Save
(FluidConsume fluidConsume, ByteBuffer byteBuffer) -
Uses of FluidConsume in zombie.inventory.recipemanager
Methods in zombie.inventory.recipemanager with parameters of type FluidConsumeModifier and TypeMethodDescriptionprotected void
UsedItemProperties.addFluidConsume
(FluidConsume var1)