java.lang.Object
com.simibubi.create.content.contraptions.components.actors.dispenser.SimplePos
All Implemented Interfaces:
net.minecraft.core.Position

public class SimplePos extends Object implements net.minecraft.core.Position
  • Constructor Details

    • SimplePos

      public SimplePos(double x, double y, double z)
  • Method Details

    • x

      public double x()
      Specified by:
      x in interface net.minecraft.core.Position
    • y

      public double y()
      Specified by:
      y in interface net.minecraft.core.Position
    • z

      public double z()
      Specified by:
      z in interface net.minecraft.core.Position