Uses of Record Class
net.minecraft.client.texture.atlas.UnstitchAtlasSource.Region
Packages that use UnstitchAtlasSource.Region
-
Uses of UnstitchAtlasSource.Region in net.minecraft.client.texture.atlas
Fields in net.minecraft.client.texture.atlas declared as UnstitchAtlasSource.RegionModifier and TypeFieldDescriptionprivate final UnstitchAtlasSource.Region
UnstitchAtlasSource.SpriteRegion.region
Fields in net.minecraft.client.texture.atlas with type parameters of type UnstitchAtlasSource.RegionModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<UnstitchAtlasSource.Region> UnstitchAtlasSource.Region.CODEC
private final List
<UnstitchAtlasSource.Region> UnstitchAtlasSource.regions
The field for theregions
record component.Methods in net.minecraft.client.texture.atlas that return types with arguments of type UnstitchAtlasSource.RegionModifier and TypeMethodDescriptionUnstitchAtlasSource.regions()
Returns the value of theregions
record component.Constructors in net.minecraft.client.texture.atlas with parameters of type UnstitchAtlasSource.RegionModifierConstructorDescription(package private)
SpriteRegion
(AtlasSprite sprite, UnstitchAtlasSource.Region region, double divisorX, double divisorY) Constructor parameters in net.minecraft.client.texture.atlas with type arguments of type UnstitchAtlasSource.RegionModifierConstructorDescriptionUnstitchAtlasSource
(Identifier resource, List<UnstitchAtlasSource.Region> regions, double divisorX, double divisorY) Creates an instance of aUnstitchAtlasSource
record class.