#create fixed uuid
1 messages · Page 1 of 1 (latest)
UUID.fromString() with your hardcoded UUID, or UUID.nameUUIDFromBytes() if you want to derive UUID from any byte array
fromString would be a 36 character string then?
yep
minecraft doesnt have a helper function to convert to/from int array as used in nbt etc?
there is Uuids class which contains codecs for converting from int array to uuid
but that's just codecs
oh wait you can use Uuids.toIntArray() to convert to int[]
yea, i just found it myself