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) intunlitCampfire$getMaxLitTime(net.minecraft.world.level.block.state.BlockState state) intunlitCampfire$getMaxLitTimeExtension(net.minecraft.world.level.block.state.BlockState state) intunlitCampfire$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
int unlitCampfire$getMaxLitTime(net.minecraft.world.level.block.state.BlockState state) -
unlitCampfire$getMaxLitTimeExtension
int unlitCampfire$getMaxLitTimeExtension(net.minecraft.world.level.block.state.BlockState state) -
unlitCampfire$getRunsOutIndicatorTime
int unlitCampfire$getRunsOutIndicatorTime(net.minecraft.world.level.block.state.BlockState state) -
unlitCampfire$burnsInfinite
boolean unlitCampfire$burnsInfinite(net.minecraft.world.level.block.state.BlockState state)
-