Enum RecipeBookDataC2SPacket.Mode
java.lang.Object
java.lang.Enum<RecipeBookDataC2SPacket.Mode>
net.minecraft.network.packet.c2s.play.RecipeBookDataC2SPacket.Mode
- All Implemented Interfaces:
Serializable,Comparable<RecipeBookDataC2SPacket.Mode>,java.lang.constant.Constable
- Enclosing class:
- RecipeBookDataC2SPacket
public static enum RecipeBookDataC2SPacket.Mode extends Enum<RecipeBookDataC2SPacket.Mode>
-
Nested Class Summary
-
Enum Constant Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateMode() -
Method Summary
Modifier and Type Method Description static RecipeBookDataC2SPacket.ModevalueOf(String name)Returns the enum constant of this type with the specified name.static RecipeBookDataC2SPacket.Mode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Constructor Details
-
Mode
private Mode()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-