classpublicPriority 3
RelativeDoublePosition
com.hypixel.hytale.server.core.command.system.arguments.types.RelativeDoublePosition
3
Methods
3
Public Methods
3
Fields
1
Constructors
Constants
MessageMESSAGE_COMMANDS_ERRORS_PLAYER_NOT_IN_WORLD= Message.translation("server.commands.errors.playerNotInWorld")
MessageMESSAGE_COMMANDS_ERRORS_RELATIVE_POSITION_ARG= Message.translation("server.commands.errors.relativePositionArg")
Constructors
public
RelativeDoublePosition(Coord x, Coord y, Coord z)Methods
Public Methods (3)
public
Vector3d getRelativePosition(Vector3d base, World world)@Nonnull
public
Vector3d getRelativePosition(CommandContext context, World world, ComponentAccessor<EntityStore> componentAccessor)@Nonnull
public
boolean isRelative()Fields
Private/Package Fields (3)
private
Coord xprivate
Coord yprivate
Coord z