BloodMagic/BM_src/forestry/api/mail/IPostalState.java

10 lines
123 B
Java
Raw Normal View History

package forestry.api.mail;
public interface IPostalState {
boolean isOk();
String getIdentifier();
int ordinal();
}