public class CutCommand extends AbstractPlayerCommand
Command for cu operations. Registered with the command system and callable by players.
java.lang.Object > AbstractPlayerCommand > CutCommand
Field Summary
playerComponent
final
Player
playerComponent
Field playerComponent.
builderState
final
BuilderToolsPlugin.BuilderState
builderState
Field builderState.
entitiesOnly
final
boolean
entitiesOnly
Field entitiesOnly.
noEntities
final
boolean
noEntities
Field noEntities.
settingsFinal
final
int
settingsFinal
Field settingsFinal.
selection
final
BlockSelection
selection
Field selection.
min
final
Vector3i
min
Field min.
max
final
Vector3i
max
Field max.
xMin
final
int
xMin
Field xMin.
yMin
final
int
yMin
Field yMin.
zMin
final
int
zMin
Field zMin.
xMax
final
int
xMax
Field xMax.
yMax
final
int
yMax
Field yMax.
zMax
final
int
zMax
Field zMax.
cutSettings
final
int
cutSettings
Field cutSettings.
Method Detail
CutCommand
public
public
CutCommand
()
Method CutCommand.
CutRegionCommand
public
new
CutRegionCommand
()
Method CutRegionCommand.
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