Enum Class ConditionDamagedAtLeastSerializer
java.lang.Object
java.lang.Enum<ConditionDamagedAtLeastSerializer>
com.blamejared.crafttweaker.api.ingredient.condition.serializer.ConditionDamagedAtLeastSerializer
- All Implemented Interfaces:
IIngredientConditionSerializer<ConditionDamagedAtLeast<?>>,Serializable,Comparable<ConditionDamagedAtLeastSerializer>,Constable
public enum ConditionDamagedAtLeastSerializer
extends Enum<ConditionDamagedAtLeastSerializer>
implements IIngredientConditionSerializer<ConditionDamagedAtLeast<?>>
-
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 TypeMethodDescriptionfromJson(com.google.gson.JsonObject json) fromNetwork(net.minecraft.network.FriendlyByteBuf buffer) net.minecraft.resources.ResourceLocationgetType()com.google.gson.JsonObjecttoJson(ConditionDamagedAtLeast<?> transformer) voidtoNetwork(net.minecraft.network.FriendlyByteBuf buffer, ConditionDamagedAtLeast<?> ingredient) Returns the enum constant of this class with the specified name.static ConditionDamagedAtLeastSerializer[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
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
-
fromNetwork
- Specified by:
fromNetworkin interfaceIIngredientConditionSerializer<ConditionDamagedAtLeast<?>>
-
fromJson
- Specified by:
fromJsonin interfaceIIngredientConditionSerializer<ConditionDamagedAtLeast<?>>
-
toNetwork
public void toNetwork(net.minecraft.network.FriendlyByteBuf buffer, ConditionDamagedAtLeast<?> ingredient) - Specified by:
toNetworkin interfaceIIngredientConditionSerializer<ConditionDamagedAtLeast<?>>
-
toJson
- Specified by:
toJsonin interfaceIIngredientConditionSerializer<ConditionDamagedAtLeast<?>>
-
getType
public net.minecraft.resources.ResourceLocation getType()- Specified by:
getTypein interfaceIIngredientConditionSerializer<ConditionDamagedAtLeast<?>>
-