Interface BlockEntityHelper

All Known Implementing Classes:
ForgeBlockEntityHelper

public interface BlockEntityHelper
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleUpdateTag(net.minecraft.world.level.block.entity.BlockEntity be, net.minecraft.nbt.CompoundTag tag)
     
  • Method Details

    • handleUpdateTag

      void handleUpdateTag(net.minecraft.world.level.block.entity.BlockEntity be, net.minecraft.nbt.CompoundTag tag)