Class AttributeHelper

java.lang.Object
com.github.thedeathlycow.thermoo.impl.attribute.AttributeHelper

public class AttributeHelper extends Object
Helper methods for attribute related functions
  • Field Details

    • REGISTRY

      public static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.entity.ai.attributes.Attribute> REGISTRY
  • Method Details

    • fixPrefixedAttributeIds

      public static String fixPrefixedAttributeIds(String id)
    • applyValueAsModifier

      public static void applyValueAsModifier(net.minecraft.world.entity.LivingEntity entity, AttributeData attribute, double value)