PrefabEditInfoCommand

public class PrefabEditInfoCommand extends AbstractPlayerCommand

Command for prefabeditinf operations. Registered with the command system and callable by players.

java.lang.Object > AbstractPlayerCommand > PrefabEditInfoCommand

Field Summary

uuidComponent

final UUIDComponent uuidComponent

Field uuidComponent.

playerUUID

final UUID playerUUID

Field playerUUID.

prefabEditSessionManager

final PrefabEditSessionManager prefabEditSessionManager

Field prefabEditSessionManager.

prefabEditSession

final PrefabEditSession prefabEditSession

Field prefabEditSession.

selectedPrefab

final PrefabEditingMetadata selectedPrefab

Field selectedPrefab.

minPoint

final Vector3i minPoint

Field minPoint.

maxPoint

final Vector3i maxPoint

Field maxPoint.

xWidth

final int xWidth

Field xWidth.

zWidth

final int zWidth

Field zWidth.

yHeight

final int yHeight

Field yHeight.

Method Detail

PrefabEditInfoCommand

public public PrefabEditInfoCommand ()

Method PrefabEditInfoCommand.

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 CommandContext context
@Nonnull final Store store
@Nonnull final Ref ref
@Nonnull final PlayerRef playerRef
@Nonnull final World world