Package net.minecraft.dispenser
Interface IPosition
- All Known Subinterfaces:
IBlockSource
- All Known Implementing Classes:
Position
,ProxyBlockSource
,Vector3d
public interface IPosition
-
Method Summary
-
Method Details
-
x
double x() -
y
double y() -
z
double z()
-