Class ResourceLocationConfigOption
java.lang.Object
com.binaris.wizardry.core.config.option.ConfigOption<net.minecraft.resources.ResourceLocation>
com.binaris.wizardry.core.config.option.ResourceLocationConfigOption
public class ResourceLocationConfigOption
extends ConfigOption<net.minecraft.resources.ResourceLocation>
-
Field Summary
Fields inherited from class com.binaris.wizardry.core.config.option.ConfigOption
translationDescriptionKey, translationNameKey -
Constructor Summary
ConstructorsConstructorDescriptionResourceLocationConfigOption(String key, net.minecraft.resources.ResourceLocation defaultValue) -
Method Summary
Methods inherited from class com.binaris.wizardry.core.config.option.ConfigOption
get, getCodec, getDefault, getKey, getRawDescription, getRawName, getType, set
-
Constructor Details
-
ResourceLocationConfigOption
public ResourceLocationConfigOption(String key, net.minecraft.resources.ResourceLocation defaultValue)
-
-
Method Details
-
validate
- Specified by:
validatein classConfigOption<net.minecraft.resources.ResourceLocation>
-