Package net.minecraft.world.level.block
Interface WeatheringCopper
- All Superinterfaces:
 ChangeOverTimeBlock<WeatheringCopper.WeatherState>
- All Known Implementing Classes:
 WeatheringCopperFullBlock,WeatheringCopperSlabBlock,WeatheringCopperStairBlock
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from interface net.minecraft.world.level.block.ChangeOverTimeBlock
SCAN_DISTANCE - 
Method Summary
Modifier and TypeMethodDescriptiondefault floatstatic Blockstatic BlockStategetFirst(BlockState p_154907_) default Optional<BlockState>getNext(BlockState p_154893_) getPrevious(Block p_154891_) static Optional<BlockState>getPrevious(BlockState p_154900_) Methods inherited from interface net.minecraft.world.level.block.ChangeOverTimeBlock
applyChangeOverTime, getAge, onRandomTick 
- 
Field Details
- 
NEXT_BY_BLOCK
 - 
PREVIOUS_BY_BLOCK
 
 - 
 - 
Method Details
- 
getPrevious
 - 
getFirst
 - 
getPrevious
 - 
getNext
 - 
getFirst
 - 
getNext
- Specified by:
 getNextin interfaceChangeOverTimeBlock<WeatheringCopper.WeatherState>
 - 
getChanceModifier
default float getChanceModifier()- Specified by:
 getChanceModifierin interfaceChangeOverTimeBlock<WeatheringCopper.WeatherState>
 
 -