SPIGOT-7239: Getter/setter for player's enchantment seed

By: FreeSoccerHDX <freesoccerhdx@gmail.com>
This commit is contained in:
CraftBukkit/Spigot
2023-01-28 11:55:40 +11:00
parent cbc24baf79
commit fed3e5b5bc
2 changed files with 19 additions and 0 deletions

View File

@@ -44,6 +44,15 @@
protected int jumpTriggerTime;
public float oBob;
public float bob;
@@ -158,7 +173,7 @@
public int experienceLevel;
public int totalExperience;
public float experienceProgress;
- protected int enchantmentSeed;
+ public int enchantmentSeed;
protected final float defaultFlySpeed = 0.02F;
private int lastLevelUpTime;
private final GameProfile gameProfile;
@@ -169,6 +184,16 @@
@Nullable
public EntityFishingHook fishing;