Package com.stereowalker.unionlib.hook
Class AccessoryStackCalls
java.lang.Object
com.stereowalker.unionlib.hook.AccessoryStackCalls
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidgatherAttributes(net.minecraft.world.item.ItemStack stack, net.minecraft.world.entity.player.Player pPlayer, com.google.common.collect.Multimap<net.minecraft.world.entity.ai.attributes.Attribute, net.minecraft.world.entity.ai.attributes.AttributeModifier> multimap, List<net.minecraft.network.chat.Component> list, String name) protected static com.google.common.collect.Multimap<net.minecraft.world.entity.ai.attributes.Attribute,net.minecraft.world.entity.ai.attributes.AttributeModifier> getAttributeModifiers(AccessoryStack stack, AccessorySlot slot) protected static com.google.common.collect.Multimap<net.minecraft.world.entity.ai.attributes.Attribute,net.minecraft.world.entity.ai.attributes.AttributeModifier> getAttributeModifiersForGroup(AccessoryStack stack, AccessorySlot.Group group)
-
Constructor Details
-
AccessoryStackCalls
public AccessoryStackCalls()
-
-
Method Details
-
gatherAttributes
protected static void gatherAttributes(net.minecraft.world.item.ItemStack stack, @Nullable net.minecraft.world.entity.player.Player pPlayer, com.google.common.collect.Multimap<net.minecraft.world.entity.ai.attributes.Attribute, net.minecraft.world.entity.ai.attributes.AttributeModifier> multimap, List<net.minecraft.network.chat.Component> list, String name) -
getAttributeModifiers
protected static com.google.common.collect.Multimap<net.minecraft.world.entity.ai.attributes.Attribute,net.minecraft.world.entity.ai.attributes.AttributeModifier> getAttributeModifiers(AccessoryStack stack, AccessorySlot slot) -
getAttributeModifiersForGroup
protected static com.google.common.collect.Multimap<net.minecraft.world.entity.ai.attributes.Attribute,net.minecraft.world.entity.ai.attributes.AttributeModifier> getAttributeModifiersForGroup(AccessoryStack stack, AccessorySlot.Group group)
-