toggle menu
CreeperHeal2
JVM
switch theme
search in API
CreeperHeal2
/
net.pdevita.creeperheal2.core
/
ExplodedEntity
Exploded
Entity
open
class
ExplodedEntity
Inheritors
ExplodedHanging
ExplodedArmorStand
Members
Constructors
Exploded
Entity
Link copied to clipboard
constructor
(
entity
:
Entity
)
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
entity
Type
Link copied to clipboard
open
val
entityType
:
EntityType
?
=
null
location
Link copied to clipboard
lateinit
var
location
:
Location
Functions
load
Data
Link copied to clipboard
open
fun
loadData
(
entity
:
Entity
)
place
Entity
Link copied to clipboard
fun
placeEntity
(
)
:
Boolean
save
Data
Link copied to clipboard
open
fun
saveData
(
entity
:
Entity
)
spawn
Entity
Link copied to clipboard
fun
spawnEntity
(
location
:
Location
)
:
Entity
?