public class HollowCommand extends AbstractPlayerCommand
Command for hollo operations. Registered with the command system and callable by players.
java.lang.Object > AbstractPlayerCommand > HollowCommand
Field Summary
playerComponent
final
Player
playerComponent
Field playerComponent.
blockTypeIndex
final
int
blockTypeIndex
Field blockTypeIndex.
floor
final
Boolean
floor
Field floor.
roof
final
Boolean
roof
Field roof.
perimeter
final
Boolean
perimeter
Field perimeter.
Method Detail
HollowCommand
public
public
HollowCommand
()
Method HollowCommand.
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