Uses of Interface
net.minecraft.class_12289
Packages that use class_12289
-
Uses of class_12289 in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type class_12289Modifier and TypeMethodDescriptionstatic voidRenderSystem.initRenderer(long windowHandle, int debugVerbosity, boolean sync, class_12289 class_12289, boolean renderDebugLabels) GpuDevice.precompilePipeline(RenderPipeline pipeline, @Nullable class_12289 class_12289) -
Uses of class_12289 in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as class_12289Methods in net.minecraft.client.gl with parameters of type class_12289Modifier and TypeMethodDescriptionprivate CompiledShaderPipelineGlBackend.compileRenderPipeline(RenderPipeline renderPipeline, class_12289 class_12289) private CompiledShaderGlBackend.compileShader(GlBackend.ShaderKey key, class_12289 class_12289) protected CompiledShaderGlBackend.compileShader(Identifier id, ShaderType type, Defines defines, class_12289 class_12289) private ShaderProgramGlBackend.method_76229(RenderPipeline renderPipeline, class_12289 class_12289) GlBackend.precompilePipeline(RenderPipeline renderPipeline, @Nullable class_12289 class_12289) Constructors in net.minecraft.client.gl with parameters of type class_12289ModifierConstructorDescriptionGlBackend(long contextId, int debugVerbosity, boolean sync, class_12289 class_12289, boolean renderDebugLabels)