@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
BlockStates that had a restriction on them. |
Map<org.spongepowered.api.item.ItemType,NucleusBlacklistMigrationService.Result> |
getBlacklistedItemtypes()
Deprecated.
Gets all the
ItemTypes that had a restriction on them. |
Map<org.spongepowered.api.block.BlockState,NucleusBlacklistMigrationService.Result> getBlacklistedBlockstates()
BlockStates that had a restriction on them.BlockState and the results.Map<org.spongepowered.api.item.ItemType,NucleusBlacklistMigrationService.Result> getBlacklistedItemtypes()
ItemTypes that had a restriction on them.ItemTypes and the results.