Uses of Record Class
net.minecraft.client.resources.model.ModelManager.ReloadState
Packages that use ModelManager.ReloadState
-
Uses of ModelManager.ReloadState in net.minecraft.client.resources.model
Methods in net.minecraft.client.resources.model that return types with arguments of type ModelManager.ReloadStateModifier and TypeMethodDescriptionprivate static CompletableFuture<ModelManager.ReloadState> ModelManager.loadModels(SpriteLoader.Preparations blockAtlas, SpriteLoader.Preparations itemAtlas, ModelBakery bakery, LoadedBlockModels blockModels, it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState> modelGroups, EntityModelSet entityModelSet, Executor taskExecutor) Deprecated.private static CompletableFuture<ModelManager.ReloadState> ModelManager.loadModels(SpriteLoader.Preparations blockAtlas, SpriteLoader.Preparations itemAtlas, ModelBakery bakery, LoadedBlockModels blockModels, it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState> modelGroups, EntityModelSet entityModelSet, Executor taskExecutor, AnimationLoader.PendingAnimations pendingAnimations) Methods in net.minecraft.client.resources.model with parameters of type ModelManager.ReloadStateModifier and TypeMethodDescriptionprivate voidModelManager.apply(ModelManager.ReloadState preparations)
ModelManager.loadModels(SpriteLoader.Preparations, SpriteLoader.Preparations, ModelBakery, LoadedBlockModels, Object2IntMap, EntityModelSet, Executor, net.neoforged.neoforge.client.entity.animation.json.AnimationLoader.PendingAnimations)instead