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
  • Field Details

  • Method Details

    • enter

      static ActionRecordEntryResult enter(net.minecraft.network.chat.Component name)
    • 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

      static ActionRecordEntryResult unsupported(net.minecraft.network.protocol.PacketType<?> packetType)