Uses of Record Class
net.minecraft.network.packet.s2c.play.RecipeBookSettingsS2CPacket
Packages that use RecipeBookSettingsS2CPacket
Package
Description
-
Uses of RecipeBookSettingsS2CPacket in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type RecipeBookSettingsS2CPacketModifier and TypeMethodDescriptionvoid
ClientPlayNetworkHandler.onRecipeBookSettings
(RecipeBookSettingsS2CPacket packet) -
Uses of RecipeBookSettingsS2CPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type RecipeBookSettingsS2CPacketModifier and TypeMethodDescriptionvoid
ClientPlayPacketListener.onRecipeBookSettings
(RecipeBookSettingsS2CPacket packet) -
Uses of RecipeBookSettingsS2CPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type RecipeBookSettingsS2CPacketModifier and TypeFieldDescriptionstatic final PacketType
<RecipeBookSettingsS2CPacket> PlayPackets.RECIPE_BOOK_SETTINGS
-
Uses of RecipeBookSettingsS2CPacket in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type RecipeBookSettingsS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, RecipeBookSettingsS2CPacket> RecipeBookSettingsS2CPacket.CODEC
Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type RecipeBookSettingsS2CPacket