Uses of Class
net.minecraft.class_12137
Packages that use class_12137
Package
Description
The base package for all Minecraft classes.
-
Uses of class_12137 in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as class_12137Modifier and TypeFieldDescriptionprivate final class_12137RenderSystem.class_12114.samplerThe field for thesamplerrecord component.Methods in com.mojang.blaze3d.systems that return class_12137Modifier and TypeMethodDescriptionGpuDevice.createSampler(AddressMode addressMode, AddressMode addressMode2, FilterMode filterMode, FilterMode filterMode2) RenderSystem.class_12114.sampler()Returns the value of thesamplerrecord component.Methods in com.mojang.blaze3d.systems with parameters of type class_12137Modifier and TypeMethodDescriptionvoidRenderPass.bindTexture(String string, @Nullable GpuTextureView gpuTextureView, class_12137 class_12137) static voidRenderSystem.setShaderTexture(int index, @Nullable GpuTextureView texture, @Nullable class_12137 class_12137) static voidRenderSystem.setupOverlayColor(@Nullable GpuTextureView texture, @Nullable class_12137 class_12137) Constructors in com.mojang.blaze3d.systems with parameters of type class_12137ModifierConstructorDescriptionclass_12114(GpuTextureView gpuTextureView, class_12137 class_12137) -
Uses of class_12137 in net.minecraft
Subclasses of class_12137 in net.minecraftFields in net.minecraft declared as class_12137Methods in net.minecraft that return class_12137Modifier and TypeMethodDescriptionclass_12136.method_75293(AddressMode addressMode, AddressMode addressMode2, FilterMode filterMode, FilterMode filterMode2) class_12136.method_75294(FilterMode filterMode) class_12136.method_75297(FilterMode filterMode) -
Uses of class_12137 in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as class_12137Modifier and TypeFieldDescriptionprivate final class_12137PostEffectPass.class_12154.samplerThe field for thesamplerrecord component.Methods in net.minecraft.client.gl that return class_12137Modifier and TypeMethodDescriptionGlBackend.createSampler(AddressMode addressMode, AddressMode addressMode2, FilterMode filterMode, FilterMode filterMode2) PostEffectPass.class_12154.sampler()Returns the value of thesamplerrecord component.Methods in net.minecraft.client.gl with parameters of type class_12137Modifier and TypeMethodDescriptionvoidRenderPassImpl.bindTexture(String string, @Nullable GpuTextureView gpuTextureView, class_12137 class_12137) Constructors in net.minecraft.client.gl with parameters of type class_12137ModifierConstructorDescription(package private)class_12154(String string, GpuTextureView gpuTextureView, class_12137 class_12137) -
Uses of class_12137 in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type class_12137Modifier and TypeMethodDescriptionprivate voidDrawContext.drawTexturedQuad(RenderPipeline pipeline, GpuTextureView texture, class_12137 class_12137, int int2, int int3, int int4, int int5, float float2, float float3, float float4, float float5, int int6) private voidDrawContext.drawTiledTexturedQuad(RenderPipeline pipeline, GpuTextureView texture, class_12137 class_12137, int int2, int int3, int int4, int int5, int int6, int int7, float float2, float float3, float float4, float float5, int int8) -
Uses of class_12137 in net.minecraft.client.render
Fields in net.minecraft.client.render declared as class_12137 -
Uses of class_12137 in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as class_12137Modifier and TypeFieldDescriptionprotected class_12137AbstractTexture.field_63613private final @Nullable class_12137TextureSetup.sampler0The field for thesampler0record component.private final @Nullable class_12137TextureSetup.sampler1The field for thesampler1record component.private final @Nullable class_12137TextureSetup.sampler2The field for thesampler2record component.Methods in net.minecraft.client.texture that return class_12137Modifier and TypeMethodDescriptionAbstractTexture.method_75484()TextureSetup.sampler0()Returns the value of thesampler0record component.TextureSetup.sampler1()Returns the value of thesampler1record component.TextureSetup.sampler2()Returns the value of thesampler2record component.Methods in net.minecraft.client.texture with parameters of type class_12137Modifier and TypeMethodDescriptionstatic TextureSetupTextureSetup.of(GpuTextureView texture, class_12137 class_12137) static TextureSetupTextureSetup.of(GpuTextureView texture0, class_12137 class_12137, GpuTextureView gpuTextureView, class_12137 class_121372) static TextureSetupTextureSetup.withoutGlTexture(GpuTextureView texture, class_12137 class_12137) Constructors in net.minecraft.client.texture with parameters of type class_12137ModifierConstructorDescriptionTextureSetup(@Nullable GpuTextureView gpuTextureView, @Nullable GpuTextureView gpuTextureView2, @Nullable GpuTextureView gpuTextureView3, @Nullable class_12137 class_12137, @Nullable class_12137 class_121372, @Nullable class_12137 class_121373)