Uses of Class
net.minecraft.client.resources.model.EquipmentAssetManager
Packages that use EquipmentAssetManager
Package
Description
-
Uses of EquipmentAssetManager in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as EquipmentAssetManagerModifier and TypeFieldDescriptionprivate final EquipmentAssetManagerEntityRenderDispatcher.equipmentAssetsprivate final EquipmentAssetManagerEntityRendererProvider.Context.equipmentAssetsMethods in net.minecraft.client.renderer.entity that return EquipmentAssetManagerConstructors in net.minecraft.client.renderer.entity with parameters of type EquipmentAssetManagerModifierConstructorDescriptionContext(EntityRenderDispatcher entityRenderDispatcher, ItemModelResolver itemModelResolver, MapRenderer mapRenderer, BlockRenderDispatcher blockRenderDispatcher, ResourceManager resourceManager, EntityModelSet modelSet, EquipmentAssetManager equipmentAssets, AtlasManager atlasManager, Font font, PlayerSkinRenderCache playerSkinRenderCache) EntityRenderDispatcher(Minecraft minecraft, TextureManager textureManager, ItemModelResolver itemModelResolver, MapRenderer mapRenderer, BlockRenderDispatcher blockRenderDispatcher, AtlasManager atlasManager, Font font, Options options, Supplier<EntityModelSet> entityModels, EquipmentAssetManager equipmentAssets, PlayerSkinRenderCache playerSkinRenderCache) -
Uses of EquipmentAssetManager in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers declared as EquipmentAssetManagerModifier and TypeFieldDescriptionprivate final EquipmentAssetManagerCapeLayer.equipmentAssetsprivate final EquipmentAssetManagerEquipmentLayerRenderer.equipmentAssetsConstructors in net.minecraft.client.renderer.entity.layers with parameters of type EquipmentAssetManagerModifierConstructorDescriptionCapeLayer(RenderLayerParent<AvatarRenderState, PlayerModel> renderer, EntityModelSet modelSet, EquipmentAssetManager equipmentAssets) EquipmentLayerRenderer(EquipmentAssetManager equipmentAssets, TextureAtlas armorTrimAtlas)