Minestom/src/main/java/net/minestom/server
TheMode 5839ec71cc Make ItemMetaView.Builder extends ItemMeta.Builder
Signed-off-by: TheMode <themode@outlook.fr>
2022-04-15 02:31:58 +02:00
..
advancements Fix advancement exception on player disconnect (#724) 2022-03-03 17:11:42 +01:00
adventure Misc cleanup 2022-02-10 13:27:46 +01:00
attribute Remove the concept of non-shared attribute 2022-01-10 16:51:21 +01:00
collision ShapeImpl should not depend on the block material 2022-04-13 12:07:43 +02:00
color Make Color properly immutable 2022-01-10 16:51:21 +01:00
command Tag internal rework (#782) 2022-03-20 01:47:57 +01:00
coordinate Add Pos#withView(Pos) 2022-02-02 16:42:00 +01:00
effects
entity EntityTracker fix (#915) 2022-04-13 20:29:05 +02:00
event Add onGround to PlayerMoveEvent (#921) 2022-04-14 18:47:17 +02:00
exception
extensions Fixed nullpointer when unloading a dependent extention that was already unloaded (#601) 2022-01-25 13:51:10 +01:00
extras More reliable builds 2022-03-07 10:15:24 +01:00
gamedata/tags
instance Fix empty fork 2022-04-14 01:32:54 +02:00
inventory Item API refactoring (#904) 2022-04-13 17:57:15 +02:00
item Make ItemMetaView.Builder extends ItemMeta.Builder 2022-04-15 02:31:58 +02:00
listener Add onGround to PlayerMoveEvent (#921) 2022-04-14 18:47:17 +02:00
map Remove MinestomThreadPool, use the common pool for generation 2022-01-12 22:37:35 +01:00
message
monitoring Fix BenchmarkManager on substrate VM 2022-02-23 04:46:15 +01:00
network Remove explicit fences 2022-04-03 04:09:11 +02:00
particle Do not cache registry (#651) 2022-02-04 22:28:05 +01:00
permission Port to Hephaistos v2 (#424) 2022-01-10 16:51:21 +01:00
ping Remove deprecated ResponseDataConsumer, add support for unix domain socket 2022-01-25 01:38:18 +01:00
potion 1.18.2 update (#714) 2022-03-01 00:40:19 +01:00
recipe Fix DeclareRecipePacket (#562) 2022-01-10 16:51:21 +01:00
registry ShapeImpl should not depend on the block material 2022-04-13 12:07:43 +02:00
resourcepack Add ResourcePack#optional overload to specify prompt (#600) 2022-01-25 01:42:32 +01:00
scoreboard Server process (#550) 2022-01-10 16:51:21 +01:00
snapshot Synchronize the full reference method 2022-03-03 18:20:32 +01:00
sound Do not cache registry (#651) 2022-02-04 22:28:05 +01:00
statistic Do not cache registry (#651) 2022-02-04 22:28:05 +01:00
tag Improve memory usage of tags 2022-04-14 16:26:57 +02:00
terminal Misc cleanup 2022-01-12 22:15:50 +01:00
thread Explicit fences 2022-03-25 10:12:04 +01:00
timer Async tasks cancellation fix (#907) 2022-04-11 20:26:59 +02:00
utils Item API refactoring (#904) 2022-04-13 17:57:15 +02:00
world Item API refactoring (#904) 2022-04-13 17:57:15 +02:00
MinecraftServer.java 1.18.2 update (#714) 2022-03-01 00:40:19 +01:00
ServerProcess.java Snapshot API (#722) 2022-03-03 07:44:57 +01:00
ServerProcessImpl.java CAS to reset acquiring time 2022-03-04 05:31:50 +01:00
Tickable.java
Viewable.java