Recent content by OxygenLover

  1. O

    Solved Casting error - deserialization at custom PersistentDataContainer

    Thank you. I think I might be storing the data kind of weirdly My goal was to store some custom class information onto Minecraft mobs. These classes inherit, which might be the problem. I have a custom persistent data container for every single class. Whenever a Minecraft mob has the...
  2. O

    Solved Casting error - deserialization at custom PersistentDataContainer

    I don't know why, but it doesn't work. Perhaps because I need to explicitly cast ?
  3. O

    Solved Casting error - deserialization at custom PersistentDataContainer

    SOLVED. I just used a different namespace to store the different classes so it didn't conflict with each other. I don't know what exactly the problem was, but it's gone now! yppee! I'm having a casting error and I have no clue why this happens. This is occurring at the deserialization of a...