LivingEntityInterface

Interace used for wrapping LivingEntity to provide additions common commands and information

Author

stumper66

Since

3.0.0

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
abstract val entityType: EntityType?
Link copied to clipboard
abstract val location: Location?
Link copied to clipboard
abstract var spawnedTimeOfDay: Int
Link copied to clipboard
abstract val summonedLevel: Int?
Link copied to clipboard
abstract val typeName: String
Link copied to clipboard
abstract val wasSummoned: Boolean
Link copied to clipboard
abstract val world: World?

Functions

Link copied to clipboard
abstract fun clearEntityData()
Link copied to clipboard
abstract fun free()
Link copied to clipboard