Class SchematicSelectionProvider
java.lang.Object
de.eldoria.schematicbrush.brush.config.provider.SettingProvider<SchematicSelection>
de.eldoria.schematicbrush.brush.config.provider.SchematicSelectionProvider
-
Field Summary
Fields inherited from class de.eldoria.schematicbrush.brush.config.provider.SettingProvider
description, name
-
Constructor Summary
ConstructorDescriptionSchematicSelectionProvider
(Class<? extends ConfigurationSerializable> clazz, String name) Deprecated.SchematicSelectionProvider
(Class<? extends ConfigurationSerializable> clazz, String name, String localizedName, String description) -
Method Summary
Methods inherited from class de.eldoria.schematicbrush.brush.config.provider.SettingProvider
arguments, commandType, complete, defaultSetting, description, equals, hasArguments, hashCode, hasPermission, hasPermission, isMatch, localizedDescription, localizedName, name, parse, permission, serializationClass
-
Constructor Details
-
SchematicSelectionProvider
Deprecated.UseSchematicSelectionProvider(Class, String, String, String)
and provide a localized name and descriptionCreate a new settings provider- Parameters:
clazz
- which is returned by the providername
- name. Must be unique inside the provider.
-
SchematicSelectionProvider
public SchematicSelectionProvider(Class<? extends ConfigurationSerializable> clazz, String name, String localizedName, String description)
-
SchematicSelectionProvider(Class, String, String, String)
and provide a localized name and description