Minestom/src/test/java/net/minestom/server/utils
Zax71 40ebd2b67f
Add `getUUID()` and `getUsername()` to MojangUtils (#2024)
* Add MojangUtils#getUUID() and MojangUtils#getUsername()

* Remove invalid UUID test as Java's UUID will not allow an invalid UUID

* Add `@Blocking` and some JavaDoc comments

* Override `MojangUtils#fromUuid(String)` with `MojangUtils#fromUuid(UUID)` and add a test

* Switch to IOException over custom ones
2024-03-18 03:25:35 +00:00
..
block fix: test failures 2024-02-09 14:27:43 -05:00
collection Add arrayCopy 2022-06-09 21:35:18 +02:00
ChunkUtilsTest.java Limit chunk update packets (#1128) 2022-06-04 22:04:57 +02:00
NamespaceIDTest.java Fix for #1883 (#1884) 2024-02-09 15:53:52 -05:00
ObjectPoolTest.java Replace thread locals to pool (#1079) 2022-05-16 07:34:47 +02:00
PositionUtilsTest.java Improve PositionUtils and add tests (#582) 2022-01-10 16:51:21 +01:00
TestMojangUtils.java Add `getUUID()` and `getUsername()` to MojangUtils (#2024) 2024-03-18 03:25:35 +00:00
TranslationIntegrationTest.java Make separate module for testing framework (#1428) 2022-10-10 20:44:50 +02:00