Class Position

java.lang.Object
net.minecraft.dispenser.Position
All Implemented Interfaces:
IPosition

public class Position extends Object implements IPosition
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final double
     
    protected final double
     
    protected final double
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Position(double p_i1368_1_, double p_i1368_3_, double p_i1368_5_)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    x()
     
    double
    y()
     
    double
    z()
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • x

      protected final double x
    • y

      protected final double y
    • z

      protected final double z
  • Constructor Details

    • Position

      public Position(double p_i1368_1_, double p_i1368_3_, double p_i1368_5_)
  • Method Details

    • x

      public double x()
      Specified by:
      x in interface IPosition
    • y

      public double y()
      Specified by:
      y in interface IPosition
    • z

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