Interface ChestBlockEntityInterface
- All Known Implementing Classes:
ChestBlockEntityMixin
public interface ChestBlockEntityInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoidwilderWild$bubble(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state) voidwilderWild$bubbleBurst(net.minecraft.world.level.block.state.BlockState state) booleanvoidwilderWild$setCanBubble(boolean b) voidwilderWild$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)
-