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, Font font) EntityRenderDispatcher(Minecraft minecraft, TextureManager textureManager, ItemModelResolver itemModelResolver, ItemRenderer itemRenderer, MapRenderer mapRenderer, BlockRenderDispatcher blockRenderDispatcher, Font font, Options options, Supplier<EntityModelSet> entityModels, EquipmentAssetManager equipmentModels) -
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<PlayerRenderState, PlayerModel> renderer, EntityModelSet modelSet, EquipmentAssetManager equipmentAssets) EquipmentLayerRenderer(EquipmentAssetManager equipmentAssets, TextureAtlas atlas)