Gradually build ?

Discussion in 'Plugin Development' started by StellarFX, Jun 9, 2019.

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

    StellarFX

    Hello,

    I'm looking for a way to build gradually.
    Imagine pasting a schematic but you don't want it to appear like this ; I want to do a kind of animation with blocks placing one after the other.
    Any way to do this ?

    Regards,
    StellarFX
     
  2. Offline

    timtower Administrator Administrator Moderator

    @StellarFX Have a BukkitRunnable place a block per ... ticks.
     
  3. Offline

    Dai_Kunai

    Find a way to store the blocks in an arraylist and then every x amount of ticks (20 ticks in a second), make it so a block is placed using a BukkitRunnable.

    At least that's what I thought of.
     
Thread Status:
Not open for further replies.

Share This Page