Class ActionTypes
java.lang.Object
com.github.retrooper.packetevents.protocol.dialog.action.ActionTypes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ActionType
<StaticAction> static final ActionType
<StaticAction> static final ActionType
<StaticAction> static final ActionType
<DynamicCustomAction> static final ActionType
<DynamicRunCommandAction> static final ActionType
<StaticAction> static final ActionType
<StaticAction> static final ActionType
<StaticAction> static final ActionType
<StaticAction> -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Action>
ActionType<T> define
(String name, NbtMapDecoder<T> decoder, NbtMapEncoder<T> encoder) static VersionedRegistry
<ActionType<?>>
-
Field Details
-
OPEN_URL
-
RUN_COMMAND
-
SUGGEST_COMMAND
-
SHOW_DIALOG
-
CHANGE_PAGE
-
COPY_TO_CLIPBOARD
-
CUSTOM
-
DYNAMIC_RUN_COMMAND
-
DYNAMIC_CUSTOM
-
-
Method Details
-
define
@Internal public static <T extends Action> ActionType<T> define(String name, NbtMapDecoder<T> decoder, NbtMapEncoder<T> encoder) -
getRegistry
-