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 com.sk89q.worldedit.entity.BaseEntity
getNbtReference, getType, setNbtReferenceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:NbtValuedGet the object's NBT data (tile entity data).- Returns:
- compound tag, or null
-