diff options
author | Bjarne Koll <[email protected]> | 2022-02-18 18:30:37 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-18 09:30:37 -0800 |
commit | b173c3ee2cd5264e2b08db8296a8fc22d2fcf5b2 (patch) | |
tree | cb744a927ff6b8a1f742db2849e5ddd65dd118a9 /build-data | |
parent | f5b9e07a2a006394961215da3f907f25740bc80d (diff) | |
download | Paper-b173c3ee2cd5264e2b08db8296a8fc22d2fcf5b2.tar.gz Paper-b173c3ee2cd5264e2b08db8296a8fc22d2fcf5b2.zip |
Use access transformers for player profile API (#7468)
Diffstat (limited to 'build-data')
-rw-r--r-- | build-data/paper.at | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/build-data/paper.at b/build-data/paper.at index fde71792e4..ee280f0d19 100644 --- a/build-data/paper.at +++ b/build-data/paper.at @@ -267,8 +267,17 @@ public net.minecraft.world.level.NaturalSpawner SPAWNING_CATEGORIES # Optimize isValidLocation public net.minecraft.world.level.chunk.LevelChunkSection states -# Player.setPlayerProfile API +# Player Profile API public-f net.minecraft.world.entity.player.Player gameProfile +public org.bukkit.craftbukkit.profile.CraftProfileProperty +public org.bukkit.craftbukkit.profile.CraftPlayerTextures +public org.bukkit.craftbukkit.profile.CraftPlayerTextures copyFrom(Lorg/bukkit/profile/PlayerTextures;)V +public org.bukkit.craftbukkit.profile.CraftPlayerTextures rebuildPropertyIfDirty()V +public org.bukkit.craftbukkit.profile.CraftPlayerProfile getProperty(Ljava/lang/String;)Lcom/mojang/authlib/properties/Property; +public org.bukkit.craftbukkit.profile.CraftPlayerProfile setProperty(Ljava/lang/String;Lcom/mojang/authlib/properties/Property;)V +public org.bukkit.craftbukkit.profile.CraftPlayerProfile toString(Lcom/mojang/authlib/properties/PropertyMap;)Ljava/lang/String; +public org.bukkit.craftbukkit.profile.CraftPlayerProfile equals(Lcom/mojang/authlib/properties/PropertyMap;Lcom/mojang/authlib/properties/PropertyMap;)Z +public org.bukkit.craftbukkit.profile.CraftPlayerProfile hashCode(Lcom/mojang/authlib/properties/PropertyMap;)I # Generator Settings public net.minecraft.world.level.levelgen.SurfaceRules$Condition |