mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
revert format
This commit is contained in:
parent
fa2483970d
commit
b646d201ec
1 changed files with 7 additions and 7 deletions
|
@ -144,13 +144,13 @@ public class PotionEffect implements ConfigurationSerializable {
|
||||||
@NotNull
|
@NotNull
|
||||||
public Map<String, Object> serialize() {
|
public Map<String, Object> serialize() {
|
||||||
return ImmutableMap.<String, Object>builder()
|
return ImmutableMap.<String, Object>builder()
|
||||||
.put(TYPE, type.getKey().toString())
|
.put(TYPE, type.getKey().toString())
|
||||||
.put(DURATION, duration)
|
.put(DURATION, duration)
|
||||||
.put(AMPLIFIER, amplifier)
|
.put(AMPLIFIER, amplifier)
|
||||||
.put(AMBIENT, ambient)
|
.put(AMBIENT, ambient)
|
||||||
.put(PARTICLES, particles)
|
.put(PARTICLES, particles)
|
||||||
.put(ICON, icon)
|
.put(ICON, icon)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue