Package forestry.api.mail
Interface IPostalState
- All Known Implementing Classes:
EnumTradeStationState
public interface IPostalState
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.network.chat.ComponentLocalized description of the postal statebooleanisOk()Normal states are OK, error states are not OK
-
Method Details
-
isOk
boolean isOk()Normal states are OK, error states are not OK -
getDescription
net.minecraft.network.chat.Component getDescription()Localized description of the postal state
-