Class SimplePos
java.lang.Object
com.simibubi.create.content.contraptions.components.actors.dispenser.SimplePos
- All Implemented Interfaces:
net.minecraft.core.Position
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimplePos
public SimplePos(double x, double y, double z)
-
-
Method Details
-
x
public double x()- Specified by:
xin interfacenet.minecraft.core.Position
-
y
public double y()- Specified by:
yin interfacenet.minecraft.core.Position
-
z
public double z()- Specified by:
zin interfacenet.minecraft.core.Position
-