Skip to content

Commit 2456ff2

Browse files
authored
[ci skip] Update javadoc for tinted leaves particle (#12962)
1 parent 651fa12 commit 2456ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paper-api/src/main/java/org/bukkit/Particle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public enum Particle implements Keyed {
127127
CHERRY_LEAVES("cherry_leaves"),
128128
PALE_OAK_LEAVES("pale_oak_leaves"),
129129
/**
130-
* Uses {@link Color} as DataType (with alpha support)
130+
* Uses {@link Color} as DataType
131131
*/
132132
TINTED_LEAVES("tinted_leaves", Color.class),
133133
EGG_CRACK("egg_crack"),

0 commit comments

Comments
 (0)