Package forestry.api.mail
Interface ITradeStationInfo
public interface ITradeStationInfo
-
Method Details
-
address
IMailAddress address() -
owner
com.mojang.authlib.GameProfile owner() -
tradegood
net.minecraft.world.item.ItemStack tradegood() -
required
List<net.minecraft.world.item.ItemStack> required() -
state
EnumTradeStationState state()
-