Package net.minecraft.command.arguments
Class AngleArgument.Result
- java.lang.Object
-
- net.minecraft.command.arguments.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_)
-
-
-
Method Detail
-
getAngle
public float getAngle(CommandSource p_242995_1_)
-
-