Uses of Record Class
net.minecraft.client.renderer.texture.atlas.sources.Unstitcher.Region
Packages that use Unstitcher.Region
-
Uses of Unstitcher.Region in net.minecraft.client.renderer.texture.atlas.sources
Fields in net.minecraft.client.renderer.texture.atlas.sources declared as Unstitcher.RegionModifier and TypeFieldDescriptionprivate final Unstitcher.RegionUnstitcher.RegionInstance.regionFields in net.minecraft.client.renderer.texture.atlas.sources with type parameters of type Unstitcher.RegionModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Unstitcher.Region> Unstitcher.Region.CODECprivate final List<Unstitcher.Region> Unstitcher.regionsThe field for theregionsrecord component.Methods in net.minecraft.client.renderer.texture.atlas.sources that return types with arguments of type Unstitcher.RegionModifier and TypeMethodDescriptionUnstitcher.regions()Returns the value of theregionsrecord component.Constructors in net.minecraft.client.renderer.texture.atlas.sources with parameters of type Unstitcher.RegionModifierConstructorDescriptionRegionInstance(LazyLoadedImage image, Unstitcher.Region region, double xDivisor, double yDivisor) Constructor parameters in net.minecraft.client.renderer.texture.atlas.sources with type arguments of type Unstitcher.RegionModifierConstructorDescriptionUnstitcher(Identifier resource, List<Unstitcher.Region> regions, double xDivisor, double yDivisor) Creates an instance of aUnstitcherrecord class.