HyCodeYourTale
classpublicPriority 3

RelativeIntPosition

com.hypixel.hytale.server.core.command.system.arguments.types.RelativeIntPosition

4

Methods

4

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
RelativeIntPosition(IntCoord x, IntCoord y, IntCoord z)

Methods

Public Methods (4)

public
Vector3i getBlockPosition(Ref<EntityStore> ref, ComponentAccessor<EntityStore> componentAccessor)
@Nonnull
public
Vector3i getBlockPosition(CommandContext context, ComponentAccessor<EntityStore> componentAccessor)
@Nonnull
public
Vector3i getBlockPosition(Vector3d base, ChunkStore chunkStore)
@Nonnull
public
boolean isRelative()

Fields

Private/Package Fields (3)

privateIntCoord x
privateIntCoord y
privateIntCoord z

Related Classes