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

    Fields
    Modifier and Type
    Field
    Description
     

    Fields inherited from class name.dashkal.minecraft.hexresearch.effect.MindFatigueEffect

    ID
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class name.dashkal.minecraft.hexresearch.effect.MindFatigueEffect

    applyEffectTick, applyInstantenousEffect, effectInstance, getInstance, isDurationEffectTick

    Methods 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • MindFatigueEffectImpl

      public MindFatigueEffectImpl()