Interface SectionMesh

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
CompiledSectionMesh

public interface SectionMesh extends AutoCloseable
  • Method Details

    • isDifferentPointOfView

      default boolean isDifferentPointOfView(TranslucencyPointOfView pPointOfView)
    • hasRenderableLayers

      default boolean hasRenderableLayers()
    • hasTranslucentGeometry

      default boolean hasTranslucentGeometry()
    • isEmpty

      default boolean isEmpty(ChunkSectionLayer pLayer)
    • getRenderableBlockEntities

      default List<BlockEntity> getRenderableBlockEntities()
    • facesCanSeeEachother

      boolean facesCanSeeEachother(Direction pFace1, Direction pFace2)
    • getBuffers

      @Nullable default SectionBuffers getBuffers(ChunkSectionLayer pLayer)
    • close

      default void close()
      Specified by:
      close in interface AutoCloseable