net.minecraftforge.liquids
Class LiquidEvent.LiquidMotionEvent

java.lang.Object
  extended by net.minecraftforge.event.Event
      extended by net.minecraftforge.liquids.LiquidEvent
          extended by net.minecraftforge.liquids.LiquidEvent.LiquidMotionEvent
Enclosing class:
LiquidEvent

public static class LiquidEvent.LiquidMotionEvent
extends LiquidEvent

Mods should fire this event when they move liquids around (pipe networks etc)

Author:
cpw

Nested Class Summary
 
Nested classes/interfaces inherited from class net.minecraftforge.liquids.LiquidEvent
LiquidEvent.LiquidDrainingEvent, LiquidEvent.LiquidFillingEvent, LiquidEvent.LiquidMotionEvent, LiquidEvent.LiquidSpilledEvent
 
Nested classes/interfaces inherited from class net.minecraftforge.event.Event
Event.HasResult, Event.Result
 
Field Summary
 
Fields inherited from class net.minecraftforge.liquids.LiquidEvent
liquid, world, x, y, z
 
Constructor Summary
LiquidEvent.LiquidMotionEvent(LiquidStack liquid, World world, int x, int y, int z)
           
 
Method Summary
 
Methods inherited from class net.minecraftforge.liquids.LiquidEvent
fireEvent
 
Methods inherited from class net.minecraftforge.event.Event
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiquidEvent.LiquidMotionEvent

public LiquidEvent.LiquidMotionEvent(LiquidStack liquid,
                                     World world,
                                     int x,
                                     int y,
                                     int z)