Several fixes and new api for experience merging/stacking (#9242)

This commit is contained in:
Jake Potrebic
2024-05-29 13:58:57 -07:00
parent 6496275397
commit 3991e67f19
7 changed files with 148 additions and 70 deletions

View File

@@ -26,7 +26,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+++ b/src/main/java/net/minecraft/world/entity/ExperienceOrb.java
@@ -0,0 +0,0 @@ public class ExperienceOrb extends Entity {
public int value;
private int count;
public int count;
private Player followingPlayer;
+ // Paper start
+ @javax.annotation.Nullable