net.minecraft.client.resources.model

record ModelManager$ReloadState

hhh$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$BakingResult
a
bakedModels
comp_3433
bakedModels
final it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState>
b
modelGroups
comp_3066
modelGroups
final Map<BlockState, BakedModel>
c
modelCache
comp_1060
modelCache
final Map<ResourceLocation, AtlasSet$StitchResult>
d
atlasPreparations
comp_1061
atlasPreparations
final EntityModelSet
e
entityModelSet
comp_3434
entityModelSet
final SpecialBlockModelRenderer
f
specialBlockModelRenderer
comp_3435
specialBlockModelRenderer
final CompletableFuture<Void>
g
readyForUpload
comp_1062
readyForUpload

Constructor summary

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

Method summary

Modifier and TypeMethod
public ModelBakery$BakingResult
a()
bakedModels()
comp_3433()
bakedModels()
public it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState>
b()
modelGroups()
comp_3066()
modelGroups()
public Map<BlockState, BakedModel>
c()
modelCache()
comp_1060()
modelCache()
public Map<ResourceLocation, AtlasSet$StitchResult>
d()
atlasPreparations()
comp_1061()
atlasPreparations()
public EntityModelSet
e()
entityModelSet()
comp_3434()
entityModelSet()
public SpecialBlockModelRenderer
f()
specialBlockModelRenderer()
comp_3435()
specialBlockModelRenderer()
public CompletableFuture<Void>
g()
readyForUpload()
comp_1062()
readyForUpload()