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 TypeMethodDescriptionvoidClientPacketListener.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_RECIPESstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundUpdateRecipesPacket> ClientboundUpdateRecipesPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handleUpdateRecipes(ClientboundUpdateRecipesPacket p_131454_)