public class PrefabEditKillEntitiesCommand extends AbstractPlayerCommand
Command for prefabeditkillentitie operations. Registered with the command system and callable by players.
java.lang.Object > AbstractPlayerCommand > PrefabEditKillEntitiesCommand
Field Summary
prefabEditSessionManager
final
PrefabEditSessionManager
prefabEditSessionManager
Field prefabEditSessionManager.
prefabEditSession
final
PrefabEditSession
prefabEditSession
Field prefabEditSession.
selectedPrefab
final
PrefabEditingMetadata
selectedPrefab
Field selectedPrefab.
selectionMax
final
Vector3i
selectionMax
Field selectionMax.
selectionMin
final
Vector3i
selectionMin
Field selectionMin.
lengths
final
Vector3i
lengths
Field lengths.
min
final
Vector3d
min
Field min.
max
final
Vector3d
max
Field max.
Method Detail
PrefabEditKillEntitiesCommand
public
public
PrefabEditKillEntitiesCommand
()
Method PrefabEditKillEntitiesCommand.
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