2.5 KiB
2.5 KiB
title
title |
---|
StructureDataParticle - |
//KSpigot/net.axay.kspigot.structures/StructureDataParticle
StructureDataParticle
[jvm] data class StructureDataParticle(particle: KSpigotParticle) : StructureData
Functions
Name | Summary |
---|---|
component1 | [jvm] Content operator fun component1(): KSpigotParticle |
copy | [jvm] Content fun copy(particle: KSpigotParticle): StructureDataParticle |
createAt | [jvm] Content open override fun createAt(loc: Location) |
equals | [jvm] Content open operator override fun equals(other: Any?): Boolean |
hashCode | [jvm] Content open override fun hashCode(): Int |
toString | [jvm] Content open override fun toString(): String |
Properties
Name | Summary |
---|---|
particle | [jvm] val particle: KSpigotParticle |