Class PotionEffect
java.lang.Object
com.github.retrooper.packetevents.protocol.potion.PotionEffect
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionPotionEffect
(PotionType type, int amplifier, int duration, boolean ambient, boolean showParticles, boolean showIcon, @Nullable PotionEffect.Properties hiddenEffect) PotionEffect
(PotionType type, PotionEffect.Properties properties) -
Method Summary
Modifier and TypeMethodDescriptionstatic PotionEffect
read
(PacketWrapper<?> wrapper) static void
write
(PacketWrapper<?> wrapper, PotionEffect effect)
-
Constructor Details
-
PotionEffect
public PotionEffect(PotionType type, int amplifier, int duration, boolean ambient, boolean showParticles, boolean showIcon, @Nullable @Nullable PotionEffect.Properties hiddenEffect) -
PotionEffect
-
-
Method Details
-
read
-
write
-