Uses of Class
net.minecraft.client.gl.GpuSampler
Packages that use GpuSampler
Package
Description
-
Uses of GpuSampler in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as GpuSamplerModifier and TypeFieldDescriptionprivate final GpuSamplerRenderSystem.class_12114.samplerThe field for thesamplerrecord component.Methods in com.mojang.blaze3d.systems that return GpuSamplerModifier 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 GpuSamplerModifier and TypeMethodDescriptionvoidRenderPass.bindTexture(String string, @Nullable GpuTextureView gpuTextureView, GpuSampler gpuSampler) static voidRenderSystem.setShaderTexture(int index, @Nullable GpuTextureView texture, @Nullable GpuSampler gpuSampler) static voidRenderSystem.setupOverlayColor(@Nullable GpuTextureView texture, @Nullable GpuSampler gpuSampler) Constructors in com.mojang.blaze3d.systems with parameters of type GpuSamplerModifierConstructorDescriptionclass_12114(GpuTextureView view, GpuSampler sampler) Creates an instance of aclass_12114record class. -
Uses of GpuSampler in net.minecraft.client.gl
Subclasses of GpuSampler in net.minecraft.client.glFields in net.minecraft.client.gl declared as GpuSamplerModifier and TypeFieldDescriptionprivate final GpuSamplerPostEffectPass.class_12154.samplerThe field for thesamplerrecord component.private final GpuSampler[]SamplerCache.samplersMethods in net.minecraft.client.gl that return GpuSamplerModifier and TypeMethodDescriptionGlBackend.createSampler(AddressMode addressMode, AddressMode addressMode2, FilterMode filterMode, FilterMode filterMode2) SamplerCache.get(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilterMode, FilterMode magFilterMode) SamplerCache.get(FilterMode filterMode) SamplerCache.getRepeated(FilterMode filterMode) PostEffectPass.class_12154.sampler()Returns the value of thesamplerrecord component.Methods in net.minecraft.client.gl with parameters of type GpuSamplerModifier and TypeMethodDescriptionvoidRenderPassImpl.bindTexture(String string, @Nullable GpuTextureView gpuTextureView, GpuSampler gpuSampler) Constructors in net.minecraft.client.gl with parameters of type GpuSamplerModifierConstructorDescription(package private)class_12154(String samplerName, GpuTextureView view, GpuSampler sampler) Creates an instance of aclass_12154record class. -
Uses of GpuSampler in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type GpuSamplerModifier and TypeMethodDescriptionprivate voidDrawContext.drawTexturedQuad(RenderPipeline pipeline, GpuTextureView texture, GpuSampler gpuSampler, 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, GpuSampler gpuSampler, int int2, int int3, int int4, int int5, int int6, int int7, float float2, float float3, float float4, float float5, int int8) -
Uses of GpuSampler in net.minecraft.client.render
Fields in net.minecraft.client.render declared as GpuSampler -
Uses of GpuSampler in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as GpuSamplerModifier and TypeFieldDescriptionprotected GpuSamplerAbstractTexture.field_63613private final @Nullable GpuSamplerTextureSetup.sampler0The field for thesampler0record component.private final @Nullable GpuSamplerTextureSetup.sampler1The field for thesampler1record component.private final @Nullable GpuSamplerTextureSetup.sampler2The field for thesampler2record component.Methods in net.minecraft.client.texture that return GpuSamplerModifier 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 GpuSamplerModifier and TypeMethodDescriptionstatic TextureSetupTextureSetup.of(GpuTextureView texture, GpuSampler gpuSampler) static TextureSetupTextureSetup.of(GpuTextureView texture0, GpuSampler gpuSampler, GpuTextureView gpuTextureView, GpuSampler gpuSampler2) static TextureSetupTextureSetup.withoutGlTexture(GpuTextureView texture, GpuSampler gpuSampler) Constructors in net.minecraft.client.texture with parameters of type GpuSamplerModifierConstructorDescriptionTextureSetup(@Nullable GpuTextureView texure0, @Nullable GpuTextureView texure1, @Nullable GpuTextureView texure2, @Nullable GpuSampler sampler0, @Nullable GpuSampler sampler1, @Nullable GpuSampler sampler2) Creates an instance of aTextureSetuprecord class.