Class SemiblockEvent.PlaceEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
me.desht.pneumaticcraft.api.semiblock.SemiblockEvent
me.desht.pneumaticcraft.api.semiblock.SemiblockEvent.PlaceEvent
Enclosing class:
SemiblockEvent

public static class SemiblockEvent.PlaceEvent extends SemiblockEvent
Fired when a semiblock has been added to the world. This event is not cancelable.
  • Constructor Details

    • PlaceEvent

      public PlaceEvent(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, ISemiBlock semiBlock)