Interface SectionMesh
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
CompiledSectionMesh
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
close()
boolean
facesCanSeeEachother
(Direction pFace1, Direction pFace2) default SectionBuffers
getBuffers
(ChunkSectionLayer pLayer) default List
<BlockEntity> default boolean
default boolean
default boolean
isDifferentPointOfView
(TranslucencyPointOfView pPointOfView) default boolean
isEmpty
(ChunkSectionLayer pLayer)
-
Method Details
-
isDifferentPointOfView
-
hasRenderableLayers
default boolean hasRenderableLayers() -
hasTranslucentGeometry
default boolean hasTranslucentGeometry() -
isEmpty
-
getRenderableBlockEntities
-
facesCanSeeEachother
-
getBuffers
-
close
default void close()- Specified by:
close
in interfaceAutoCloseable
-