Uses of Class
net.minecraft.client.gl.GpuSampler
Packages that use GpuSampler
Package
Description
-
Uses of GpuSampler in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems that return GpuSamplerModifier and TypeMethodDescriptionGpuDevice.createSampler(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilterMode, FilterMode magFilterMode, int int2) Methods in com.mojang.blaze3d.systems with parameters of type GpuSamplerModifier and TypeMethodDescriptionvoidRenderPass.bindTexture(String name, @Nullable GpuTextureView gpuTextureView, @Nullable GpuSampler sampler) -
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, int int2) 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 name, @Nullable GpuTextureView gpuTextureView, @Nullable GpuSampler sampler) 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 GpuSamplerMethods in net.minecraft.client.render with parameters of type GpuSamplerModifier and TypeMethodDescriptionvoidSectionRenderState.renderSection(BlockRenderLayerGroup group, GpuSampler gpuSampler) -
Uses of GpuSampler in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as GpuSamplerModifier and TypeFieldDescriptionprotected GpuSamplerAbstractTexture.samplerprivate final GpuSamplerTextureSetup.sampler0The field for thesampler0record component.private final GpuSamplerTextureSetup.sampler1The field for thesampler1record component.private final GpuSamplerTextureSetup.sampler2The field for thesampler2record component.Methods in net.minecraft.client.texture that return GpuSamplerModifier and TypeMethodDescriptionAbstractTexture.getSampler()@Nullable GpuSamplerTextureSetup.sampler0()Returns the value of thesampler0record component.@Nullable GpuSamplerTextureSetup.sampler1()Returns the value of thesampler1record component.@Nullable GpuSamplerTextureSetup.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.