public class ShowBuilderToolsHudCommand extends AbstractPlayerCommand
Command for showbuildertoolshu operations. Registered with the command system and callable by players.
java.lang.Object > AbstractPlayerCommand > ShowBuilderToolsHudCommand
Field Summary
playerComponent
final
Player
playerComponent
Field playerComponent.
hudManager
final
HudManager
hudManager
Field hudManager.
Method Detail
ShowBuilderToolsHudCommand
public
public
ShowBuilderToolsHudCommand
()
Method ShowBuilderToolsHudCommand.
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