Package net.pdevita.creeperheal2.core
Class ExplodedEntity
-
- All Implemented Interfaces:
public class ExplodedEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
ExplodedEntity.Companion
-
Field Summary
Fields Modifier and Type Field Description private final EntityType
entityType
private Location
location
public final static ExplodedEntity.Companion
Companion
-
Constructor Summary
Constructors Constructor Description ExplodedEntity(Entity entity)
ExplodedEntity()
-
Method Summary
Modifier and Type Method Description EntityType
getEntityType()
final Location
getLocation()
final Unit
setLocation(Location location)
Unit
saveData(Entity entity)
final Entity
spawnEntity(Location location)
final Boolean
placeEntity()
Unit
loadData(Entity entity)
-
-
Method Detail
-
getEntityType
EntityType getEntityType()
-
getLocation
final Location getLocation()
-
setLocation
final Unit setLocation(Location location)
-
spawnEntity
final Entity spawnEntity(Location location)
-
placeEntity
final Boolean placeEntity()
-
-
-
-