public class PrefabEditModifiedCommand extends AbstractPlayerCommand
Command for prefabeditmodifie operations. Registered with the command system and callable by players.
java.lang.Object > AbstractPlayerCommand > PrefabEditModifiedCommand
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.
loadedPrefabs
final
Collection
loadedPrefabs
Field loadedPrefabs.
modifiedPrefabs
final
List
modifiedPrefabs
Field modifiedPrefabs.
Method Detail
PrefabEditModifiedCommand
public
public
PrefabEditModifiedCommand
()
Method PrefabEditModifiedCommand.
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