TradeListPacket

data class TradeListPacket(val windowId: Int, val trades: List<TradeListPacketTrades>, val villagerLevel: Int, val experience: Int, val isRegularVillager: Boolean, val canRestock: Boolean) : ClientBoundPacket

Merchant Offers | 0x26 | play | clientbound

Parameters

windowId

windowId

trades

list of TradeListPacketTrades

villagerLevel

villagerLevel

experience

experience

isRegularVillager

isRegularVillager

canRestock

canRestock

See also

Constructors

Link copied to clipboard
constructor(windowId: Int, trades: List<TradeListPacketTrades>, villagerLevel: Int, experience: Int, isRegularVillager: Boolean, canRestock: Boolean)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard