Class BulkEditCreator
java.lang.Object
org.mvplugins.multiverse.inventories.profile.bulkedit.BulkEditCreator
-
Method Summary
Modifier and TypeMethodDescriptionglobalProfileClear(GlobalProfileKey[] globalProfileKeys, boolean clearPlayerProfiles) playerProfileClear(PlayerProfilesPayload bulkProfilesPayload) playerProfileClonePlayer(GlobalProfileKey fromPlayer, PlayerProfilesPayload toProfiles) playerProfileCloneWorldGroup(ContainerKey fromContainerKey, PlayerProfilesPayload toProfiles) playerProfileDeleteSharable(PlayerProfilesPayload bulkProfilesPayload, Sharable<?> sharable)
-
Method Details
-
globalProfileClear
public BulkEditAction<?> globalProfileClear(GlobalProfileKey[] globalProfileKeys, boolean clearPlayerProfiles) -
playerProfileCloneWorldGroup
@AvailableSince("5.3") public BulkEditAction<?> playerProfileCloneWorldGroup(ContainerKey fromContainerKey, PlayerProfilesPayload toProfiles) -
playerProfileClonePlayer
@AvailableSince("5.3") public BulkEditAction<?> playerProfileClonePlayer(GlobalProfileKey fromPlayer, PlayerProfilesPayload toProfiles) -
playerProfileClear
-