public class LightingGetCommand extends AbstractWorldCommand
Command for lightingge operations. Registered with the command system and callable by players.
java.lang.Object > AbstractWorldCommand > LightingGetCommand
Field Summary
chunkStore
final
ChunkStore
chunkStore
Field chunkStore.
position
final
Vector3i
position
Field position.
x
final
int
x
Field x.
y
final
int
y
Field y.
z
final
int
z
Field z.
chunkIndex
final
long
chunkIndex
Field chunkIndex.
chunkReference
final
Ref
chunkReference
Field chunkReference.
errorMessage
final
Message
errorMessage
Field errorMessage.
blockChunkComponent
final
BlockChunk
blockChunkComponent
Field blockChunkComponent.
section
final
BlockSection
section
Field section.
lightValue
final
short
lightValue
Field lightValue.
redLight
final
byte
redLight
Field redLight.
greenLight
final
byte
greenLight
Field greenLight.
blueLight
final
byte
blueLight
Field blueLight.
skyLight
final
byte
skyLight
Field skyLight.
displayHex
final
boolean
displayHex
Field displayHex.
messageToSend
final
Message
messageToSend
Field messageToSend.
hexString
final
String
hexString
Field hexString.
Method Detail
LightingGetCommand
public
public
LightingGetCommand
()
Method LightingGetCommand.
execute
protected
void
execute
(@Nonnull final CommandContext context, @Nonnull final World world, @Nonnull final Store store)
Method execute.
- Parameters:
@Nonnull final CommandContextcontext@Nonnull final Worldworld@Nonnull final Storestore