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<com.sk89q.worldedit.util.nbt.CompoundBinaryTag> saveTag)
  • Method Details

    • getNbt

      @Nullable public com.sk89q.worldedit.util.nbt.CompoundBinaryTag getNbt()
      Description copied from interface: NbtValued
      Get the object's NBT data (tile entity data).
      Returns:
      compound tag, or null