Uses of Class
com.mojang.blaze3d.textures.GpuSampler
Packages that use GpuSampler
Package
Description
-
Uses of GpuSampler in com.mojang.blaze3d.opengl
Subclasses of GpuSampler in com.mojang.blaze3d.openglMethods in com.mojang.blaze3d.opengl that return GpuSamplerModifier and TypeMethodDescriptionGlDevice.createSampler(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilter, FilterMode magFilter, int maxAnisotropy, OptionalDouble maxLod) Methods in com.mojang.blaze3d.opengl with parameters of type GpuSamplerModifier and TypeMethodDescriptionvoidGlRenderPass.bindTexture(String name, @Nullable GpuTextureView textureView, @Nullable GpuSampler sampler) -
Uses of GpuSampler in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as GpuSamplerMethods in com.mojang.blaze3d.systems that return GpuSamplerModifier and TypeMethodDescriptionGpuDevice.createSampler(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilter, FilterMode magFilter, int maxAnisotropy, OptionalDouble maxLod) GpuDeviceBackend.createSampler(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilter, FilterMode magFilter, int maxAnisotropy, OptionalDouble maxLod) SamplerCache.getClampToEdge(FilterMode minMag) SamplerCache.getClampToEdge(FilterMode minMag, boolean mipmaps) SamplerCache.getRepeat(FilterMode minMag) SamplerCache.getRepeat(FilterMode minMag, boolean mipmaps) SamplerCache.getSampler(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilter, FilterMode magFilter, boolean useMipmaps) Methods in com.mojang.blaze3d.systems with parameters of type GpuSamplerModifier and TypeMethodDescriptionvoidRenderPass.bindTexture(String name, @Nullable GpuTextureView textureView, @Nullable GpuSampler sampler) voidRenderPassBackend.bindTexture(String name, @Nullable GpuTextureView textureView, @Nullable GpuSampler sampler) -
Uses of GpuSampler in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type GpuSamplerModifier and TypeMethodDescriptionvoidGuiGraphics.blit(GpuTextureView textureView, GpuSampler sampler, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1) private voidGuiGraphics.submitBlit(RenderPipeline pipeline, GpuTextureView textureView, GpuSampler sampler, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1, int color) private voidGuiGraphics.submitTiledBlit(RenderPipeline pipeline, GpuTextureView textureView, GpuSampler sampler, int tileWidth, int tileHeight, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1, int color) -
Uses of GpuSampler in net.minecraft.client.gui.render
Fields in net.minecraft.client.gui.render declared as GpuSamplerModifier and TypeFieldDescriptionprivate 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.gui.render that return GpuSamplerModifier and TypeMethodDescription@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.gui.render with parameters of type GpuSamplerModifier and TypeMethodDescriptionstatic TextureSetupTextureSetup.doubleTexture(GpuTextureView texture0, GpuSampler sampler0, GpuTextureView texture1, GpuSampler sampler1) static TextureSetupTextureSetup.singleTexture(GpuTextureView texture, GpuSampler sampler) static TextureSetupTextureSetup.singleTextureWithLightmap(GpuTextureView texture, GpuSampler sampler) Constructors in net.minecraft.client.gui.render 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. -
Uses of GpuSampler in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as GpuSamplerModifier and TypeFieldDescriptionprivate @Nullable GpuSamplerLevelRenderer.chunkLayerSamplerprivate final GpuSamplerPostPass.InputTexture.samplerThe field for thesamplerrecord component.Methods in net.minecraft.client.renderer that return GpuSamplerModifier and TypeMethodDescriptionPostPass.InputTexture.sampler()Returns the value of thesamplerrecord component.Constructors in net.minecraft.client.renderer with parameters of type GpuSamplerModifierConstructorDescription(package private)InputTexture(String samplerName, GpuTextureView view, GpuSampler sampler) Creates an instance of aInputTexturerecord class. -
Uses of GpuSampler in net.minecraft.client.renderer.chunk
Methods in net.minecraft.client.renderer.chunk with parameters of type GpuSamplerModifier and TypeMethodDescriptionvoidChunkSectionsToRender.renderGroup(ChunkSectionLayerGroup group, GpuSampler sampler) -
Uses of GpuSampler in net.minecraft.client.renderer.rendertype
Fields in net.minecraft.client.renderer.rendertype declared as GpuSamplerModifier and TypeFieldDescriptionprivate final GpuSamplerRenderSetup.TextureAndSampler.samplerThe field for thesamplerrecord component.Fields in net.minecraft.client.renderer.rendertype with type parameters of type GpuSamplerModifier and TypeFieldDescriptionstatic final Supplier<GpuSampler> RenderTypes.MOVING_BLOCK_SAMPLERprivate final Supplier<@Nullable GpuSampler> RenderSetup.TextureBinding.samplerThe field for thesamplerrecord component.Methods in net.minecraft.client.renderer.rendertype that return GpuSamplerModifier and TypeMethodDescriptionRenderSetup.TextureAndSampler.sampler()Returns the value of thesamplerrecord component.Methods in net.minecraft.client.renderer.rendertype that return types with arguments of type GpuSamplerModifier and TypeMethodDescriptionSupplier<@Nullable GpuSampler> RenderSetup.TextureBinding.sampler()Returns the value of thesamplerrecord component.Method parameters in net.minecraft.client.renderer.rendertype with type arguments of type GpuSamplerModifier and TypeMethodDescriptionRenderSetup.RenderSetupBuilder.withTexture(String name, Identifier texture, @Nullable Supplier<GpuSampler> sampler) Constructors in net.minecraft.client.renderer.rendertype with parameters of type GpuSamplerModifierConstructorDescriptionTextureAndSampler(GpuTextureView textureView, GpuSampler sampler) Creates an instance of aTextureAndSamplerrecord class.Constructor parameters in net.minecraft.client.renderer.rendertype with type arguments of type GpuSamplerModifierConstructorDescription(package private)TextureBinding(Identifier location, Supplier<@Nullable GpuSampler> sampler) Creates an instance of aTextureBindingrecord class. -
Uses of GpuSampler in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as GpuSamplerMethods in net.minecraft.client.renderer.texture that return GpuSampler -
Uses of GpuSampler in net.neoforged.neoforge.client
Fields in net.neoforged.neoforge.client with type parameters of type GpuSamplerModifier and TypeFieldDescriptionprivate static final Supplier<GpuSampler> NeoForgeRenderTypes.LINEAR_FILTERING_SAMPLER