All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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