Interface TextAction

All Known Implementing Classes:
AddTextAction, ClearTextAction, DynamicTextAction, InsertTextAction, RemoveExactTextTextAction, RemoveLineTextAction, RemoveTextTextAction

public interface TextAction
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Map<Integer,TooltipActionType<?>>
     
    static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,TextAction>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(List<net.minecraft.network.chat.Component> lines)
     
     
  • Field Details

    • MAP

      static final Map<Integer,TooltipActionType<?>> MAP
    • STREAM_CODEC

      static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,TextAction> STREAM_CODEC
  • Method Details