public class BlockSpawnerGetCommand extends AbstractWorldCommand
Command for blockspawnerge operations. Registered with the command system and callable by players.
java.lang.Object > AbstractWorldCommand > BlockSpawnerGetCommand
Field Summary
relativePosition
final
RelativeIntPosition
relativePosition
Field relativePosition.
ref
final
Ref
ref
Field ref.
targetBlock
final
Vector3i
targetBlock
Field targetBlock.
chunkStore
final
ChunkStore
chunkStore
Field chunkStore.
chunkIndex
final
long
chunkIndex
Field chunkIndex.
chunkRef
final
Ref
chunkRef
Field chunkRef.
worldChunkComponent
final
WorldChunk
worldChunkComponent
Field worldChunkComponent.
blockRef
final
Ref
blockRef
Field blockRef.
spawnerState
final
BlockSpawner
spawnerState
Field spawnerState.
Method Detail
BlockSpawnerGetCommand
public
public
BlockSpawnerGetCommand
()
Method BlockSpawnerGetCommand.
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