Interface ICampfireBlockMixin

All Known Implementing Classes:
CampfireBlockMixin

public interface ICampfireBlockMixin
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.world.level.block.state.properties.BooleanProperty
     
    static final net.minecraft.world.level.block.state.properties.BooleanProperty
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    unlitCampfire$burnsInfinite(net.minecraft.world.level.block.state.BlockState state)
     
    int
    unlitCampfire$getMaxLitTime(net.minecraft.world.level.block.state.BlockState state)
     
    int
    unlitCampfire$getMaxLitTimeExtension(net.minecraft.world.level.block.state.BlockState state)
     
    int
    unlitCampfire$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)