Uses of Class
net.minecraft.class_10201
Packages that use class_10201
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10201 in net.minecraft
Fields in net.minecraft declared as class_10201Constructors in net.minecraft with parameters of type class_10201ModifierConstructorDescriptionclass_10197(class_10201 class_10201, SpriteAtlasTexture spriteAtlasTexture) -
Uses of class_10201 in net.minecraft.client
Fields in net.minecraft.client declared as class_10201Methods in net.minecraft.client that return class_10201 -
Uses of class_10201 in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as class_10201Modifier and TypeFieldDescriptionprivate final class_10201EntityRenderDispatcher.field_54173private final class_10201EntityRendererFactory.Context.field_54174Methods in net.minecraft.client.render.entity that return class_10201Constructors in net.minecraft.client.render.entity with parameters of type class_10201ModifierConstructorDescriptionContext(EntityRenderDispatcher renderDispatcher, ItemRenderer itemRenderer, MapRenderer mapRenderer, BlockRenderManager blockRenderManager, ResourceManager resourceManager, EntityModelLoader modelLoader, class_10201 class_10201, TextRenderer textRenderer) EntityRenderDispatcher(MinecraftClient client, TextureManager textureManager, ItemRenderer itemRenderer, MapRenderer mapRenderer, BlockRenderManager blockRenderManager, TextRenderer textRenderer, GameOptions gameOptions, EntityModelLoader entityModelLoader, class_10201 class_10201) -
Uses of class_10201 in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature declared as class_10201Constructors in net.minecraft.client.render.entity.feature with parameters of type class_10201ModifierConstructorDescriptionCapeFeatureRenderer(FeatureRendererContext<PlayerEntityRenderState, PlayerEntityModel> context, EntityModelLoader modelLoader, class_10201 class_10201)