Class SuspiciousStewEffect
java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.item.component.SuspiciousStewEffect
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintintinthashCode()@NonNull StringtoString()@NonNull SuspiciousStewEffectwithDuration(int duration) @NonNull SuspiciousStewEffectwithMobEffectId(int mobEffectId)
-
Constructor Details
-
SuspiciousStewEffect
public SuspiciousStewEffect(int mobEffectId, int duration)
-
-
Method Details
-
getMobEffectId
public int getMobEffectId() -
getDuration
public int getDuration() -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
withMobEffectId
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withDuration
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-