Uses of Record Class
net.minecraft.client.resources.model.AtlasManager.AtlasEntry
Packages that use AtlasManager.AtlasEntry
-
Uses of AtlasManager.AtlasEntry in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as AtlasManager.AtlasEntryModifier and TypeFieldDescriptionprivate final AtlasManager.AtlasEntryAtlasManager.PendingStitch.entryThe field for theentryrecord component.Fields in net.minecraft.client.resources.model with type parameters of type AtlasManager.AtlasEntryModifier and TypeFieldDescriptionprivate final Map<ResourceLocation, AtlasManager.AtlasEntry> AtlasManager.atlasByIdprivate final Map<ResourceLocation, AtlasManager.AtlasEntry> AtlasManager.atlasByTextureMethods in net.minecraft.client.resources.model that return AtlasManager.AtlasEntryModifier and TypeMethodDescriptionAtlasManager.PendingStitch.entry()Returns the value of theentryrecord component.Constructors in net.minecraft.client.resources.model with parameters of type AtlasManager.AtlasEntryModifierConstructorDescription(package private)PendingStitch(AtlasManager.AtlasEntry entry, CompletableFuture<SpriteLoader.Preparations> preparations) Creates an instance of aPendingStitchrecord class.