Class EffectArmorSet
java.lang.Object
me.cybersteve.equiplib.armorset.base.EffectArmorSet
- All Implemented Interfaces:
Comparable<EffectArmorSet>,IEffectArmorSetExtension
- Direct Known Subclasses:
FullEffectArmorSet
public abstract class EffectArmorSet
extends Object
implements IEffectArmorSetExtension, Comparable<EffectArmorSet>
The type Effect armor set.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEffectArmorSet(net.minecraft.resources.ResourceLocation id) Instantiates a new Effect armor set. -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(@NotNull EffectArmorSet other) booleaninthashCode()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.cybersteve.equiplib.armorset.base.IEffectArmorSetExtension
getEffectsForAttackerWhenHit, getEffectsForSelfWhenHit, getEffectsWhenWearing
-
Field Details
-
id
protected net.minecraft.resources.ResourceLocation idThe Id.
-
-
Constructor Details
-
EffectArmorSet
public EffectArmorSet(net.minecraft.resources.ResourceLocation id) Instantiates a new Effect armor set.- Parameters:
id- the id
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<EffectArmorSet>
-