Enum Class PlantFamilyProvider
- All Implemented Interfaces:
Serializable,Comparable<PlantFamilyProvider>,Constable,snownee.jade.api.IEntityComponentProvider,snownee.jade.api.IJadeProvider,snownee.jade.api.IToggleableProvider
public enum PlantFamilyProvider
extends Enum<PlantFamilyProvider>
implements snownee.jade.api.IEntityComponentProvider
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTooltip(PlantFamily family, snownee.jade.api.ITooltip iTooltip) voidappendTooltip(snownee.jade.api.ITooltip iTooltip, snownee.jade.api.EntityAccessor entityAccessor, snownee.jade.api.config.IPluginConfig iPluginConfig) net.minecraft.resources.ResourceLocationgetUid()static PlantFamilyProviderReturns the enum constant of this class with the specified name.static PlantFamilyProvider[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface snownee.jade.api.IEntityComponentProvider
getIconMethods inherited from interface snownee.jade.api.IJadeProvider
getDefaultPriorityMethods inherited from interface snownee.jade.api.IToggleableProvider
enabledByDefault, isRequired
-
Enum Constant Details
-
INSTANCE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
appendTooltip
public void appendTooltip(snownee.jade.api.ITooltip iTooltip, snownee.jade.api.EntityAccessor entityAccessor, snownee.jade.api.config.IPluginConfig iPluginConfig) - Specified by:
appendTooltipin interfacesnownee.jade.api.IEntityComponentProvider
-
addTooltip
-
getUid
public net.minecraft.resources.ResourceLocation getUid()- Specified by:
getUidin interfacesnownee.jade.api.IJadeProvider
-