Uses of Class
net.minecraft.client.renderer.texture.atlas.sources.LazyLoadedImage
Packages that use LazyLoadedImage
-
Uses of LazyLoadedImage in net.minecraft.client.renderer.texture.atlas.sources
Fields in net.minecraft.client.renderer.texture.atlas.sources declared as LazyLoadedImageModifier and TypeFieldDescriptionprivate final LazyLoadedImage
PalettedPermutations.PalettedSpriteSupplier.baseImage
The field for thebaseImage
record component.private final LazyLoadedImage
Unstitcher.RegionInstance.image
Methods in net.minecraft.client.renderer.texture.atlas.sources that return LazyLoadedImageModifier and TypeMethodDescriptionPalettedPermutations.PalettedSpriteSupplier.baseImage()
Returns the value of thebaseImage
record component.Constructors in net.minecraft.client.renderer.texture.atlas.sources with parameters of type LazyLoadedImageModifierConstructorDescription(package private)
PalettedSpriteSupplier
(LazyLoadedImage baseImage, Supplier<IntUnaryOperator> palette, ResourceLocation permutationLocation) Creates an instance of aPalettedSpriteSupplier
record class.(package private)
RegionInstance
(LazyLoadedImage p_266678_, Unstitcher.Region p_267197_, double p_266911_, double p_266789_)