StructureDataEntity

data class StructureDataEntity(entityType: EntityType, nbtData: NBTData) : StructureData

Constructors

StructureDataEntity
Link copied to clipboard
fun StructureDataEntity(entity: Entity)
StructureDataEntity
Link copied to clipboard
fun StructureDataEntity(entityType: EntityType)

Functions

component1
Link copied to clipboard
operator fun component1(): EntityType
component2
Link copied to clipboard
operator fun component2(): NBTData
copy
Link copied to clipboard
fun copy(entityType: EntityType, nbtData: NBTData): StructureDataEntity
createAt
Link copied to clipboard
open override fun createAt(loc: Location)
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

entityType
Link copied to clipboard
val entityType: EntityType
nbtData
Link copied to clipboard
val nbtData: NBTData