public class PotionEffectAdapter
extends com.google.gson.TypeAdapter<org.bukkit.potion.PotionEffect>
| Constructor and Description |
|---|
PotionEffectAdapter() |
| Modifier and Type | Method and Description |
|---|---|
org.bukkit.potion.PotionEffect |
read(com.google.gson.stream.JsonReader jsonReader) |
void |
write(com.google.gson.stream.JsonWriter jsonWriter,
org.bukkit.potion.PotionEffect potionEffect) |
public void write(com.google.gson.stream.JsonWriter jsonWriter,
org.bukkit.potion.PotionEffect potionEffect)
throws java.io.IOException
write in class com.google.gson.TypeAdapter<org.bukkit.potion.PotionEffect>java.io.IOExceptionpublic org.bukkit.potion.PotionEffect read(com.google.gson.stream.JsonReader jsonReader)
throws java.io.IOException
read in class com.google.gson.TypeAdapter<org.bukkit.potion.PotionEffect>java.io.IOException