@Deprecated public interface NucleusBlacklistMigrationService
Modifier and Type | Interface and Description |
---|---|
static interface |
NucleusBlacklistMigrationService.Result
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<org.spongepowered.api.block.BlockState,NucleusBlacklistMigrationService.Result> |
getBlacklistedBlockstates()
Deprecated.
Gets all the
BlockState s that had a restriction on them. |
Map<org.spongepowered.api.item.ItemType,NucleusBlacklistMigrationService.Result> |
getBlacklistedItemtypes()
Deprecated.
Gets all the
ItemType s that had a restriction on them. |
Map<org.spongepowered.api.block.BlockState,NucleusBlacklistMigrationService.Result> getBlacklistedBlockstates()
BlockState
s that had a restriction on them.BlockState
and the results.Map<org.spongepowered.api.item.ItemType,NucleusBlacklistMigrationService.Result> getBlacklistedItemtypes()
ItemType
s that had a restriction on them.ItemType
s and the results.