Solved Bukkit Material doesnt have iron trap door?

Discussion in 'Plugin Help/Development/Requests' started by ti07shadow, Apr 13, 2015.

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

    ti07shadow

    So I have noticed that "Material" doesnt seem to have iron trap door at all. Atm using a work around using item id's but dont like the fact im having to use a deprecated method. Is there any other methods I can use to check for Iron Trap door? Or perhaps a way to add "add it" so to speak to the bukkit Materials, by defining it as a "Material" ??

    example: Material.IRON_TRAPDOOR
     
  2. Offline

    SuperOriginal

    Iron trapdoors didn't exist until 1.8 which isn't supported here since there is not an official Bukkit build(I believe).
     
  3. Offline

    eyamaz

    We currently support "Alternatives" in the Alternatives section
     
  4. Offline

    pie_flavor

  5. Offline

    ti07shadow

    I am using the spigot 1.8 jar

    I mean I have a temp solution which is using getId(), and checking that. Just prefer to use to get the type by name such as "Material.TRAP_DOOR" but with the iron trapdoor, instead of the regular trap door, being that all the other checks work in this matter. (Just prefer not to have a whole spot just to check for id'd items...)
     
    Last edited: Apr 13, 2015
  6. Offline

    SuperOriginal

    @ti07shadow Material.IRON_TRAPDOOR is available if you compile with a 1.8 fork of bukkit.
     
  7. Offline

    ti07shadow

    edit: nevermind, i see I have 1.8.1 for spigot, spigots 1.8.3 and the Material.IRON_TRAPDOOR was put in that one -.- saw the changelog stuff sigh lol woops
     
    Last edited: Apr 14, 2015
Thread Status:
Not open for further replies.

Share This Page