Creating a Plugin for Pistons.

Discussion in 'Plugin Development' started by Minecraft93, Jul 5, 2011.

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

    Minecraft93

    What is there to know when developing a plugin for pistons? For Example Events/Methods/ etc. I know it has to do with Block Physics but how, do i need to get the block faces?
     
  2. Offline

    TheGildur

    Depends on what you want to achieve... I'm using the Event.Type.BLOCK_PHYSICS and in the BlockListener the onBlockPhysics method. Afterwards you can check for pistons in the direct sorounding.

    Tell me if you need a code snippet.
     
  3. Offline

    Minecraft93

    lol no i dont need a code snippet. nvm ill just try and use the javadocs
     
Thread Status:
Not open for further replies.

Share This Page