Enum Class SunProducerProvider
- All Implemented Interfaces:
Serializable,Comparable<SunProducerProvider>,Constable,snownee.jade.api.IEntityComponentProvider,snownee.jade.api.IJadeProvider,snownee.jade.api.IServerDataProvider<snownee.jade.api.EntityAccessor>,snownee.jade.api.IToggleableProvider
public enum SunProducerProvider
extends Enum<SunProducerProvider>
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 compoundTag, snownee.jade.api.EntityAccessor entityAccessor) voidappendTooltip(snownee.jade.api.ITooltip iTooltip, snownee.jade.api.EntityAccessor entityAccessor, snownee.jade.api.config.IPluginConfig iPluginConfig) net.minecraft.resources.ResourceLocationgetUid()static SunProducerProviderReturns the enum constant of this class with the specified name.static SunProducerProvider[]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
-
appendServerData
public void appendServerData(net.minecraft.nbt.CompoundTag compoundTag, snownee.jade.api.EntityAccessor entityAccessor) - 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
-