Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/01/19 in all areas

  1. This is false itemTag is the thing which is null, which means compound.getTag("item") returned null
    1 point
  2. Not quite, you are comparing 2 constants in that and because the JVM does some stuff with string constants to make them the same object, this expression will be true. However new String("Hello World") == new String("Hello World") will always be false as they are not the same object
    1 point
  3. Alright show's over, using @Override on the read and write methods fixed it.
    0 points
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.