Class MindFatigueEffectImpl

java.lang.Object
net.minecraft.world.effect.MobEffect
name.dashkal.minecraft.hexresearch.effect.MindFatigueEffect
name.dashkal.minecraft.hexresearch.forge.effect.MindFatigueEffectImpl
All Implemented Interfaces:
net.minecraftforge.common.extensions.IForgeMobEffect

public class MindFatigueEffectImpl extends name.dashkal.minecraft.hexresearch.effect.MindFatigueEffect
Forge specific MindFatigueEffect that does not allow any curative items.
  • 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

    Modifier and Type
    Method
    Description
    List<net.minecraft.world.item.ItemStack>
     

    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, getEffectRendererInternal, getId, getIdFromNullable, getOrCreateDescriptionId, initializeClient, isBeneficial, isInstantenous, removeAttributeModifiers, setFactorDataFactory

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraftforge.common.extensions.IForgeMobEffect

    getSortOrder
  • Field Details

  • Constructor Details

    • MindFatigueEffectImpl

      public MindFatigueEffectImpl()
  • Method Details

    • getCurativeItems

      public List<net.minecraft.world.item.ItemStack> getCurativeItems()