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.Region
Unstitcher.RegionInstance.region
Fields 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.CODEC
private final List
<Unstitcher.Region> Unstitcher.regions
The field for theregions
record 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 theregions
record component.Constructors in net.minecraft.client.renderer.texture.atlas.sources with parameters of type Unstitcher.RegionModifierConstructorDescriptionRegionInstance
(LazyLoadedImage p_266678_, Unstitcher.Region p_267197_, double p_266911_, double p_266789_) Constructor parameters in net.minecraft.client.renderer.texture.atlas.sources with type arguments of type Unstitcher.RegionModifierConstructorDescriptionUnstitcher
(ResourceLocation resource, List<Unstitcher.Region> regions, double xDivisor, double yDivisor) Creates an instance of aUnstitcher
record class.