Class ChestBlockEntityMixin

java.lang.Object
net.frozenblock.wilderwild.mixin.block.chest.ChestBlockEntityMixin
All Implemented Interfaces:
ChestBlockEntityInterface

public class ChestBlockEntityMixin extends Object implements ChestBlockEntityInterface
  • Constructor Details

    • ChestBlockEntityMixin

      public ChestBlockEntityMixin()
  • Method Details

    • wilderWild$bubble

      public void wilderWild$bubble(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
      Specified by:
      wilderWild$bubble in interface ChestBlockEntityInterface
    • wilderWild$bubbleBurst

      public void wilderWild$bubbleBurst(net.minecraft.world.level.block.state.BlockState state)
      Specified by:
      wilderWild$bubbleBurst in interface ChestBlockEntityInterface
    • load

      public void load(net.minecraft.nbt.CompoundTag tag, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
    • saveAdditional

      public void saveAdditional(net.minecraft.nbt.CompoundTag tag, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
    • wilderWild$getCanBubble

      public boolean wilderWild$getCanBubble()
      Specified by:
      wilderWild$getCanBubble in interface ChestBlockEntityInterface
    • wilderWild$setCanBubble

      public void wilderWild$setCanBubble(boolean b)
      Specified by:
      wilderWild$setCanBubble in interface ChestBlockEntityInterface
    • wilderWild$syncBubble

      public void wilderWild$syncBubble(net.minecraft.world.level.block.entity.ChestBlockEntity chest1, net.minecraft.world.level.block.entity.ChestBlockEntity chest2)
      Specified by:
      wilderWild$syncBubble in interface ChestBlockEntityInterface