Interface ICampfireBlockMixin
- All Known Implementing Classes:
CampfireBlockMixin
public interface ICampfireBlockMixin
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanunlitCampfire$burnsInfinite(net.minecraft.world.level.block.state.BlockState state) longunlitCampfire$getMaxLitTime(net.minecraft.world.level.block.state.BlockState state) longunlitCampfire$getMaxLitTimeExtension(net.minecraft.world.level.block.state.BlockState state) longunlitCampfire$getRunsOutIndicatorTime(net.minecraft.world.level.block.state.BlockState state)
-
Field Details
-
INFINITE
static final net.minecraft.world.level.block.state.properties.BooleanProperty INFINITE -
RUNS_OUT
static final net.minecraft.world.level.block.state.properties.BooleanProperty RUNS_OUT
-
-
Method Details
-
unlitCampfire$getMaxLitTime
long unlitCampfire$getMaxLitTime(net.minecraft.world.level.block.state.BlockState state) -
unlitCampfire$getMaxLitTimeExtension
long unlitCampfire$getMaxLitTimeExtension(net.minecraft.world.level.block.state.BlockState state) -
unlitCampfire$getRunsOutIndicatorTime
long unlitCampfire$getRunsOutIndicatorTime(net.minecraft.world.level.block.state.BlockState state) -
unlitCampfire$burnsInfinite
boolean unlitCampfire$burnsInfinite(net.minecraft.world.level.block.state.BlockState state)
-