File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
src/main/java/org/spongepowered/api/data Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -2697,12 +2697,9 @@ public final class Keys {
26972697 public static final Key <SetValue <SkinPart >> SKIN_PARTS = Keys .setKey (ResourceKey .sponge ("skin_parts" ), SkinPart .class );
26982698
26992699 /**
2700- * The skin of a {@link Humanoid}.
2700+ * The skin of a {@link Humanoid} or {@link ServerPlayer} .
27012701 *
2702- * <p>Skins can only be manipulated by supplying the UUID of a player
2703- * having that skin. The binary skin data is signed by Mojang so fully
2704- * customized skins are not possible.</p>
2705- * Readonly (Player)
2702+ * <p>Usable with {@link ProfileProperty#TEXTURES}</p>
27062703 */
27072704 public static final Key <Value <ProfileProperty >> SKIN_PROFILE_PROPERTY = Keys .key (ResourceKey .sponge ("skin_profile_property" ), ProfileProperty .class );
27082705
You can’t perform that action at this time.
0 commit comments