Minestom/src/main/java/net/minestom/server/utils
2021-05-18 17:31:11 +02:00
..
advancement
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
cache Remove soft values 2021-05-18 16:18:51 +02:00
callback
chunk Remove empty lines 2021-05-10 01:17:43 +02:00
clone
debug
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
inventory
location Code cleanup 2021-04-07 18:35:19 +02:00
math
mojang Remove minecraft repo 2021-05-15 07:57:28 +02:00
player
position
thread
time Equals & hashcode overrides 2021-04-06 15:25:18 -04:00
url
validate Overall performance improvement 2021-04-09 05:40:40 +02:00
ArrayUtils.java
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
MathUtils.java
NamespaceID.java Make NamespaceID implement Key directly 2021-04-09 13:47:53 +01:00
NamespaceIDHashMap.java
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
Rotation.java
SerializerUtils.java
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
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
WeightedRandomItem.java