Class SignBlockEntity

All Implemented Interfaces:
ICapabilityProvider, ICapabilityProviderImpl<BlockEntity>, ICapabilitySerializable<CompoundTag>, IForgeBlockEntity, INBTSerializable<CompoundTag>
Direct Known Subclasses:
CustomSignsTest.CustomSignBlockEntity

public class SignBlockEntity extends BlockEntity
  • Field Details

    • LINES

      public static final int LINES
      See Also:
    • RAW_TEXT_FIELD_NAMES

      private static final String[] RAW_TEXT_FIELD_NAMES
    • FILTERED_TEXT_FIELD_NAMES

      private static final String[] FILTERED_TEXT_FIELD_NAMES
    • messages

      private final Component[] messages
    • filteredMessages

      private final Component[] filteredMessages
    • isEditable

      private boolean isEditable
    • playerWhoMayEdit

      @Nullable private UUID playerWhoMayEdit
    • renderMessages

      @Nullable private FormattedCharSequence[] renderMessages
    • renderMessagedFiltered

      private boolean renderMessagedFiltered
    • color

      private DyeColor color
    • hasGlowingText

      private boolean hasGlowingText
  • Constructor Details

  • Method Details