Interface SectionMesh
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
CompiledSectionMesh
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault voidclose()booleanfacesCanSeeEachother(Direction direction1, Direction direction2) default List<BlockEntity> default @Nullable SectionMesh.SectionDrawgetSectionDraw(ChunkSectionLayer layer) default booleandefault booleandefault booleanisDifferentPointOfView(TranslucencyPointOfView pointOfView) default booleanisEmpty(ChunkSectionLayer layer)
-
Method Details
-
isDifferentPointOfView
-
hasRenderableLayers
default boolean hasRenderableLayers() -
hasTranslucentGeometry
default boolean hasTranslucentGeometry() -
isEmpty
-
getRenderableBlockEntities
-
facesCanSeeEachother
-
getSectionDraw
-
close
default void close()- Specified by:
closein interfaceAutoCloseable
-