Minestom/src/main/java/net/minestom/server/utils
2021-02-20 23:54:25 +01:00
..
advancement English fix 2020-10-15 21:16:31 +02:00
async Added ExceptionManager for custom exception handling 2021-01-20 11:43:45 +01:00
binary Fix string encoding to UTF-8 2021-02-01 23:39:44 +01:00
block Use doubles instead of floats to represent Position and Vector 2021-01-25 13:47:13 +01:00
cache Small cleanup 2020-11-26 01:24:43 +01:00
callback Use the Validator interface when possible for readability 2020-11-07 04:28:50 +01:00
chunk Use doubles instead of floats to represent Position and Vector 2021-01-25 13:47:13 +01:00
clone Adds some documentation 2020-12-24 15:29:34 +01:00
debug Fixed DebugUtils 2020-11-20 14:21:20 +01:00
entity Added convenient EntityFinder#findFirstPlayer(CommandSender) 2021-02-03 17:21:49 +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 Use doubles instead of floats to represent Position and Vector 2021-01-25 13:47:13 +01:00
math Style cleanup 2021-01-26 15:53:03 +01:00
mojang Added ExceptionManager for custom exception handling 2021-01-20 11:43:45 +01:00
ownership Added a new item data ownership system, replacing the old nbt consumer and NbtDataImpl 2020-11-21 06:37:44 +01:00
player Make utility classes final and not constructable. 2020-08-07 08:10:10 +02:00
position Use doubles instead of floats to represent Position and Vector 2021-01-25 13:47:13 +01:00
thread Cleanup extension code and added an option to disable extension loading on startup 2020-12-26 11:55:22 +01:00
time Small cleanup 2020-10-29 22:52:07 +01:00
url Make utility classes final and not constructable. 2020-08-07 08:10:10 +02:00
validate Added NbtDataImpl to support writing custom item NBT data to the client 2020-11-07 19:39:22 +01:00
ArrayUtils.java Cleanup + added PlayerSettingsChangeEvent 2020-11-01 00:07:15 +01:00
BlockPosition.java Use doubles instead of floats to represent Position and Vector 2021-01-25 13:47:13 +01:00
BufUtils.java Style cleanup 2021-01-26 15:53:03 +01:00
Direction.java Reorder Direction enum to support entity metadata 2021-01-29 21:05:18 +01:00
MathUtils.java Use doubles instead of floats to represent Position and Vector 2021-01-25 13:47:13 +01:00
NamespaceID.java Cleanup 2 2020-11-10 08:01:27 +01:00
NamespaceIDHashMap.java Cleanup 2020-12-12 06:13:50 +01:00
NBTUtils.java Use getAsInt and getAsDouble 2021-02-20 23:54:25 +01:00
PacketUtils.java Added ExceptionManager for custom exception handling 2021-01-20 11:43:45 +01:00
Position.java Use doubles instead of floats to represent Position and Vector 2021-01-25 13:47:13 +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 Make utility classes final and not constructable. 2020-08-07 08:10:10 +02:00
UniqueIdUtils.java Implement attribute instances 2020-11-17 14:59:47 +01:00
Utils.java Cleanup 2020-12-12 06:13:50 +01:00
Vector.java Limit the number of velocity packet used for entities 2021-01-27 19:35:53 +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