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 pEntityId, Collection<AttributeInstance> pAttributes) -
Uses of AttributeInstance in net.minecraft.server.commands
Methods in net.minecraft.server.commands that return AttributeInstanceModifier and TypeMethodDescriptionprivate static AttributeInstance
AttributeCommand.getAttributeInstance
(Entity pEntity, Holder<Attribute> pAttribute) -
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
<Holder<Attribute>, AttributeInstance> AttributeMap.attributes
private final Set
<AttributeInstance> AttributeMap.attributesToSync
private final Set
<AttributeInstance> AttributeMap.attributesToUpdate
private final Map
<Holder<Attribute>, AttributeInstance> AttributeSupplier.Builder.builder
private final Map
<Holder<Attribute>, AttributeInstance> AttributeSupplier.instances
private final Consumer
<AttributeInstance> AttributeInstance.onDirty
Methods in net.minecraft.world.entity.ai.attributes that return AttributeInstanceModifier and TypeMethodDescriptionprivate AttributeInstance
AttributeSupplier.createInstance
(Consumer<AttributeInstance> pOnDirty, Holder<Attribute> pAttribute) private AttributeInstance
AttributeSupplier.getAttributeInstance
(Holder<Attribute> pAttribute) AttributeMap.getInstance
(Holder<Attribute> pAttribute) Methods in net.minecraft.world.entity.ai.attributes that return types with arguments of type AttributeInstanceModifier and TypeMethodDescriptionAttributeMap.getAttributesToSync()
AttributeMap.getAttributesToUpdate()
AttributeMap.getSyncableAttributes()
Methods in net.minecraft.world.entity.ai.attributes with parameters of type AttributeInstanceModifier and TypeMethodDescriptionprivate void
AttributeMap.onAttributeModified
(AttributeInstance p_22158_) void
AttributeInstance.replaceFrom
(AttributeInstance pInstance) Method parameters in net.minecraft.world.entity.ai.attributes with type arguments of type AttributeInstanceModifier and TypeMethodDescriptionAttributeSupplier.createInstance
(Consumer<AttributeInstance> pOnDirty, Holder<Attribute> pAttribute) Constructor parameters in net.minecraft.world.entity.ai.attributes with type arguments of type AttributeInstanceModifierConstructorDescriptionAttributeInstance
(Holder<Attribute> pAttribute, Consumer<AttributeInstance> pOnDirty) (package private)
AttributeSupplier
(Map<Holder<Attribute>, AttributeInstance> pInstances)