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 SummaryConstructors Constructor Description AbstractGGEntity(EntityType type)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityTypegetGGEntityType()
 
- 
- 
- 
Constructor Detail- 
AbstractGGEntitypublic AbstractGGEntity(@Nonnull EntityType type)
 
- 
 - 
Method Detail- 
getGGEntityType@Nonnull public EntityType getGGEntityType() - Specified by:
- getGGEntityTypein interface- GGEntity
 
 
- 
 
-