Uses of Class
net.minecraft.client.resources.model.AtlasManager
Packages that use AtlasManager
Package
Description
-
Uses of AtlasManager in net.minecraft.client
Fields in net.minecraft.client declared as AtlasManagerMethods in net.minecraft.client that return AtlasManager -
Uses of AtlasManager in net.minecraft.client.gui.font
Fields in net.minecraft.client.gui.font declared as AtlasManagerConstructors in net.minecraft.client.gui.font with parameters of type AtlasManagerModifierConstructorDescriptionFontManager(TextureManager pTextureManager, AtlasManager pAtlasManager, PlayerSkinRenderCache pPlayerSkinRenderCache) -
Uses of AtlasManager in net.minecraft.client.renderer
Constructors in net.minecraft.client.renderer with parameters of type AtlasManagerModifierConstructorDescriptionMapRenderer(AtlasManager pAtlasManager, MapTextureManager pMapTextureManager) -
Uses of AtlasManager in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as AtlasManagerModifier and TypeFieldDescriptionprivate final AtlasManagerEntityRenderDispatcher.atlasManagerprivate final AtlasManagerEntityRendererProvider.Context.atlasManagerConstructors in net.minecraft.client.renderer.entity with parameters of type AtlasManagerModifierConstructorDescriptionContext(EntityRenderDispatcher pEntityRenderDispatcher, ItemModelResolver pItemModelResolver, MapRenderer pMapRenderer, BlockRenderDispatcher pBlockRenderDispatcher, ResourceManager pResourceManager, EntityModelSet pModelSet, EquipmentAssetManager pEquipmentAssets, AtlasManager pAtlasManager, Font pFont, PlayerSkinRenderCache pPlayerSkinRenderCache) EntityRenderDispatcher(Minecraft pMinecraft, TextureManager pTextureManager, ItemModelResolver pItemModelResolver, ItemRenderer pItemRenderer, MapRenderer pMapRenderer, BlockRenderDispatcher pBlockRenderDispatcher, AtlasManager pAtlasManager, Font pFont, Options pOptions, Supplier<EntityModelSet> pEntityModels, EquipmentAssetManager pEquipmentAssets, PlayerSkinRenderCache pPlayerSkinRenderCache) -
Uses of AtlasManager in net.minecraft.client.renderer.feature
Fields in net.minecraft.client.renderer.feature declared as AtlasManagerMethods in net.minecraft.client.renderer.feature with parameters of type AtlasManagerModifier and TypeMethodDescriptionvoidFlameFeatureRenderer.render(SubmitNodeCollection pNodeCollection, MultiBufferSource.BufferSource pBufferSource, AtlasManager pAtlasManager) private voidFlameFeatureRenderer.renderFlame(PoseStack.Pose pPose, MultiBufferSource pBufferSource, EntityRenderState pRenderState, Quaternionf pRotation, AtlasManager pAtlasManager) Constructors in net.minecraft.client.renderer.feature with parameters of type AtlasManagerModifierConstructorDescriptionFeatureRenderDispatcher(SubmitNodeStorage pSubmitNodeStorage, BlockRenderDispatcher pBlockRenderDispatcher, MultiBufferSource.BufferSource pBufferSource, AtlasManager pAtlasManager, OutlineBufferSource pOutlineBufferSource, MultiBufferSource.BufferSource pCrumblingBufferSource, Font pFont) -
Uses of AtlasManager in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as AtlasManagerConstructors in net.minecraft.client.resources.model with parameters of type AtlasManagerModifierConstructorDescriptionModelManager(BlockColors pBlockColors, AtlasManager pAtlasManager, PlayerSkinRenderCache pPlayerSkinRenderCache)