HyCodeYourTale
classpublicPriority 3

RelativeChunkPosition

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

3

Methods

3

Public Methods

2

Fields

1

Constructors

Constants

MessageMESSAGE_COMMANDS_ERRORS_PLAYER_NOT_IN_WORLD= Message.translation("server.commands.errors.playerNotInWorld")
MessageMESSAGE_COMMANDS_ERRORS_WORLD_UNPSPECIFIED= Message.translation("server.commands.errors.worldUnspecified")

Constructors

public
RelativeChunkPosition(IntCoord x, IntCoord z)

Methods

Public Methods (3)

public
Vector2i getChunkPosition(CommandContext context, ComponentAccessor<EntityStore> componentAccessor)
@Nonnull
public
Vector2i getChunkPosition(Vector3d base)
@Nonnull
public
boolean isRelative()

Fields

Private/Package Fields (2)

privateIntCoord x
privateIntCoord z

Related Classes