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