Class LodestoneAttributes
java.lang.Object
team.lodestar.lodestone.registry.common.LodestoneAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.entity.ai.attributes.Attribute> static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.entity.ai.attributes.Attribute, net.minecraft.world.entity.ai.attributes.Attribute> static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.entity.ai.attributes.Attribute, net.minecraft.world.entity.ai.attributes.Attribute> static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.entity.ai.attributes.Attribute, net.minecraft.world.entity.ai.attributes.Attribute> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidmodifyEntityAttributes(net.neoforged.neoforge.event.entity.EntityAttributeModificationEvent event) static net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.entity.ai.attributes.Attribute, net.minecraft.world.entity.ai.attributes.Attribute> registerAttribute(net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.entity.ai.attributes.Attribute> registry, LodestoneAttributeBuilder builder)
-
Field Details
-
ATTRIBUTES
public static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.entity.ai.attributes.Attribute> ATTRIBUTES -
MAGIC_RESISTANCE
public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.entity.ai.attributes.Attribute,net.minecraft.world.entity.ai.attributes.Attribute> MAGIC_RESISTANCE -
MAGIC_PROFICIENCY
public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.entity.ai.attributes.Attribute,net.minecraft.world.entity.ai.attributes.Attribute> MAGIC_PROFICIENCY -
MAGIC_DAMAGE
public static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.entity.ai.attributes.Attribute,net.minecraft.world.entity.ai.attributes.Attribute> MAGIC_DAMAGE
-
-
Constructor Details
-
LodestoneAttributes
public LodestoneAttributes()
-
-
Method Details
-
registerAttribute
public static net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.world.entity.ai.attributes.Attribute,net.minecraft.world.entity.ai.attributes.Attribute> registerAttribute(net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.world.entity.ai.attributes.Attribute> registry, LodestoneAttributeBuilder builder) -
modifyEntityAttributes
public static void modifyEntityAttributes(net.neoforged.neoforge.event.entity.EntityAttributeModificationEvent event)
-