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 blocks, Function<Block, Item> itemFactory) -
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 id, org.apache.commons.lang3.function.TriFunction<String, Function<BlockBehaviour.Properties, Block>, BlockBehaviour.Properties, Block> register, Function<BlockBehaviour.Properties, WaxedBlock> waxedBlockFactory, BiFunction<WeatheringCopper.WeatherState, BlockBehaviour.Properties, WeatheringBlock> weatheringFactory, Function<WeatheringCopper.WeatherState, BlockBehaviour.Properties> propertiesSupplier)