Minestom/src/test/java/net/minestom/server
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
..
advancements Make separate module for testing framework (#1428) 2022-10-10 20:44:50 +02:00
adventure/provider fix component flattening (#1266) 2022-07-25 05:58:03 +02:00
collision feat: expose isFaceFull for testing if a block shape has a full face 2024-02-09 14:27:43 -05:00
command Prioritise errors by chain length, build subcommands first (fix #1934) (#1935) 2024-02-12 18:28:15 -05:00
coordinate Add Pos#withLookAt (#945) 2022-04-19 20:31:05 +02:00
entity Add particle data types (#2004) 2024-02-28 21:54:24 +00:00
event Strong Ref for child EventNode (#1491) 2022-10-29 12:33:24 +02:00
instance Optionally load vanilla biomes (#1988) 2024-02-12 15:25:46 -05:00
inventory Fix incorrect slot updating (#2007) 2024-02-27 08:35:30 -05:00
item Add entity type to Material registry (for spawn eggs) (#2020) 2024-03-14 00:50:54 -04:00
network fix: require size when reading collection to prevent oom. Do not allow string longer than remaining bytes 2024-02-24 17:46:56 -05:00
particle Add particle data types (#2004) 2024-02-28 21:54:24 +00:00
permission Null verifier wildcard fix (#1849) 2023-05-10 08:51:06 +10:00
snapshot Make separate module for testing framework (#1428) 2022-10-10 20:44:50 +02:00
tag fix: preserve instance tag on #copy() (fix #112) 2024-02-09 14:27:43 -05:00
thread Replace thread locals to pool (#1079) 2022-05-16 07:34:47 +02:00
timer Async tasks cancellation fix (#907) 2022-04-11 20:26:59 +02:00
utils Add `getUUID()` and `getUsername()` to MojangUtils (#2024) 2024-03-18 03:25:35 +00:00
InsideTest.java Fix player position being wrong inside tests 2022-03-14 19:01:48 +01:00
ServerProcessTest.java 1.19.4 (#11) 2024-02-09 14:27:43 -05:00