Class EffectInstance
java.lang.Object
net.tnemc.item.component.helper.effect.EffectInstance
EffectInstance
- Since:
- 0.2.0.0
- Author:
- creatorfromhell
-
Constructor Summary
ConstructorsConstructorDescriptionEffectInstance(String id) EffectInstance(String id, int amplifier, int duration, boolean showParticles, boolean ambient, boolean showIcon) -
Method Summary
Modifier and TypeMethodDescriptionbooleanambient()voidambient(boolean ambient) intvoidamplifier(int amplifier) clone()intduration()voidduration(int duration) booleaninthashCode()id()voidvoidreadJSON(JSONHelper json) booleanshowIcon()voidshowIcon(boolean showIcon) booleanvoidshowParticles(boolean showParticles) org.json.simple.JSONObjecttoJSON()
-
Constructor Details
-
EffectInstance
public EffectInstance() -
EffectInstance
-
EffectInstance
public EffectInstance(String id, int amplifier, int duration, boolean showParticles, boolean ambient, boolean showIcon)
-
-
Method Details
-
toJSON
-
readJSON
-
equals
-
hashCode
-
id
-
id
-
amplifier
-
amplifier
-
duration
-
duration
-
ambient
-
ambient
-
showParticles
-
showParticles
-
showIcon
-
showIcon
-
clone
- Throws:
CloneNotSupportedException
-