FixedTradeSlot

public class FixedTradeSlot extends TradeSlot

Class FixedTradeSlot. Provides fixedtradeslot functionality for the Hytale server.

java.lang.Object > TradeSlot > FixedTradeSlot

Field Summary

trade

protected BarterTrade trade

Field trade.

Method Detail

FixedTradeSlot

public public FixedTradeSlot (@Nonnull final BarterTrade trade)

Method FixedTradeSlot.

Parameters:
@Nonnull final BarterTrade trade

getTrade

public BarterTrade getTrade ()

Method getTrade.

resolve

public List resolve (@Nonnull final Random random)

Method resolve.

Parameters:
@Nonnull final Random random

getSlotCount

public int getSlotCount ()

Method getSlotCount.

toString

public String toString ()

Method toString.