Class LazyBaseEntity

java.lang.Object
com.sk89q.worldedit.entity.BaseEntity
com.fastasyncworldedit.core.entity.LazyBaseEntity
All Implemented Interfaces:
NbtValued

public class LazyBaseEntity extends BaseEntity
  • Constructor Details

    • LazyBaseEntity

      public LazyBaseEntity(EntityType type, Supplier<org.enginehub.linbus.tree.LinCompoundTag> saveTag)
  • 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