Solved Lava

Discussion in 'Plugin Development' started by BungeeTheCookie, Jun 28, 2014.

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

    BungeeTheCookie

    Hey Bukkitteers! I was wondering if there is a way to make a Lava Wrapper Class. Like, being able to get the source block of lava, setting it at a certain speed, etc. I know some NMS is involved with it, but is there a way to do this?
     
  2. Offline

    Gerov

    I don't think you can do that, it would require speeding up the TPS.....
     
  3. Offline

    BungeeTheCookie

    Ok, but is there a way to get the source block of lava of is there a way to create a wrapper class for it? How is Lava Material handled in Minecraft?

    Found it: https://github.com/Bukkit/mc-dev/blob/master/net/minecraft/server/MaterialLiquid.java
    Now I have to get the source block.

    Note To Self:
    Convert Blocks Via List<Location> To Material.LAVA
    Save The Blocks To A List
    The End

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 9, 2016
  4. Offline

    Plo124

    Mark thread as solved
    The end

    :D
     
Thread Status:
Not open for further replies.

Share This Page