mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
Registry changes & additions
This commit is contained in:
@ -23,7 +23,7 @@ import com.boydti.fawe.command.FaweParser;
|
||||
import com.boydti.fawe.command.SuggestInputParseException;
|
||||
import com.boydti.fawe.config.BBC;
|
||||
import com.boydti.fawe.util.StringMan;
|
||||
import com.plotsquared.general.commands.Command.CommandException;
|
||||
import com.sk89q.minecraft.util.commands.CommandException;
|
||||
import com.sk89q.minecraft.util.commands.CommandLocals;
|
||||
import com.sk89q.worldedit.WorldEdit;
|
||||
import com.sk89q.worldedit.command.MaskCommands;
|
||||
|
@ -37,12 +37,4 @@ public interface CategoryRegistry<T> {
|
||||
Set<T> getCategorisedByName(String category);
|
||||
|
||||
Set<T> getAll(final Category<T> category);
|
||||
|
||||
/**
|
||||
* Gets a list of categories given to a value.
|
||||
*
|
||||
* @param categorised The value
|
||||
* @return A set of categories
|
||||
*/
|
||||
Set<String> getCategories(T categorised);
|
||||
}
|
||||
|
Reference in New Issue
Block a user