Package net.minecraft.client.options
Enum ChatVisibility
- All Implemented Interfaces:
Serializable,Comparable<ChatVisibility>,java.lang.constant.Constable
public enum ChatVisibility extends Enum<ChatVisibility>
-
Nested Class Summary
-
Enum Constant Summary
-
Field Summary
Fields Modifier and Type Field Description private static ChatVisibility[]field_7534private intidprivate Stringkey -
Constructor Summary
Constructors Modifier Constructor Description privateChatVisibility(int id, String key) -
Method Summary
Modifier and Type Method Description static ChatVisibilitybyId(int int2)intgetId()StringgetTranslationKey()static ChatVisibilityvalueOf(String name)Returns the enum constant of this type with the specified name.static ChatVisibility[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Field Details
-
field_7534
-
id
private final int id -
key
-
-
Constructor Details
-
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
-
getId
public int getId() -
getTranslationKey
-
byId
-