Minestom/src/main/java/net/minestom/server/utils
2021-05-18 17:31:11 +02:00
..
advancement English fix 2020-10-15 21:16:31 +02:00
async Add completable future return to AsyncUtils 2021-04-14 04:06:41 +02:00
binary Remove magic value for pre-filled var ints 2021-05-11 03:10:18 +02:00
block RangedAttackGoal implementation initial commit 2021-02-22 08:46:37 +03:00
cache Remove soft values 2021-05-18 16:18:51 +02:00
callback Send all Adventure packets grouped where possible 2021-03-26 17:34:39 +00:00
chunk Remove empty lines 2021-05-10 01:17:43 +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 Get entities from all instances when none is specified in an entity query 2021-04-13 02:08:09 +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 Code cleanup 2021-04-07 18:35:19 +02:00
math Style cleanup 2021-01-26 15:53:03 +01:00
mojang Remove minecraft repo 2021-05-15 07:57:28 +02: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 Equals & hashcode overrides 2021-04-06 15:25:18 -04: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 Cleanup + added PlayerSettingsChangeEvent 2020-11-01 00:07:15 +01:00
BlockPosition.java Remove deprecated copy methods 2021-04-01 11:32:09 -04:00
BufUtils.java Remove unused method 2021-05-08 01:05:51 +02:00
Direction.java Reorder Direction enum to support entity metadata 2021-01-29 21:05:18 +01:00
MathUtils.java Begin removing deprecated usages 2021-03-26 17:34:38 +00:00
NamespaceID.java Make NamespaceID implement Key directly 2021-04-09 13:47:53 +01:00
NamespaceIDHashMap.java Cleanup 2020-12-12 06:13:50 +01:00
NBTUtils.java Allow null nbt, remove NBTUtils.loadItem 2021-04-18 04:44:16 +02:00
NetworkUtils.java Move free port obtaining to util class 2021-05-05 16:18:11 +01:00
PacketUtils.java Remove magic value for pre-filled var ints 2021-05-11 03:10:18 +02:00
Position.java Added the Position#fixYaw method that fixes yaw values an used it on Position#setYaw and on a Position constructor to fix issue #168 2021-04-08 12:45:17 +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 Make utility classes final and not constructable. 2020-08-07 08:10:10 +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 Count non air blocks in a section. 2021-05-18 15:09:03 +02:00
Vector.java Remove deprecated copy methods 2021-04-01 11:32:09 -04: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