Where did NBTBase Methods moved to?

Discussion in 'Plugin Development' started by Jalau, Jan 1, 2014.

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

    Jalau

  2. Offline

    caseif

    They're still right there; you just need to account for the safe guard implemented a few updates ago. So, the new class would be net.minecraft.server.v1_7_R1.NBTBase. Alternatively, instead of referencing the class directly, you could use use some tricky reflection to make your plugin update-proof.
     
  3. Offline

    Jalau

    I did this already but:
    The method a(DataInputStream) is undefined for the type NBTBase (for example)
     
  4. It moved to NBTCompressedStreamTools, at least the compression and decompression to/from a steam.
     
  5. Offline

    caseif

    My bad, misread the question. :p
     
  6. Offline

    Jalau

    The method a(NBTBase, DataOutput) from the type NBTCompressedStreamTools is not visible
    What to do now? ;) :D
    kumpelblase2
     
Thread Status:
Not open for further replies.

Share This Page