Enum Class PlantGardenerProvider
- All Implemented Interfaces:
Serializable,Comparable<PlantGardenerProvider>,Constable,snownee.jade.api.IEntityComponentProvider,snownee.jade.api.IJadeProvider,snownee.jade.api.IServerDataProvider<snownee.jade.api.EntityAccessor>,snownee.jade.api.IToggleableProvider
public enum PlantGardenerProvider
extends Enum<PlantGardenerProvider>
implements snownee.jade.api.IEntityComponentProvider, snownee.jade.api.IServerDataProvider<snownee.jade.api.EntityAccessor>
-
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 TypeMethodDescriptionvoidappendServerData(net.minecraft.nbt.CompoundTag data, @NotNull snownee.jade.api.EntityAccessor accessor) voidappendTooltip(snownee.jade.api.ITooltip tooltip, snownee.jade.api.EntityAccessor accessor, snownee.jade.api.config.IPluginConfig config) net.minecraft.resources.ResourceLocationgetUid()static PlantGardenerProviderReturns the enum constant of this class with the specified name.static PlantGardenerProvider[]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 tooltip, snownee.jade.api.EntityAccessor accessor, snownee.jade.api.config.IPluginConfig config) - Specified by:
appendTooltipin interfacesnownee.jade.api.IEntityComponentProvider
-
appendServerData
public void appendServerData(net.minecraft.nbt.CompoundTag data, @NotNull @NotNull snownee.jade.api.EntityAccessor accessor) - Specified by:
appendServerDatain interfacesnownee.jade.api.IServerDataProvider<snownee.jade.api.EntityAccessor>
-
getUid
public net.minecraft.resources.ResourceLocation getUid()- Specified by:
getUidin interfacesnownee.jade.api.IJadeProvider
-