net.minecraft.dispenser
Class PositionImpl

java.lang.Object
  extended by net.minecraft.dispenser.PositionImpl
All Implemented Interfaces:
IPosition

public class PositionImpl
extends Object
implements IPosition


Constructor Summary
PositionImpl(double par1, double par3, double par5)
           
 
Method Summary
 double getX()
           
 double getY()
           
 double getZ()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PositionImpl

public PositionImpl(double par1,
                    double par3,
                    double par5)
Method Detail

getX

public double getX()
Specified by:
getX in interface IPosition

getY

public double getY()
Specified by:
getY in interface IPosition

getZ

public double getZ()
Specified by:
getZ in interface IPosition