Uses of Record Class
net.minecraft.client.renderer.DynamicGpuData.IndexedDraw
Packages that use DynamicGpuData.IndexedDraw
-
Uses of DynamicGpuData.IndexedDraw in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type DynamicGpuData.IndexedDrawModifier and TypeFieldDescriptionDynamicGpuData.chunkSectionsCommandBufferprivate final List<DynamicGpuData.IndexedDraw> LevelRenderer.ChunkDrawGroup.drawsThe field for thedrawsrecord component.Methods in net.minecraft.client.renderer that return types with arguments of type DynamicGpuData.IndexedDrawModifier and TypeMethodDescriptionLevelRenderer.ChunkDrawGroup.draws()Returns the value of thedrawsrecord component.Method parameters in net.minecraft.client.renderer with type arguments of type DynamicGpuData.IndexedDrawModifier and TypeMethodDescriptionDynamicGpuData.writeChunkSectionCommands(List<List<DynamicGpuData.IndexedDraw>> draws) Constructor parameters in net.minecraft.client.renderer with type arguments of type DynamicGpuData.IndexedDrawModifierConstructorDescriptionprivateChunkDrawGroup(GpuBufferSlice vertexBuffer, @Nullable GpuBufferSlice indexBuffer, @Nullable IndexType indexType, List<DynamicGpuData.IndexedDraw> draws) Creates an instance of aChunkDrawGrouprecord class.