classpublicPriority 3
BarterTrade
com.hypixel.hytale.builtin.adventure.shop.barter.BarterTrade
4
Methods
4
Public Methods
3
Fields
2
Constructors
Constants
BuilderCodec<BarterTrade>CODEC= BuilderCodec.builder(BarterTrade.class, BarterTrade::new)
.append(new KeyedCodec<>("Output"...
Constructors
protected
BarterTrade()public
BarterTrade(BarterItemStack output, BarterItemStack[] input, int maxStock)Methods
Public Methods (4)
public
BarterItemStack[] getInput()public
int getMaxStock()public
BarterItemStack getOutput()public
String toString()@Nonnull@Override
Fields
Protected Fields (3)
protected
BarterItemStack[] inputprotected
int maxStockprotected
BarterItemStack output