Class EBAttributes
java.lang.Object
com.binaris.wizardry.setup.registries.EBAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DeferredObject<net.minecraft.world.entity.ai.attributes.Attribute>static final DeferredObject<net.minecraft.world.entity.ai.attributes.Attribute>static final DeferredObject<net.minecraft.world.entity.ai.attributes.Attribute>static final DeferredObject<net.minecraft.world.entity.ai.attributes.Attribute>static final DeferredObject<net.minecraft.world.entity.ai.attributes.Attribute>static final DeferredObject<net.minecraft.world.entity.ai.attributes.Attribute>static final DeferredObject<net.minecraft.world.entity.ai.attributes.Attribute>static final DeferredObject<net.minecraft.world.entity.ai.attributes.Attribute> -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<DeferredObject<net.minecraft.world.entity.ai.attributes.Attribute>>static voidregister(RegisterFunction<net.minecraft.world.entity.ai.attributes.Attribute> function)
-
Field Details
-
CAST_POTENCY
-
CAST_COST
-
CAST_CHARGEUP
public static final DeferredObject<net.minecraft.world.entity.ai.attributes.Attribute> CAST_CHARGEUP -
CAST_PROGRESSION
public static final DeferredObject<net.minecraft.world.entity.ai.attributes.Attribute> CAST_PROGRESSION -
CAST_DURATION
public static final DeferredObject<net.minecraft.world.entity.ai.attributes.Attribute> CAST_DURATION -
CAST_BLAST
-
CAST_RANGE
-
CAST_COOLDOWN
public static final DeferredObject<net.minecraft.world.entity.ai.attributes.Attribute> CAST_COOLDOWN
-
-
Method Details
-
register
public static void register(RegisterFunction<net.minecraft.world.entity.ai.attributes.Attribute> function) -
getAttributes
public static Collection<DeferredObject<net.minecraft.world.entity.ai.attributes.Attribute>> getAttributes()
-