Interface BlockEntityFactory<T extends BlockEntity>


public interface BlockEntityFactory<T extends BlockEntity>
  • Method Summary

    Modifier and Type
    Method
    Description
    create​(BlockEntityType<T> type, Chunk chunk, com.nukkitx.math.vector.Vector3i position)
     
  • Method Details