Class WerewolfWeakeningEffect.Modifier

java.lang.Object
de.teamlapen.werewolves.effects.WerewolfWeakeningEffect.Modifier
Enclosing class:
WerewolfWeakeningEffect

protected static class WerewolfWeakeningEffect.Modifier extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final net.minecraft.world.entity.ai.attributes.Attribute
     
    protected final float
     
    protected final String
     
    protected final UUID
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Modifier(net.minecraft.world.entity.ai.attributes.Attribute attribute, UUID uuid, String name, float maxModifier)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.entity.ai.attributes.AttributeModifier
    createModifier(int level, int maxLevel, int amplifier)
     

    Methods inherited from class java.lang.Object

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

    • attribute

      protected final net.minecraft.world.entity.ai.attributes.Attribute attribute
    • uuid

      protected final UUID uuid
    • name

      protected final String name
    • maxModifier

      protected final float maxModifier
  • Constructor Details

    • Modifier

      protected Modifier(net.minecraft.world.entity.ai.attributes.Attribute attribute, UUID uuid, String name, float maxModifier)
  • Method Details

    • createModifier

      public net.minecraft.world.entity.ai.attributes.AttributeModifier createModifier(int level, int maxLevel, int amplifier)