Class CommandSuggestionsS2CPacket

java.lang.Object
net.minecraft.network.packet.s2c.play.CommandSuggestionsS2CPacket
All Implemented Interfaces:
Packet<ClientPlayPacketListener>

public class CommandSuggestionsS2CPacket extends Object implements Packet<ClientPlayPacketListener>
Mappings:
Namespace Name
official jp
intermediary net/minecraft/class_2006
named net/minecraft/network/packet/s2c/play/CommandSuggestionsS2CPacket
  • Field Details

    • field_21523

      private int field_21523
      Mappings:
      Namespace Name Mixin selector
      official a Ljp;a:I
      intermediary field_21523 Lnet/minecraft/class_2006;field_21523:I
      named field_21523 Lnet/minecraft/network/packet/s2c/play/CommandSuggestionsS2CPacket;field_21523:I
    • field_21524

      private com.mojang.brigadier.suggestion.Suggestions field_21524
      Mappings:
      Namespace Name Mixin selector
      official b Ljp;b:Lcom/mojang/brigadier/suggestion/Suggestions;
      intermediary field_21524 Lnet/minecraft/class_2006;field_21524:Lcom/mojang/brigadier/suggestion/Suggestions;
      named field_21524 Lnet/minecraft/network/packet/s2c/play/CommandSuggestionsS2CPacket;field_21524:Lcom/mojang/brigadier/suggestion/Suggestions;
  • Constructor Details

    • CommandSuggestionsS2CPacket

      public CommandSuggestionsS2CPacket()
    • CommandSuggestionsS2CPacket

      public CommandSuggestionsS2CPacket(int int2, com.mojang.brigadier.suggestion.Suggestions suggestions)
  • Method Details

    • read

      public void read(PacketByteBuf buf) throws IOException
      Specified by:
      read in interface Packet<ClientPlayPacketListener>
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Liv;a(Lhy;)V
      intermediary method_7535 Lnet/minecraft/class_700;method_7535(Lnet/minecraft/class_1967;)V
      named read Lnet/minecraft/network/Packet;read(Lnet/minecraft/util/PacketByteBuf;)V
    • write

      public void write(PacketByteBuf buf) throws IOException
      Specified by:
      write in interface Packet<ClientPlayPacketListener>
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official b Liv;b(Lhy;)V
      intermediary method_7539 Lnet/minecraft/class_700;method_7539(Lnet/minecraft/class_1967;)V
      named write Lnet/minecraft/network/Packet;write(Lnet/minecraft/util/PacketByteBuf;)V
    • apply

      public void apply(ClientPlayPacketListener clientPlayPacketListener)
      Specified by:
      apply in interface Packet<ClientPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      official a Ljp;a(Liy;)V
      intermediary method_7700 Lnet/minecraft/class_2006;method_7700(Lnet/minecraft/class_1993;)V
      named apply Lnet/minecraft/network/packet/s2c/play/CommandSuggestionsS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
    • method_20208

      @Environment(CLIENT) public int method_20208()
      Mappings:
      Namespace Name Mixin selector
      official b Ljp;b()I
      intermediary method_20208 Lnet/minecraft/class_2006;method_20208()I
      named method_20208 Lnet/minecraft/network/packet/s2c/play/CommandSuggestionsS2CPacket;method_20208()I
    • method_20209

      @Environment(CLIENT) public com.mojang.brigadier.suggestion.Suggestions method_20209()
      Mappings:
      Namespace Name Mixin selector
      official c Ljp;c()Lcom/mojang/brigadier/suggestion/Suggestions;
      intermediary method_20209 Lnet/minecraft/class_2006;method_20209()Lcom/mojang/brigadier/suggestion/Suggestions;
      named method_20209 Lnet/minecraft/network/packet/s2c/play/CommandSuggestionsS2CPacket;method_20209()Lcom/mojang/brigadier/suggestion/Suggestions;