public class SelectChunkSectionCommand extends AbstractPlayerCommand
Command for selectchunksectio operations. Registered with the command system and callable by players.
java.lang.Object > AbstractPlayerCommand > SelectChunkSectionCommand
Field Summary
playerComponent
final
Player
playerComponent
Field playerComponent.
transformComponent
final
TransformComponent
transformComponent
Field transformComponent.
position
final
Vector3d
position
Field position.
chunkX
final
int
chunkX
Field chunkX.
chunkY
final
int
chunkY
Field chunkY.
chunkZ
final
int
chunkZ
Field chunkZ.
min
final
Vector3i
min
Field min.
max
final
Vector3i
max
Field max.
Method Detail
SelectChunkSectionCommand
public
public
SelectChunkSectionCommand
()
Method SelectChunkSectionCommand.
execute
protected
void
execute
(@Nonnull final CommandContext context, @Nonnull final Store store, @Nonnull final Ref ref, @Nonnull final PlayerRef playerRef, @Nonnull final World world)
Method execute.
- Parameters:
@Nonnull final CommandContextcontext@Nonnull final Storestore@Nonnull final Refref@Nonnull final PlayerRefplayerRef@Nonnull final Worldworld