Class ResourceLocationValidator<T>
java.lang.Object
net.mcreator.ui.validation.validators.RegistryNameValidator
net.mcreator.ui.validation.validators.ResourceLocationValidator<T>
- All Implemented Interfaces:
Validator
-
Field Summary
Fields inherited from class RegistryNameValidator
name -
Constructor Summary
ConstructorsConstructorDescriptionResourceLocationValidator(String name, VComboBox<T> holder, boolean allowNamespace) ResourceLocationValidator(String name, VTextField holder, boolean allowNamespace) -
Method Summary
Methods inherited from class RegistryNameValidator
getText, isLCLetterOrDigit, setAllowEmpty, setMaxLength, setValidCharsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Validator
validateIfEnabled
-
Constructor Details
-
ResourceLocationValidator
-
ResourceLocationValidator
-
-
Method Details
-
validate
- Specified by:
validatein interfaceValidator- Overrides:
validatein classRegistryNameValidator
-