Uses of Class
net.minecraft.network.protocol.game.ClientboundUpdateRecipesPacket
Packages that use ClientboundUpdateRecipesPacket
-
Uses of ClientboundUpdateRecipesPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundUpdateRecipesPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleUpdateRecipes
(ClientboundUpdateRecipesPacket p_105132_) -
Uses of ClientboundUpdateRecipesPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundUpdateRecipesPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundUpdateRecipesPacket> GamePacketTypes.CLIENTBOUND_UPDATE_RECIPES
static final StreamCodec
<RegistryFriendlyByteBuf, ClientboundUpdateRecipesPacket> ClientboundUpdateRecipesPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundUpdateRecipesPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundUpdateRecipesPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleUpdateRecipes
(ClientboundUpdateRecipesPacket p_131454_)