Uses of Class
net.minecraft.network.packet.c2s.play.RecipeBookDataC2SPacket
Packages that use RecipeBookDataC2SPacket
Package
Description
The base package for all Minecraft classes.
-
Uses of RecipeBookDataC2SPacket in net.minecraft
Fields in net.minecraft with type parameters of type RecipeBookDataC2SPacketModifier and TypeFieldDescriptionstatic final class_9145<RecipeBookDataC2SPacket>class_9094.RECIPE_BOOK_SEEN_RECIPE -
Uses of RecipeBookDataC2SPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type RecipeBookDataC2SPacketModifier and TypeMethodDescriptionvoidServerPlayPacketListener.onRecipeBookData(RecipeBookDataC2SPacket packet) -
Uses of RecipeBookDataC2SPacket in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play with type parameters of type RecipeBookDataC2SPacketModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf,RecipeBookDataC2SPacket> RecipeBookDataC2SPacket.CODECMethods in net.minecraft.network.packet.c2s.play that return types with arguments of type RecipeBookDataC2SPacket -
Uses of RecipeBookDataC2SPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type RecipeBookDataC2SPacketModifier and TypeMethodDescriptionvoidServerPlayNetworkHandler.onRecipeBookData(RecipeBookDataC2SPacket packet)