net.minecraft.client.resources.model

record ModelManager$ReloadState

hqq$a
net.minecraft.client.resources.model.ModelManager$ReloadState
net.minecraft.class_1092$class_7779

Field summary

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

Constructor summary

ModifierConstructor
(ModelBakery$BakingResult arg0, it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState> arg1, Map<BlockState, BlockStateModel> 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()
public it.unimi.dsi.fastutil.objects.Object2IntMap<BlockState>
b()
modelGroups()
comp_3066()
public Map<BlockState, BlockStateModel>
c()
modelCache()
comp_1060()
public Map<ResourceLocation, AtlasSet$StitchResult>
d()
atlasPreparations()
comp_1061()
public EntityModelSet
e()
entityModelSet()
comp_3434()
public SpecialBlockModelRenderer
f()
specialBlockModelRenderer()
comp_3435()
public CompletableFuture<Void>
g()
readyForUpload()
comp_1062()