public class SubmergeCommand extends AbstractPlayerCommand
Command for submerg operations. Registered with the command system and callable by players.
java.lang.Object > AbstractPlayerCommand > SubmergeCommand
Field Summary
playerComponent
final
Player
playerComponent
Field playerComponent.
fluidItemKey
final
String
fluidItemKey
Field fluidItemKey.
pattern
final
BlockPattern
pattern
Field pattern.
Method Detail
SubmergeCommand
public
public
SubmergeCommand
()
Method SubmergeCommand.
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