Minecraft PC IP: play.cubecraft.net

Search results

  1. The Fancy Whale

    R.I.P. Chunk

    R.I.P. Chunk
  2. The Fancy Whale

    Coding Falling Leaves Plugin! [Open Source]

    Ok just a couple more suggestions: 1) For the getPossibleBlocks(World world) method, I suggest removing the parameter. You can just use the players' worlds instead of using a parameter, and that would allow the plugin to function in all worlds. 2) Rather than dropping 1 leaf every 20 seconds...
  3. The Fancy Whale

    Coding Falling Leaves Plugin! [Open Source]

    These two lines jumped out at me right away: ArrayList<Block> blocks = new ArrayList<>(); //new ArrayList<Block>(); blocks.clear(); Why do you clear an empty ArrayList?
  4. The Fancy Whale

    Such merge. Much wowe

    Such merge. Much wowe
Top Bottom