Class AttributeHelper
java.lang.Object
com.github.thedeathlycow.thermoo.impl.attribute.AttributeHelper
Helper methods for attribute related functions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.entity.ai.attributes.Attribute> -
Method Summary
Modifier and TypeMethodDescriptionstatic voidapplyValueAsModifier(net.minecraft.world.entity.LivingEntity entity, AttributeData attribute, double value) static String
-
Field Details
-
REGISTRY
public static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.entity.ai.attributes.Attribute> REGISTRY
-
-
Method Details
-
fixPrefixedAttributeIds
-
applyValueAsModifier
public static void applyValueAsModifier(net.minecraft.world.entity.LivingEntity entity, AttributeData attribute, double value)
-