Class LazyBaseEntity
java.lang.Object
com.sk89q.worldedit.entity.BaseEntity
com.fastasyncworldedit.core.entity.LazyBaseEntity
- All Implemented Interfaces:
NbtValued
-
Constructor Summary
ConstructorDescriptionLazyBaseEntity
(EntityType type, Supplier<org.enginehub.linbus.tree.LinCompoundTag> saveTag) -
Method Summary
Modifier and TypeMethodDescriptionorg.enginehub.linbus.tree.LinCompoundTag
getNbt()
Get the object's NBT data (tile entity data).Methods inherited from class com.sk89q.worldedit.entity.BaseEntity
getNbtReference, getType, setNbtReference
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.sk89q.worldedit.world.NbtValued
getNbtData, hasNbtData, setNbt, setNbtData
-
Constructor Details
-
LazyBaseEntity
-
-
Method Details
-
getNbt
@Nullable public org.enginehub.linbus.tree.LinCompoundTag getNbt()Description copied from interface:NbtValued
Get the object's NBT data (tile entity data).- Returns:
- compound tag, or null
-