public class SpeedModifier extends java.lang.Object implements IItemAttributeModifier
Constructor and Description |
---|
SpeedModifier(float amount)
Initializes the modifier.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<net.minecraft.entity.ai.attributes.Attribute,net.minecraft.entity.ai.attributes.AttributeModifier> |
getAttributeModifiers(net.minecraft.item.ItemStack stack,
GenericArmor armor) |
com.google.common.collect.Multimap<java.lang.String,net.minecraft.entity.ai.attributes.AttributeModifier> |
getNormalAttribute()
Gets the normal evolution stone boots speed boost attribute.
|
public SpeedModifier(float amount)
amount
- The amount to increase speed by.public com.google.common.collect.Multimap<net.minecraft.entity.ai.attributes.Attribute,net.minecraft.entity.ai.attributes.AttributeModifier> getAttributeModifiers(net.minecraft.item.ItemStack stack, GenericArmor armor)
getAttributeModifiers
in interface IItemAttributeModifier
public com.google.common.collect.Multimap<java.lang.String,net.minecraft.entity.ai.attributes.AttributeModifier> getNormalAttribute()