Package net.minecraft.world.level.block
Interface WeatheringCopper
- All Superinterfaces:
ChangeOverTimeBlock<WeatheringCopper.WeatherState>
- All Known Implementing Classes:
WeatheringCopperFullBlock
,WeatheringCopperSlabBlock
,WeatheringCopperStairBlock
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionFields inherited from interface net.minecraft.world.level.block.ChangeOverTimeBlock
SCAN_DISTANCE
-
Method Summary
Modifier and TypeMethodDescriptiondefault float
static Block
static BlockState
getFirst
(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:
getNext
in interfaceChangeOverTimeBlock<WeatheringCopper.WeatherState>
-
getChanceModifier
default float getChanceModifier()- Specified by:
getChanceModifier
in interfaceChangeOverTimeBlock<WeatheringCopper.WeatherState>
-