Class MobEffectDetails
java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.item.component.MobEffectDetails
-
Constructor Summary
ConstructorsConstructorDescriptionMobEffectDetails(int amplifier, int duration, boolean ambient, boolean showParticles, boolean showIcon, @Nullable MobEffectDetails hiddenEffect) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintint@Nullable MobEffectDetailsinthashCode()booleanbooleanboolean@NonNull StringtoString()
-
Constructor Details
-
MobEffectDetails
public MobEffectDetails(int amplifier, int duration, boolean ambient, boolean showParticles, boolean showIcon, @Nullable @Nullable MobEffectDetails hiddenEffect)
-
-
Method Details
-
getAmplifier
public int getAmplifier() -
getDuration
public int getDuration() -
isAmbient
public boolean isAmbient() -
isShowParticles
public boolean isShowParticles() -
isShowIcon
public boolean isShowIcon() -
getHiddenEffect
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-