Class PoolTradeSlot
java.lang.Object
com.hypixel.hytale.builtin.adventure.shop.barter.TradeSlot
com.hypixel.hytale.builtin.adventure.shop.barter.PoolTradeSlot
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BuilderCodec<PoolTradeSlot> protected intprotected WeightedTrade[]Fields inherited from class com.hypixel.hytale.builtin.adventure.shop.barter.TradeSlot
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintprivate intselectWeightedIndex(List<WeightedTrade> trades, Random random) toString()
-
Field Details
-
CODEC
-
slotCount
protected int slotCount -
trades
-
-
Constructor Details
-
PoolTradeSlot
-
PoolTradeSlot
protected PoolTradeSlot()
-
-
Method Details