ClientboundUpdateRecipesPacketEvent

class ClientboundUpdateRecipesPacketEvent(player: Player, packet: ClientboundUpdateRecipesPacket) : PlayerPacketEvent<ClientboundUpdateRecipesPacket>

Constructors

Link copied to clipboard
constructor(player: Player, packet: ClientboundUpdateRecipesPacket)

Properties

Link copied to clipboard
Link copied to clipboard
var packet: ClientboundUpdateRecipesPacket
Link copied to clipboard
val player: Player
Link copied to clipboard
var recipes: List<RecipeHolder<*>>