Interface ChestBlockEntityInterface

All Known Implementing Classes:
ChestBlockEntityMixin

public interface ChestBlockEntityInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    wilderWild$bubble(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
     
    void
    wilderWild$bubbleBurst(net.minecraft.world.level.block.state.BlockState state)
     
    boolean
     
    void
     
    void
    wilderWild$syncBubble(net.minecraft.world.level.block.entity.ChestBlockEntity chest1, net.minecraft.world.level.block.entity.ChestBlockEntity chest2)
     
  • Method Details

    • wilderWild$getCanBubble

      boolean wilderWild$getCanBubble()
    • wilderWild$setCanBubble

      void wilderWild$setCanBubble(boolean b)
    • wilderWild$bubble

      void wilderWild$bubble(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
    • wilderWild$bubbleBurst

      void wilderWild$bubbleBurst(net.minecraft.world.level.block.state.BlockState state)
    • wilderWild$syncBubble

      void wilderWild$syncBubble(net.minecraft.world.level.block.entity.ChestBlockEntity chest1, net.minecraft.world.level.block.entity.ChestBlockEntity chest2)