BarterTrade

public class BarterTrade

Class BarterTrade. Provides bartertrade functionality for the Hytale server.

java.lang.Object > BarterTrade

Field Summary

output

protected BarterItemStack output

Field output.

input

protected BarterItemStack[] input

Field input.

maxStock

protected int maxStock

Field maxStock.

Method Detail

BarterTrade

public public BarterTrade (final BarterItemStack output, final BarterItemStack[] input, final int maxStock)

Method BarterTrade.

Parameters:
final BarterItemStack output
final BarterItemStack[] input
final int maxStock

getOutput

public BarterItemStack getOutput ()

Method getOutput.

getInput

public BarterItemStack[] getInput ()

Method getInput.

getMaxStock

public int getMaxStock ()

Method getMaxStock.

toString

public String toString ()

Method toString.