public interface IPostOffice
| Modifier and Type | Method and Description |
|---|---|
void |
collectPostage(net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> stamps) |
void |
deregisterTradeStation(ITradeStation trade) |
java.util.Map<IMailAddress,ITradeStation> |
getActiveTradeStations(net.minecraft.world.World world) |
net.minecraft.item.ItemStack |
getAnyStamp(EnumPostage[] postages,
int max) |
net.minecraft.item.ItemStack |
getAnyStamp(EnumPostage postage,
int max) |
net.minecraft.item.ItemStack |
getAnyStamp(int max) |
IPostalState |
lodgeLetter(net.minecraft.world.World world,
net.minecraft.item.ItemStack itemstack,
boolean doLodge) |
void |
registerTradeStation(ITradeStation trade) |
void collectPostage(net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> stamps)
IPostalState lodgeLetter(net.minecraft.world.World world, net.minecraft.item.ItemStack itemstack, boolean doLodge)
net.minecraft.item.ItemStack getAnyStamp(int max)
net.minecraft.item.ItemStack getAnyStamp(EnumPostage postage, int max)
net.minecraft.item.ItemStack getAnyStamp(EnumPostage[] postages, int max)
void registerTradeStation(ITradeStation trade)
void deregisterTradeStation(ITradeStation trade)
java.util.Map<IMailAddress,ITradeStation> getActiveTradeStations(net.minecraft.world.World world)