Uses of Record Class
net.minecraft.client.renderer.MultiblockChestResources
Packages that use MultiblockChestResources
Package
Description
-
Uses of MultiblockChestResources in net.minecraft.client.data.models
Methods in net.minecraft.client.data.models with parameters of type MultiblockChestResourcesModifier and TypeMethodDescriptionvoidBlockModelGenerators.createChest(Block block, Block particle, MultiblockChestResources<Identifier> textures, boolean hasGiftVariant) -
Uses of MultiblockChestResources in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as MultiblockChestResourcesModifier and TypeFieldDescriptionstatic final MultiblockChestResources<SpriteId> Sheets.CHEST_CHRISTMASstatic final MultiblockChestResources<SpriteId> Sheets.CHEST_REGULARstatic final MultiblockChestResources<SpriteId> Sheets.CHEST_TRAPPEDFields in net.minecraft.client.renderer with type parameters of type MultiblockChestResourcesModifier and TypeFieldDescriptionstatic final WeatheringCopperCollection.ByState<MultiblockChestResources<SpriteId>> Sheets.CHEST_COPPERMethods in net.minecraft.client.renderer that return MultiblockChestResources -
Uses of MultiblockChestResources in net.minecraft.client.renderer.block
Methods in net.minecraft.client.renderer.block with parameters of type MultiblockChestResourcesModifier and TypeMethodDescriptionBuiltInBlockModels.createChest(MultiblockChestResources<Identifier> textures) BuiltInBlockModels.createXmasChest(MultiblockChestResources<Identifier> textures) -
Uses of MultiblockChestResources in net.minecraft.client.renderer.blockentity
Fields in net.minecraft.client.renderer.blockentity declared as MultiblockChestResourcesModifier and TypeFieldDescriptionstatic final MultiblockChestResources<ModelLayerLocation> ChestRenderer.LAYERSprivate final MultiblockChestResources<ChestModel> ChestRenderer.models -
Uses of MultiblockChestResources in net.minecraft.client.renderer.special
Fields in net.minecraft.client.renderer.special declared as MultiblockChestResourcesModifier and TypeFieldDescriptionstatic final MultiblockChestResources<Identifier> ChestSpecialRenderer.CHRISTMASstatic final MultiblockChestResources<Identifier> ChestSpecialRenderer.REGULARstatic final MultiblockChestResources<Identifier> ChestSpecialRenderer.TRAPPEDFields in net.minecraft.client.renderer.special with type parameters of type MultiblockChestResourcesModifier and TypeFieldDescriptionstatic final WeatheringCopperCollection.ByState<MultiblockChestResources<Identifier>> ChestSpecialRenderer.COPPERMethods in net.minecraft.client.renderer.special that return MultiblockChestResourcesModifier and TypeMethodDescriptionprivate static MultiblockChestResources<Identifier> ChestSpecialRenderer.createDefaultTextures(String prefix)