Uses of Record Class
net.minecraft.block.CopperBlockSet
Packages that use CopperBlockSet
-
Uses of CopperBlockSet in net.minecraft.block
Fields in net.minecraft.block declared as CopperBlockSetModifier and TypeFieldDescriptionstatic final CopperBlockSetBlocks.COPPER_BARSstatic final CopperBlockSetBlocks.COPPER_CHAINSstatic final CopperBlockSetBlocks.COPPER_LANTERNSMethods in net.minecraft.block that return CopperBlockSetModifier and TypeMethodDescriptionstatic <WaxedBlock extends Block,WeatheringBlock extends Block & Oxidizable>
CopperBlockSetCopperBlockSet.create(String baseId, TriFunction<String, Function<AbstractBlock.Settings, Block>, AbstractBlock.Settings, Block> registerFunction, Function<AbstractBlock.Settings, WaxedBlock> waxedBlockFactory, BiFunction<Oxidizable.OxidationLevel, AbstractBlock.Settings, WeatheringBlock> unwaxedBlockFactory, Function<Oxidizable.OxidationLevel, AbstractBlock.Settings> settingsFromOxidationLevel) -
Uses of CopperBlockSet in net.minecraft.item
Methods in net.minecraft.item with parameters of type CopperBlockSetModifier and TypeMethodDescriptionstatic CopperBlockItemSetCopperBlockItemSet.create(CopperBlockSet blockSet, Function<Block, Item> registerFunction)