Package com.github.gpluscb.ggjava.entity
Class AbstractGGEntity
- java.lang.Object
-
- com.github.gpluscb.ggjava.entity.AbstractGGEntity
-
- All Implemented Interfaces:
GGEntity
- Direct Known Subclasses:
AbstractGGObject
public abstract class AbstractGGEntity extends java.lang.Object implements GGEntity
-
-
Constructor Summary
Constructors Constructor Description AbstractGGEntity(EntityType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityType
getGGEntityType()
-
-
-
Constructor Detail
-
AbstractGGEntity
public AbstractGGEntity(@Nonnull EntityType type)
-
-
Method Detail
-
getGGEntityType
@Nonnull public EntityType getGGEntityType()
- Specified by:
getGGEntityType
in interfaceGGEntity
-
-