public class TradeStationInfo extends java.lang.Object implements ITradeStationInfo
| Constructor and Description |
|---|
TradeStationInfo(IMailAddress address,
com.mojang.authlib.GameProfile owner,
net.minecraft.item.ItemStack tradegood,
net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> required,
EnumTradeStationState state) |
| Modifier and Type | Method and Description |
|---|---|
IMailAddress |
getAddress() |
com.mojang.authlib.GameProfile |
getOwner() |
net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> |
getRequired() |
EnumTradeStationState |
getState() |
net.minecraft.item.ItemStack |
getTradegood() |
public TradeStationInfo(IMailAddress address, com.mojang.authlib.GameProfile owner, net.minecraft.item.ItemStack tradegood, net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> required, EnumTradeStationState state)
public IMailAddress getAddress()
getAddress in interface ITradeStationInfopublic com.mojang.authlib.GameProfile getOwner()
getOwner in interface ITradeStationInfopublic net.minecraft.item.ItemStack getTradegood()
getTradegood in interface ITradeStationInfopublic net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> getRequired()
getRequired in interface ITradeStationInfopublic EnumTradeStationState getState()
getState in interface ITradeStationInfo