Class ArgumentResolverCommand.Vec3D
java.lang.Object
io.github.projectunified.craftcommand.example.standalone.ArgumentResolverCommand.Vec3D
- Enclosing class:
ArgumentResolverCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public final int x -
y
public final int y -
z
public final int z
-
-
Constructor Details
-
Vec3D
public Vec3D(int x, int y, int z)
-