Uses of Class
net.minecraft.client.renderer.chunk.SectionCompiler.Results
Packages that use SectionCompiler.Results
-
Uses of SectionCompiler.Results in net.minecraft.client.renderer.chunk
Methods in net.minecraft.client.renderer.chunk that return SectionCompiler.ResultsModifier and TypeMethodDescriptionSectionCompiler.compile(SectionPos sectionPos, RenderSectionRegion region, VertexSorting vertexSorting, SectionBufferBuilderPack builders) SectionCompiler.compile(SectionPos sectionPos, RenderSectionRegion region, VertexSorting vertexSorting, SectionBufferBuilderPack builders, List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers) Methods in net.minecraft.client.renderer.chunk with parameters of type SectionCompiler.ResultsModifier and TypeMethodDescriptionprivate <E extends BlockEntity>
voidSectionCompiler.handleBlockEntity(SectionCompiler.Results results, E blockEntity) Constructors in net.minecraft.client.renderer.chunk with parameters of type SectionCompiler.ResultsModifierConstructorDescriptionCompiledSectionMesh(TranslucencyPointOfView translucencyPointOfView, SectionCompiler.Results results)