
com.github.gpluscb.ggjava.entity.GGEntity Maven / Gradle / Ivy
package com.github.gpluscb.ggjava.entity;
import javax.annotation.Nonnull;
public interface GGEntity {
@Nonnull
EntityType getGGEntityType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy