Package net.pdevita.creeperheal2.core
Class ExplodedEntity
-
- All Implemented Interfaces:
public class ExplodedEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classExplodedEntity.Companion
-
Field Summary
Fields Modifier and Type Field Description private final EntityTypeentityTypeprivate Locationlocationpublic final static ExplodedEntity.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description ExplodedEntity(Entity entity)ExplodedEntity()
-
Method Summary
Modifier and Type Method Description EntityTypegetEntityType()final LocationgetLocation()final UnitsetLocation(Location location)UnitsaveData(Entity entity)final EntityspawnEntity(Location location)final BooleanplaceEntity()UnitloadData(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()
-
-
-
-