HyCodeYourTale
classpublicPriority 1

ChunkFixHeightMapCommand

com.hypixel.hytale.server.core.command.commands.world.chunk.ChunkFixHeightMapCommand

extends AbstractWorldCommand

0

Methods

0

Public Methods

0

Fields

1

Constructors

Constants

MessageMESSAGE_COMMANDS_CHUNK_FIXHEIGHTMAP_DONE= Message.translation("server.commands.chunk.fixHeightMap.done")
MessageMESSAGE_COMMANDS_CHUNK_FIXHEIGHTMAP_INVALIDATING_LIGHTING= Message.translation( "server.commands.chunk.fixHeightMap.invalidatingLighting" )
MessageMESSAGE_COMMANDS_CHUNK_FIXHEIGHTMAP_LIGHTING_ERROR= Message.translation("server.commands.chunk.fixHeightMap.lightingError")
MessageMESSAGE_COMMANDS_CHUNK_FIXHEIGHTMAP_LIGHTING_FINISHED= Message.translation( "server.commands.chunk.fixHeightMap.lightingFinished" )
MessageMESSAGE_COMMANDS_CHUNK_FIXHEIGHTMAP_STARTED= Message.translation("server.commands.chunk.fixHeightMap.started")
MessageMESSAGE_COMMANDS_CHUNK_FIXHEIGHTMAP_WAITING_FOR_LIGHTING= Message.translation( "server.commands.chunk.fixHeightMap.waitingForLighting" )
MessageMESSAGE_COMMANDS_ERRORS_CHUNK_NOT_LOADED= Message.translation("server.commands.errors.chunkNotLoaded")

Constructors

public
ChunkFixHeightMapCommand()

Related Classes