Uses of Class
net.minecraft.world.entity.ai.attributes.AttributeInstance
Packages that use AttributeInstance
Package
Description
-
Uses of AttributeInstance in net.minecraft.network.protocol.game
Constructor parameters in net.minecraft.network.protocol.game with type arguments of type AttributeInstanceModifierConstructorDescriptionClientboundUpdateAttributesPacket(int p_133580_, Collection<AttributeInstance> p_133581_) -
Uses of AttributeInstance in net.minecraft.server.commands
Methods in net.minecraft.server.commands that return AttributeInstanceModifier and TypeMethodDescriptionprivate static AttributeInstanceAttributeCommand.getAttributeInstance(Entity p_136442_, Attribute p_136443_) -
Uses of AttributeInstance in net.minecraft.world.entity
Methods in net.minecraft.world.entity that return AttributeInstance -
Uses of AttributeInstance in net.minecraft.world.entity.ai.attributes
Fields in net.minecraft.world.entity.ai.attributes with type parameters of type AttributeInstanceModifier and TypeFieldDescriptionprivate final Map<Attribute,AttributeInstance> AttributeMap.attributesprivate final Map<Attribute,AttributeInstance> AttributeSupplier.Builder.builderprivate final Set<AttributeInstance>AttributeMap.dirtyAttributesprivate final Map<Attribute,AttributeInstance> AttributeSupplier.instancesprivate final Consumer<AttributeInstance>AttributeInstance.onDirtyMethods in net.minecraft.world.entity.ai.attributes that return AttributeInstanceModifier and TypeMethodDescriptionprivate AttributeInstanceAttributeSupplier.createInstance(Consumer<AttributeInstance> p_22251_, Attribute p_22252_) private AttributeInstanceAttributeSupplier.getAttributeInstance(Attribute p_22261_) AttributeMap.getInstance(Attribute p_22147_) Methods in net.minecraft.world.entity.ai.attributes that return types with arguments of type AttributeInstanceModifier and TypeMethodDescriptionAttributeMap.getDirtyAttributes()AttributeMap.getSyncableAttributes()Methods in net.minecraft.world.entity.ai.attributes with parameters of type AttributeInstanceModifier and TypeMethodDescriptionprivate voidAttributeMap.onAttributeModified(AttributeInstance p_22158_) voidAttributeInstance.replaceFrom(AttributeInstance p_22103_) Method parameters in net.minecraft.world.entity.ai.attributes with type arguments of type AttributeInstanceModifier and TypeMethodDescriptionAttributeSupplier.createInstance(Consumer<AttributeInstance> p_22251_, Attribute p_22252_) Constructor parameters in net.minecraft.world.entity.ai.attributes with type arguments of type AttributeInstanceModifierConstructorDescriptionAttributeInstance(Attribute p_22097_, Consumer<AttributeInstance> p_22098_) AttributeSupplier(Map<Attribute, AttributeInstance> p_22243_)