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