Class MindFatigueEffectImpl
java.lang.Object
net.minecraft.world.effect.MobEffect
name.dashkal.minecraft.hexresearch.effect.MindFatigueEffect
name.dashkal.minecraft.hexresearch.fabric.effect.MindFatigueEffectImpl
public class MindFatigueEffectImpl
extends name.dashkal.minecraft.hexresearch.effect.MindFatigueEffect
Marker potion effect used to indicate "mental fatigue". Attempting to Thought Sieve a villager who has this
effect active will cause additional mind harm.
-
Field Summary
FieldsFields inherited from class name.dashkal.minecraft.hexresearch.effect.MindFatigueEffect
ID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class name.dashkal.minecraft.hexresearch.effect.MindFatigueEffect
applyEffectTick, applyInstantenousEffect, effectInstance, getInstance, isDurationEffectTickMethods inherited from class net.minecraft.world.effect.MobEffect
addAttributeModifier, addAttributeModifiers, byId, createFactorData, getAttributeModifiers, getAttributeModifierValue, getCategory, getColor, getDescriptionId, getDisplayName, getId, getIdFromNullable, getOrCreateDescriptionId, isBeneficial, isInstantenous, removeAttributeModifiers, setFactorDataFactory
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MindFatigueEffectImpl
public MindFatigueEffectImpl()
-