net.minecraft.client.resources.model

record ModelManager$ReloadState

hea$a
net.minecraft.client.resources.model.ModelManager$ReloadState
net.minecraft.class_1092$class_7779
net.minecraft.client.render.model.BakedModelManager$BakingResult

Field summary

Modifier and TypeField
final ModelBakery
a
modelBakery
comp_1058
modelLoader
final it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState>
b
modelGroups
comp_3066
modelGroups
final BakedModel
c
missingModel
comp_1059
missingModel
final Map<BlockState, BakedModel>
d
modelCache
comp_1060
modelCache
final Map<ResourceLocation, AtlasSet$StitchResult>
e
atlasPreparations
comp_1061
atlasPreparations
final CompletableFuture<Void>
f
readyForUpload
comp_1062
readyForUpload

Constructor summary

ModifierConstructor
(ModelBakery arg0, it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState> arg1, BakedModel arg2, Map<BlockState, BakedModel> arg3, Map<ResourceLocation, AtlasSet$StitchResult> arg4, CompletableFuture<Void> arg5)

Method summary

Modifier and TypeMethod
public ModelBakery
a()
modelBakery()
comp_1058()
modelLoader()
public it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState>
b()
modelGroups()
comp_3066()
modelGroups()
public BakedModel
c()
missingModel()
comp_1059()
missingModel()
public Map<BlockState, BakedModel>
d()
modelCache()
comp_1060()
modelCache()
public Map<ResourceLocation, AtlasSet$StitchResult>
e()
atlasPreparations()
comp_1061()
atlasPreparations()
public CompletableFuture<Void>
f()
readyForUpload()
comp_1062()
readyForUpload()