net.minecraft.client.render.chunk

public interface AbstractChunkRenderData

extends AutoCloseable

net.minecraft.client.renderer.chunk.SectionMesh
net.minecraft.class_11517
net.minecraft.client.render.chunk.AbstractChunkRenderData

Method summary

Modifier and TypeMethod
default boolean
isDifferentPointOfView(TranslucencyPointOfView pointOfView)
method_72036(class_10196 arg0)
hasPosition(NormalizedRelativePos pos)
default boolean
hasRenderableLayers()
method_72027()
hasData()
default boolean
hasTranslucentGeometry()
method_72037()
hasTranslucentLayers()
default boolean
isEmpty(ChunkSectionLayer layer)
method_72028(class_11515 arg0)
containsLayer(BlockRenderLayer layer)
default List<BlockEntity>
getRenderableBlockEntities()
method_72033()
getBlockEntities()
boolean
facesCanSeeEachother(Direction direction1, Direction direction2)
method_3650(class_2350 arg0, class_2350 arg1)
isVisibleThrough(Direction from, Direction to)
default AbstractChunkRenderData$IndexInfo
getSectionDraw(ChunkSectionLayer layer)
method_72034(class_11515 arg0)
getIndexInfo(BlockRenderLayer layer)
default void
close()