All Superinterfaces:
Entity

public interface MutableEntity extends Entity
An entity that can have children added to it.
  • Method Details

    • addChild

      void addChild(Entity e)
      Add a child entity to this entity.
    • addChild

      default void addChild(@NotNull @NotNull String name, Consumer<EntityBuilder> builder)
      Convenience method to add a child entity to this entity using a builder.