net.minecraft.network.protocol.game

public class ServerboundRecipeBookChangeSettingsPacket

implements Packet<ServerGamePacketListener>

aiu
net.minecraft.network.protocol.game.ServerboundRecipeBookChangeSettingsPacket
net.minecraft.class_5427
net.minecraft.network.packet.c2s.play.RecipeCategoryOptionsC2SPacket
net.minecraft.network.protocol.game.PacketPlayInRecipeSettings

Field summary

Modifier and TypeField
public static final StreamCodec<FriendlyByteBuf, ServerboundRecipeBookChangeSettingsPacket>
a
STREAM_CODEC
field_48210
CODEC
private final RecipeBookType
b
bookType
field_25798
category
private final boolean
c
isOpen
field_25799
guiOpen
private final boolean
d
isFiltering
field_25800
filteringCraftable

Constructor summary

ModifierConstructor
public (RecipeBookType category, boolean guiOpen, boolean filteringCraftable)
private (FriendlyByteBuf buf)

Method summary

Modifier and TypeMethod
private void
a(ws arg0)
write(FriendlyByteBuf arg0)
method_55991(class_2540 arg0)
write(PacketByteBuf buf)
public PacketType<ServerboundRecipeBookChangeSettingsPacket>
a()
type()
method_55846()
getPacketId()
public void
a(ahm arg0)
handle(ServerGamePacketListener arg0)
method_30304(class_2792 arg0)
apply(ServerPlayPacketListener arg0)
public RecipeBookType
b()
getBookType()
method_30305()
getCategory()
public boolean
e()
isOpen()
method_30306()
isGuiOpen()
public boolean
f()
isFiltering()
method_30307()
isFilteringCraftable()