Minestom/src/main/java/net/minestom/server/utils
TheMode 970d4d2d9c Allow buffer index/length to be specified
Signed-off-by: TheMode <themode@outlook.fr>
2021-11-02 03:08:36 +01:00
..
advancement English fix 2020-10-15 21:16:31 +02:00
async Remove future allocation 2021-08-15 06:00:17 +02:00
binary Allow buffer index/length to be specified 2021-11-02 03:08:36 +01:00
block Cleanup... 2021-09-05 03:40:30 +02:00
cache instanceof pattern matching in LocalCache 2021-10-28 02:55:40 +02:00
callback Send all Adventure packets grouped where possible 2021-03-26 17:34:39 +00:00
chunk Entity tracking rework (#486) 2021-11-01 18:04:00 +01:00
clone Improve block placement performance, more abstraction for future features 2021-03-19 05:51:42 +01:00
debug Fixed DebugUtils 2020-11-20 14:21:20 +01:00
entity Entity tracking rework (#486) 2021-11-01 18:04:00 +01:00
function Entity tracking rework (#486) 2021-11-01 18:04:00 +01:00
identity Use more instanceof pattern matching 2021-10-22 02:19:38 +02:00
instance Use more instanceof pattern matching 2021-10-22 02:19:38 +02:00
inventory Use more enhanced switches 2021-10-22 02:14:12 +02:00
location Record getter 2021-09-19 08:36:27 -04:00
math Style cleanup 2021-01-26 15:53:03 +01:00
mojang Replace guava cache to caffeine 2021-06-20 22:32:06 +02:00
player Rename `netty` to `socket` wherever possible 2021-08-08 19:11:47 +02:00
position Reduce allocation in Navigator movement 2021-08-16 02:53:07 +02:00
thread Improve ThreadLocal performance when calling from a minestom thread 2021-09-25 19:37:14 +02:00
time Remove deprecated UpdateOption.java 2021-07-25 06:25:32 +02:00
url Make utility classes final and not constructable. 2020-08-07 08:10:10 +02:00
validate Overall performance improvement 2021-04-09 05:40:40 +02:00
ArrayUtils.java Simplify `forDifferencesBetweenArray` 2021-08-01 14:10:47 +02:00
ComponentUtils.java Fix deprecated API usages 2021-06-15 13:19:49 +01:00
Direction.java Update to Java 17 (#462) 2021-10-22 01:55:55 +02:00
MathUtils.java Hardcode heightmap value to dimension height. (#481) 2021-10-05 23:29:05 +02:00
NBTUtils.java Use `var` to replace verbose map entrySet loop 2021-08-16 01:29:46 +02:00
NamespaceID.java Use more instanceof pattern matching 2021-10-22 02:19:38 +02:00
NamespaceIDHashMap.java Cleanup 2020-12-12 06:13:50 +01:00
NetworkUtils.java Move free port obtaining to util class 2021-05-05 16:18:11 +01:00
PacketUtils.java Allow buffer index/length to be specified 2021-11-02 03:08:36 +01:00
PrimitiveConversion.java Added NbtDataImpl to support writing custom item NBT data to the client 2020-11-07 19:39:22 +01:00
Rotation.java Added EntityItemFrame 2020-08-02 01:00:22 +02:00
SerializerUtils.java Move coordinate package 2021-07-08 13:48:28 +02:00
StringUtils.java Use more enhanced switches 2021-10-22 02:14:12 +02:00
TickUtils.java Remove apache common text dependency 2021-05-15 08:31:24 +02:00
UniqueIdUtils.java Remove legacy weirdness 2021-09-01 11:56:09 +02:00
Utils.java Skip 3 bytes instead of overwriting 0 2021-09-26 17:39:30 +02:00
ViewEngine.java Entity tracking rework (#486) 2021-11-01 18:04:00 +01:00
WeightedRandom.java Cleanup + comments 2020-10-31 05:09:30 +01:00
WeightedRandomItem.java Loot table support 2020-05-18 21:11:59 +02:00