Class AngleArgument.Result

  • Enclosing class:
    AngleArgument

    public static final class AngleArgument.Result
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private float angle  
      private boolean isRelative  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Result​(float p_i242044_1_, boolean p_i242044_2_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getAngle​(CommandSource p_242995_1_)  
      • Methods inherited from class java.lang.Object

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

      • angle

        private final float angle
      • isRelative

        private final boolean isRelative
    • Constructor Detail

      • Result

        private Result​(float p_i242044_1_,
                       boolean p_i242044_2_)
    • Method Detail

      • getAngle

        public float getAngle​(CommandSource p_242995_1_)