Uses of Class
net.minecraft.client.render.entity.equipment.EquipmentModelLoader
Packages that use EquipmentModelLoader
Package
Description
-
Uses of EquipmentModelLoader in net.minecraft.client
Fields in net.minecraft.client declared as EquipmentModelLoaderModifier and TypeFieldDescriptionprivate final EquipmentModelLoaderMinecraftClient.equipmentModelLoaderMethods in net.minecraft.client that return EquipmentModelLoader -
Uses of EquipmentModelLoader in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as EquipmentModelLoaderModifier and TypeFieldDescriptionprivate final EquipmentModelLoaderEntityRenderDispatcher.equipmentModelLoaderprivate final EquipmentModelLoaderEntityRendererFactory.Context.equipmentModelLoaderMethods in net.minecraft.client.render.entity that return EquipmentModelLoaderConstructors in net.minecraft.client.render.entity with parameters of type EquipmentModelLoaderModifierConstructorDescriptionContext(EntityRenderDispatcher renderDispatcher, ItemRenderer itemRenderer, MapRenderer mapRenderer, BlockRenderManager blockRenderManager, ResourceManager resourceManager, EntityModelLoader modelLoader, EquipmentModelLoader equipmentModelLoader, TextRenderer textRenderer) EntityRenderDispatcher(MinecraftClient client, TextureManager textureManager, ItemRenderer itemRenderer, MapRenderer mapRenderer, BlockRenderManager blockRenderManager, TextRenderer textRenderer, GameOptions gameOptions, EntityModelLoader modelLoader, EquipmentModelLoader equipmentModelLoader) -
Uses of EquipmentModelLoader in net.minecraft.client.render.entity.equipment
Fields in net.minecraft.client.render.entity.equipment declared as EquipmentModelLoaderModifier and TypeFieldDescriptionprivate final EquipmentModelLoaderEquipmentRenderer.equipmentModelLoaderConstructors in net.minecraft.client.render.entity.equipment with parameters of type EquipmentModelLoaderModifierConstructorDescriptionEquipmentRenderer(EquipmentModelLoader equipmentModelLoader, SpriteAtlasTexture armorTrimsAtlas) -
Uses of EquipmentModelLoader in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature declared as EquipmentModelLoaderModifier and TypeFieldDescriptionprivate final EquipmentModelLoaderCapeFeatureRenderer.equipmentModelLoaderConstructors in net.minecraft.client.render.entity.feature with parameters of type EquipmentModelLoaderModifierConstructorDescriptionCapeFeatureRenderer(FeatureRendererContext<PlayerEntityRenderState, PlayerEntityModel> context, EntityModelLoader modelLoader, EquipmentModelLoader equipmentModelLoader)