Class BlockSetEvent

java.lang.Object
dev.ultreon.mods.xinexlib.event.block.BlockSetEvent
All Implemented Interfaces:
BlockEvent, BlockStateEvent, PositionalBlockEvent, LevelEvent

public class BlockSetEvent extends Object implements PositionalBlockEvent
  • Constructor Details

    • BlockSetEvent

      public BlockSetEvent(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, int flags)
  • Method Details