Class ChestBlockEntityMixin
java.lang.Object
net.frozenblock.wilderwild.mixin.block.chest.ChestBlockEntityMixin
- All Implemented Interfaces:
ChestBlockEntityInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidload(net.minecraft.nbt.CompoundTag tag, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info) voidsaveAdditional(net.minecraft.nbt.CompoundTag tag, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info) voidwilderWild$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)
-
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$bubblein interfaceChestBlockEntityInterface
-
wilderWild$bubbleBurst
public void wilderWild$bubbleBurst(net.minecraft.world.level.block.state.BlockState state) - Specified by:
wilderWild$bubbleBurstin interfaceChestBlockEntityInterface
-
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$getCanBubblein interfaceChestBlockEntityInterface
-
wilderWild$setCanBubble
public void wilderWild$setCanBubble(boolean b) - Specified by:
wilderWild$setCanBubblein interfaceChestBlockEntityInterface
-
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$syncBubblein interfaceChestBlockEntityInterface
-