Package net.minecraft.network.chat
Enum Class ClickEvent.Action
- All Implemented Interfaces:
Serializable
,Comparable<ClickEvent.Action>
,Constable
,StringRepresentable
- Enclosing class:
- ClickEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface net.minecraft.util.StringRepresentable
StringRepresentable.EnumCodec<E extends Enum<E> & StringRepresentable>, StringRepresentable.StringRepresentableCodec<S extends StringRepresentable>
-
Enum Constant Summary
Enum ConstantDescription -
Field Summary
Modifier and TypeFieldDescriptionprivate final boolean
static final com.mojang.serialization.MapCodec<ClickEvent.Action>
private final String
static final com.mojang.serialization.MapCodec<ClickEvent.Action>
Fields inherited from interface net.minecraft.util.StringRepresentable
PRE_BUILT_MAP_THRESHOLD
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.mojang.serialization.DataResult<ClickEvent.Action>
filterForSerialization
(ClickEvent.Action p_311653_) boolean
static ClickEvent.Action
Returns the enum constant of this class with the specified name.static ClickEvent.Action[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OPEN_URL
-
OPEN_FILE
-
RUN_COMMAND
-
SUGGEST_COMMAND
-
CHANGE_PAGE
-
COPY_TO_CLIPBOARD
-
-
Field Details
-
UNSAFE_CODEC
-
CODEC
-
allowFromServer
private final boolean allowFromServer -
name
-
-
Constructor Details
-
Action
-
-
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
-
isAllowedFromServer
public boolean isAllowedFromServer() -
getSerializedName
- Specified by:
getSerializedName
in interfaceStringRepresentable
-
filterForSerialization
public static com.mojang.serialization.DataResult<ClickEvent.Action> filterForSerialization(ClickEvent.Action p_311653_)
-