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