Uses of Record Class
net.minecraft.world.level.block.WeatheringCopperBlocks
Packages that use WeatheringCopperBlocks
-
Uses of WeatheringCopperBlocks in net.minecraft.world.item
Methods in net.minecraft.world.item with parameters of type WeatheringCopperBlocksModifier and TypeMethodDescriptionstatic WeatheringCopperItemsWeatheringCopperItems.create(WeatheringCopperBlocks pBlocks, Function<Block, Item> pItemGetter) -
Uses of WeatheringCopperBlocks in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block declared as WeatheringCopperBlocksModifier and TypeFieldDescriptionstatic final WeatheringCopperBlocksBlocks.COPPER_BARSstatic final WeatheringCopperBlocksBlocks.COPPER_CHAINstatic final WeatheringCopperBlocksBlocks.COPPER_LANTERNMethods in net.minecraft.world.level.block that return WeatheringCopperBlocksModifier and TypeMethodDescriptionstatic <WaxedBlock extends Block,WeatheringBlock extends Block & WeatheringCopper>
WeatheringCopperBlocksWeatheringCopperBlocks.create(String pId, org.apache.commons.lang3.function.TriFunction<String, Function<BlockBehaviour.Properties, Block>, BlockBehaviour.Properties, Block> pRegister, Function<BlockBehaviour.Properties, WaxedBlock> pWaxedBlockGetter, BiFunction<WeatheringCopper.WeatherState, BlockBehaviour.Properties, WeatheringBlock> pWeatheredBlockGetter, Function<WeatheringCopper.WeatherState, BlockBehaviour.Properties> pPropertiesGetter)