Observer event name

Discussion in 'Plugin Development' started by dumbasPL, Nov 28, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    dumbasPL

    Hi,
    I need the name of an event that is called when observer block updates(detects an update and sends redstone)
    BlockRedstoneEvent is not called when observer updates(it is called when repeater updates but not when comparator updates, weird)
     
  2. Offline

    MightyOne

  3. Offline

    Zombie_Striker

    @dumbasPL
    Try BlockPhysicsEvent . If Physics does not detect it, you will need to listen to BlockEvent and see if the block is an observer.
     
  4. Offline

    dumbasPL

    @Zombie_Striker BlockPhysicsEvent detects it but nothing happens when i cancel it, BlockEvent does not have a setCanceld nethod.
     
Thread Status:
Not open for further replies.

Share This Page