Uses of Class
net.minecraft.world.entity.ai.attributes.AttributeInstance
Package
Description
-
Uses of AttributeInstance in net.minecraft.network.protocol.game
ModifierConstructorDescriptionClientboundUpdateAttributesPacket
(int p_133580_, Collection<AttributeInstance> p_133581_) -
Uses of AttributeInstance in net.minecraft.server.commands
Modifier and TypeMethodDescriptionprivate static AttributeInstance
AttributeCommand.getAttributeInstance
(Entity p_252177_, Holder<Attribute> p_249942_) -
Uses of AttributeInstance in net.minecraft.world.entity
-
Uses of AttributeInstance in net.minecraft.world.entity.ai.attributes
Modifier and TypeFieldDescriptionprivate final Map
<Holder<Attribute>, AttributeInstance> AttributeMap.attributes
private final Map
<Holder<Attribute>, AttributeInstance> AttributeSupplier.Builder.builder
private final Set
<AttributeInstance> AttributeMap.dirtyAttributes
private final Map
<Holder<Attribute>, AttributeInstance> AttributeSupplier.instances
private final Consumer
<AttributeInstance> AttributeInstance.onDirty
Modifier and TypeMethodDescriptionprivate AttributeInstance
AttributeSupplier.createInstance
(Consumer<AttributeInstance> p_22251_, Holder<Attribute> p_316258_) private AttributeInstance
AttributeSupplier.getAttributeInstance
(Holder<Attribute> p_316859_) AttributeMap.getInstance
(Holder<Attribute> p_250010_) Modifier and TypeMethodDescriptionAttributeMap.getDirtyAttributes()
AttributeMap.getSyncableAttributes()
Modifier and TypeMethodDescriptionprivate void
AttributeMap.onAttributeModified
(AttributeInstance p_22158_) void
AttributeInstance.replaceFrom
(AttributeInstance p_22103_) Modifier and TypeMethodDescriptionAttributeSupplier.createInstance
(Consumer<AttributeInstance> p_22251_, Holder<Attribute> p_316258_) ModifierConstructorDescriptionAttributeInstance
(Holder<Attribute> p_316357_, Consumer<AttributeInstance> p_22098_) (package private)
AttributeSupplier
(Map<Holder<Attribute>, AttributeInstance> p_22243_)