net.minecraft.network.protocol.game

public class ClientboundRecipePacket

implements Packet<ClientGamePacketListener>

ql
net.minecraft.network.protocol.game.ClientboundRecipePacket
net.minecraft.class_2713
net.minecraft.network.packet.s2c.play.UnlockRecipesS2CPacket
net.minecraft.network.play.server.SRecipeBookPacket
net.minecraft.server.v1_16_R3.PacketPlayOutRecipes

Field summary

Modifier and TypeField
private ClientboundRecipePacket$State
a
state
field_12408
action
field_193646_a
private List<ResourceLocation>
b
recipes
field_12414
recipeIdsToChange
field_192596_a
private List<ResourceLocation>
c
toHighlight
field_12409
recipeIdsToInit
field_193647_c
private RecipeBookSettings
d
bookSettings
field_25797
options
field_244301_d

Constructor summary

ModifierConstructor
public ()
public (ClientboundRecipePacket$State action, Collection<ResourceLocation> recipeIdsToChange, Collection<ResourceLocation> recipeIdsToInit, RecipeBookSettings options)

Method summary

Modifier and TypeMethod
public void
a(om arg0)
handle(ClientGamePacketListener arg0)
method_11753(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
func_148833_a(IClientPlayNetHandler arg0)
public void
a(nf arg0)
read(FriendlyByteBuf arg0)
method_11053(class_2540 arg0)
read(PacketByteBuf arg0)
func_148837_a(PacketBuffer arg0)
public void
b(nf arg0)
write(FriendlyByteBuf arg0)
method_11052(class_2540 arg0)
write(PacketByteBuf arg0)
func_148840_b(PacketBuffer arg0)
public List<ResourceLocation>
b()
getRecipes()
method_11750()
getRecipeIdsToChange()
func_192595_a()
public List<ResourceLocation>
c()
getHighlights()
method_11757()
getRecipeIdsToInit()
func_193644_b()
public RecipeBookSettings
d()
getBookSettings()
method_11756()
getOptions()
func_244302_d()
public ClientboundRecipePacket$State
e()
getState()
method_11751()
getAction()
func_194151_e()