Package | Description |
---|---|
net.minecraftforge.fluids |
Modifier and Type | Class and Description |
---|---|
static class |
FluidEvent.FluidDrainingEvent
Mods should fire this event when a fluid is
IFluidTank.drain(int, boolean) from their
tank. |
static class |
FluidEvent.FluidFillingEvent
Mods should fire this event when a fluid is
IFluidTank.fill(FluidStack, boolean)
their tank implementation. |
static class |
FluidEvent.FluidMotionEvent
Mods should fire this event when they move fluids around.
|
static class |
FluidEvent.FluidSpilledEvent
Mods should fire this event when a fluid "spills", for example, if a block containing fluid
is broken.
|
Modifier and Type | Method and Description |
---|---|
static void |
FluidEvent.fireEvent(FluidEvent event)
A handy shortcut for firing the various fluid events.
|