Uses of Class
net.minecraft.class_10792
Packages that use class_10792
Package
Description
-
Uses of class_10792 in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as class_10792Methods in com.mojang.blaze3d.systems that return class_10792Modifier and TypeMethodDescriptionstatic @Nullable class_10792RenderSystem.getShaderTexture(int texture) Methods in com.mojang.blaze3d.systems with parameters of type class_10792Modifier and TypeMethodDescriptionstatic voidRenderSystem.setShaderTexture(int texture, @Nullable class_10792 class_10792) static voidRenderSystem.setupOverlayColor(@Nullable class_10792 class_10792) -
Uses of class_10792 in net.minecraft.client.font
Methods in net.minecraft.client.font with parameters of type class_10792Modifier and TypeMethodDescriptionvoidRenderableGlyph.upload(int x, int y, class_10792 class_10792) -
Uses of class_10792 in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as class_10792Modifier and TypeFieldDescriptionprotected @Nullable class_10792Framebuffer.colorAttachmentprotected @Nullable class_10792Framebuffer.field_56739Fields in net.minecraft.client.gl with type parameters of type class_10792Modifier and TypeFieldDescriptionprivate final Object2ObjectMap<String, class_10792> ShaderProgram.samplerTexturesMethods in net.minecraft.client.gl that return class_10792Modifier and TypeMethodDescriptionFramebuffer.getColorAttachment()Framebuffer.getDepthAttachment()private @Nullable class_10792WindowFramebuffer.supportsColor(WindowFramebuffer.Size size) private @Nullable class_10792WindowFramebuffer.supportsDepth(WindowFramebuffer.Size size) Methods in net.minecraft.client.gl with parameters of type class_10792Modifier and TypeMethodDescriptionvoidShaderProgram.addSamplerTexture(String name, @Nullable class_10792 class_10792) -
Uses of class_10792 in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as class_10792Methods in net.minecraft.client.texture that return class_10792Methods in net.minecraft.client.texture with parameters of type class_10792Modifier and TypeMethodDescription(package private) voidSpriteContents.Interpolation.apply(int x, int y, SpriteContents.AnimatorImpl animator, class_10792 class_10792) Linearly interpolate between the current and next frame on all mip levels based on the tick position within the current frame, and upload the results to the currently bound texture to the frame slot at position (0,0).voidAnimator.tick(int x, int y, class_10792 class_10792) voidSprite.TickableAnimation.tick(class_10792 class_10792) voidSpriteContents.AnimatorImpl.tick(int x, int y, class_10792 class_10792) voidSprite.upload(class_10792 class_10792) (package private) voidSpriteContents.Animation.upload(int x, int y, int frame, class_10792 class_10792) voidSpriteContents.Animation.upload(int x, int y, class_10792 class_10792) (package private) voidSpriteContents.upload(int x, int y, int unpackSkipPixels, int unpackSkipRows, NativeImage[] nativeImage, class_10792 class_10792) voidSpriteContents.upload(int x, int y, class_10792 class_10792)