Package com.petrolpark.core.actionrecord
Interface ActionRecordEntryResult
- All Known Subinterfaces:
ActionRecordEntryResult.Logged
- All Known Implementing Classes:
ActionRecordEntryResult.Logged.Advanced,ActionRecordEntryResult.Logged.Simple,ActionRecordEntryResult.Logged.UnsupportedPayloadType,ActionRecordEntryResult.SilentIgnore
public sealed interface ActionRecordEntryResult
permits ActionRecordEntryResult.Logged, ActionRecordEntryResult.SilentIgnore
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic final class -
Field Summary
Fields -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic ActionRecordEntryResultenter(net.minecraft.network.chat.Component name) static ActionRecordEntryResultenter(net.minecraft.network.chat.Component simpleName, net.minecraft.network.chat.Component advancedName) static ActionRecordEntryResultunsupported(net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<?> payloadType) static ActionRecordEntryResultunsupported(net.minecraft.network.protocol.PacketType<?> packetType)
-
Field Details
-
SILENT_IGNORE
-
-
Method Details
-
enter
-
enter
static ActionRecordEntryResult enter(net.minecraft.network.chat.Component simpleName, net.minecraft.network.chat.Component advancedName) -
unsupported
static ActionRecordEntryResult unsupported(net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<?> payloadType) -
unsupported
-