Interface ILetter

All Superinterfaces:
net.minecraft.world.Clearable, net.minecraft.world.Container, INbtWritable

public interface ILetter extends net.minecraft.world.Container, INbtWritable
  • Method Details

    • getPostage

      net.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack> getPostage()
    • setProcessed

      void setProcessed(boolean flag)
    • isProcessed

      boolean isProcessed()
    • isMailable

      boolean isMailable()
    • setSender

      void setSender(IMailAddress address)
    • getSender

      IMailAddress getSender()
    • hasRecipient

      boolean hasRecipient()
    • setRecipient

      void setRecipient(@Nullable IMailAddress address)
    • getRecipient

      @Nullable IMailAddress getRecipient()
    • getRecipientString

      String getRecipientString()
    • setText

      void setText(String text)
    • getText

      String getText()
    • addTooltip

      void addTooltip(List<net.minecraft.network.chat.Component> list)
    • isPostPaid

      boolean isPostPaid()
    • requiredPostage

      int requiredPostage()
    • invalidatePostage

      void invalidatePostage()
    • getAttachments

      net.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack> getAttachments()
    • addAttachment

      void addAttachment(net.minecraft.world.item.ItemStack itemstack)
    • addAttachments

      void addAttachments(net.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack> itemstacks)
    • countAttachments

      int countAttachments()
    • addStamps

      void addStamps(net.minecraft.world.item.ItemStack stamps)