Minestom/src/main/java/net/minestom/server/utils
2021-08-13 19:58:14 +02:00
..
advancement English fix 2020-10-15 21:16:31 +02:00
async Simplify Player#setInstance 2021-07-28 17:28:36 +02:00
binary Automatically resize BinaryWriter 2021-08-11 01:01:50 +02:00
block Move coordinate package 2021-07-08 13:48:28 +02:00
callback Send all Adventure packets grouped where possible 2021-03-26 17:34:39 +00:00
chunk Use intrinsics math floor 2021-07-30 18:33:37 +02: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 Remove legacy position objects 2021-07-25 06:30:49 +02:00
identity Minor formatting and javadoc changes 2021-05-05 16:18:11 +01:00
instance Added InstanceContainer#copy and Chunk#copy 2020-10-31 19:22:23 +01:00
inventory Fix inventory click on size non-divisible by 9 2021-01-20 08:18:00 +01:00
location Cleanup CoordinateType 2021-07-11 00:59:59 +02: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 Move coordinate package 2021-07-08 13:48:28 +02:00
thread Cleanup extension code and added an option to disable extension loading on startup 2020-12-26 11:55:22 +01: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 Reorder Direction enum to support entity metadata 2021-01-29 21:05:18 +01:00
MathUtils.java Use intrinsics math floor 2021-07-30 18:33:37 +02:00
NamespaceID.java NamespaceID should be compatible with other Key Implementations. 2021-06-16 09:53:01 +02:00
NamespaceIDHashMap.java Cleanup 2020-12-12 06:13:50 +01:00
NBTUtils.java Revert BinaryReader changes 2021-08-06 17:30:39 +02:00
NetworkUtils.java Move free port obtaining to util class 2021-05-05 16:18:11 +01:00
PacketUtils.java Include original packet in FramedPacket for debugging/listening purpose 2021-08-13 19:58:14 +02: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 Fix build 2 2021-05-15 10:14:05 +02:00
TickUtils.java Remove apache common text dependency 2021-05-15 08:31:24 +02:00
UniqueIdUtils.java Implement attribute instances 2020-11-17 14:59:47 +01:00
Utils.java Steal var-int/long code from async-profiler 2021-08-10 18:45:02 +02: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