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 addressModeU, AddressMode addressModeV, FilterMode minFilterMode, FilterMode magFilterMode) 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.Target.samplerThe field for thesamplerrecord component.private final GpuSampler[]SamplerCache.samplersMethods in net.minecraft.client.gl that return GpuSamplerModifier and TypeMethodDescriptionGlBackend.createSampler(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilterMode, FilterMode magFilterMode) SamplerCache.get(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilterMode, FilterMode magFilterMode) SamplerCache.get(FilterMode filterMode) SamplerCache.getRepeated(FilterMode filterMode) PostEffectPass.Target.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)Target(String samplerName, GpuTextureView view, GpuSampler sampler) Creates an instance of aTargetrecord 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 sampler, int x1, int y1, int x2, int y2, float u1, float v1, float u2, float v2, int color) private voidDrawContext.drawTiledTexturedQuad(RenderPipeline pipeline, GpuTextureView texture, GpuSampler sampler, int tileWidth, int tileHeight, int x0, int y0, int x1, int y1, float u0, float v0, float u1, float v1, int color) -
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.samplerprivate 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.getSampler()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 sampler) static TextureSetupTextureSetup.of(GpuTextureView texture0, GpuSampler sampler0, GpuTextureView texture1, GpuSampler sampler1) static TextureSetupTextureSetup.withLightmap(GpuTextureView texture, GpuSampler sampler) 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.