net.minecraft.network.protocol.game

public class ClientboundHorseScreenOpenPacket

implements Packet<ClientGamePacketListener>

aea
net.minecraft.network.protocol.game.ClientboundHorseScreenOpenPacket
net.minecraft.class_2648
net.minecraft.network.packet.s2c.play.OpenHorseScreenS2CPacket
net.minecraft.network.protocol.game.PacketPlayOutOpenWindowHorse

Field summary

Modifier and TypeField
public static final StreamCodec<FriendlyByteBuf, ClientboundHorseScreenOpenPacket>
a
STREAM_CODEC
field_47928
CODEC
private final int
b
containerId
field_12144
syncId
private final int
c
inventoryColumns
field_12143
slotColumnCount
private final int
d
entityId
field_12142
horseId

Constructor summary

ModifierConstructor
public (int syncId, int slotColumnCount, int horseId)
private (FriendlyByteBuf buf)

Method summary

Modifier and TypeMethod
private void
a(ws arg0)
write(FriendlyByteBuf arg0)
method_55880(class_2540 arg0)
write(PacketByteBuf buf)
public PacketType<ClientboundHorseScreenOpenPacket>
a()
type()
method_55846()
getPacketId()
public void
a(acr arg0)
handle(ClientGamePacketListener arg0)
method_11437(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
public int
b()
getContainerId()
method_11432()
getSyncId()
public int
e()
getInventoryColumns()
method_11434()
getSlotColumnCount()
public int
f()
getEntityId()
method_11433()
getHorseId()