Uses of Class
net.minecraft.class_10418
Packages that use class_10418
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10418 in net.minecraft
Fields in net.minecraft declared as class_10418Methods in net.minecraft that return class_10418Modifier and TypeMethodDescriptionstatic class_10418class_10418.method_65536(EntityModelLoader entityModelLoader) -
Uses of class_10418 in net.minecraft.client.render.block
Fields in net.minecraft.client.render.block with type parameters of type class_10418Modifier and TypeFieldDescriptionprivate final Supplier<class_10418> BlockRenderManager.field_55271Constructor parameters in net.minecraft.client.render.block with type arguments of type class_10418ModifierConstructorDescriptionBlockRenderManager(BlockModels models, Supplier<class_10418> supplier, BlockColors blockColors) -
Uses of class_10418 in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as class_10418Modifier and TypeFieldDescriptionprivate class_10418BakedModelManager.field_55474private final class_10418BakedModelManager.BakingResult.specialBlockModelRendererThe field for thespecialBlockModelRendererrecord component.Methods in net.minecraft.client.render.model that return class_10418Modifier and TypeMethodDescriptionBakedModelManager.BakingResult.specialBlockModelRenderer()Returns the value of thespecialBlockModelRendererrecord component.Methods in net.minecraft.client.render.model that return types with arguments of type class_10418Methods in net.minecraft.client.render.model with parameters of type class_10418Modifier and TypeMethodDescriptionprivate static BakedModelManager.BakingResultBakedModelManager.bake(Profiler profiler, Map<Identifier, SpriteAtlasManager.AtlasPreparation> map, ModelBaker modelBaker, Object2IntMap<BlockState> object2IntMap, EntityModelLoader entityModelLoader, class_10418 class_10418) Constructors in net.minecraft.client.render.model with parameters of type class_10418ModifierConstructorDescription(package private)BakingResult(ModelBaker.class_10524 class_10524, Object2IntMap<BlockState> object2IntMap, Map<BlockState, BakedModel> map, Map<Identifier, SpriteAtlasManager.AtlasPreparation> map2, EntityModelLoader entityModelLoader, class_10418 class_10418, CompletableFuture<Void> completableFuture)