Interface Selector
- All Superinterfaces:
ComponentProvider
,ConfigurationSerializable
Represents a selector.
-
Method Summary
Modifier and TypeMethodDescriptionselect
(Player player, SchematicRegistry registry) Select matching schematics from a cache in the registryMethods inherited from interface de.eldoria.schematicbrush.brush.config.util.ComponentProvider
descriptor, localizedDescriptor, localizedName, name
Methods inherited from interface org.bukkit.configuration.serialization.ConfigurationSerializable
serialize
-
Method Details
-
select
Select matching schematics from a cache in the registry- Parameters:
player
- player which wants to select schematicsregistry
- registry instance- Returns:
- set of schematics
-