All Downloads are FREE. Search and download functionalities are using the official Maven repository.

walkmc.hologram.entity.EntityItemCarrier.kt Maven / Gradle / Ivy

package walkmc.hologram.entity

import org.bukkit.*
import walkmc.*
import walkmc.extensions.*

/**
 * A entity that has the function to carrier a hologram item line.
 */
open class EntityItemCarrier(world: MinecraftWorld) : EntityHologram(world) {
	
	constructor() : this(worlds[0])
	constructor(world: World) : this(world.handler)
	constructor(location: Location) : this(location.world) { setPosition(location) }
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy