#Having issues setting data to hashmap
10 messages · Page 1 of 1 (latest)
Arbitrary data im trying to fill the HashMap with:
The class that sets the data to the HashMap to be saved to persistent state
Where im saving the data to NbtCompounds and to the server with persistent states, as shown the hashmap put() i used does work and retuns properly. But the other data form the ChunkLoadListener class doesnt.
not really relevent i think but the command im using ingame to retrieve the data from the persistent state
probably not the best channel for this. #mod-dev-1 and #mod-dev-2 are probably better places
it isnt working correctly
too vague to even start to troubleshoot without reimplementing your code in my own example project, which i dont really feel like doing
I would also suggest avoiding naming your variables the name shared by javascript types
are oyu refering to the String and Integer in the Hashmap?