net.minecraft.network.protocol.game

public record ServerboundSetCreativeModeSlotPacket

implements Packet<ServerGamePacketListener>

aiz
net.minecraft.network.protocol.game.ServerboundSetCreativeModeSlotPacket
net.minecraft.class_2873

Field summary

Modifier and TypeField
private final short
b
slotNum
comp_2609
private final ItemStack
c
itemStack
comp_2610
public static final StreamCodec<RegistryFriendlyByteBuf, ServerboundSetCreativeModeSlotPacket>
a
STREAM_CODEC
field_48219

Constructor summary

ModifierConstructor
public (int arg0, ItemStack arg1)
public (short arg0, ItemStack arg1)

Method summary

Modifier and TypeMethod
public PacketType<ServerboundSetCreativeModeSlotPacket>
a()
type()
method_65080()
public void
a(ahf arg0)
handle(ServerGamePacketListener arg0)
method_12480(class_2792 arg0)
public short
b()
slotNum()
comp_2609()
public ItemStack
e()
itemStack()
comp_2610()