Package net.pdevita.creeperheal2.core
Class ExplodedGlowItemFrame
-
- All Implemented Interfaces:
public final class ExplodedGlowItemFrame extends ExplodedItemFrame
-
-
Field Summary
Fields Modifier and Type Field Description private final EntityType
entityType
private BlockFace
facingDirection
private Location
location
-
Constructor Summary
Constructors Constructor Description ExplodedGlowItemFrame(Entity entity)
-
Method Summary
Modifier and Type Method Description EntityType
getEntityType()
-
Methods inherited from class net.pdevita.creeperheal2.core.ExplodedHanging
getFacingDirection, setFacingDirection
-
Methods inherited from class net.pdevita.creeperheal2.core.ExplodedEntity
getLocation, placeEntity, setLocation, spawnEntity
-
Methods inherited from class net.pdevita.creeperheal2.core.ExplodedItemFrame
loadData, saveData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEntityType
EntityType getEntityType()
-
-
-
-