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 entityId, Collection<AttributeInstance> attributes) -
Uses of AttributeInstance in net.minecraft.server.commands
Methods in net.minecraft.server.commands that return AttributeInstanceModifier and TypeMethodDescriptionprivate static AttributeInstanceAttributeCommand.getAttributeInstance(Entity entity, Holder<Attribute> attribute) -
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.attributesprivate final Set<AttributeInstance> AttributeMap.attributesToSyncprivate final Set<AttributeInstance> AttributeMap.attributesToUpdateprivate final Map<Holder<Attribute>, AttributeInstance> AttributeSupplier.Builder.builderprivate final Map<Holder<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> onDirty, Holder<Attribute> attribute) private AttributeInstanceAttributeSupplier.getAttributeInstance(Holder<Attribute> attribute) AttributeMap.getInstance(Holder<Attribute> attribute) 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 voidAttributeMap.onAttributeModified(AttributeInstance instance) voidAttributeInstance.replaceFrom(AttributeInstance instance) Method parameters in net.minecraft.world.entity.ai.attributes with type arguments of type AttributeInstanceModifier and TypeMethodDescriptionAttributeSupplier.createInstance(Consumer<AttributeInstance> onDirty, Holder<Attribute> attribute) Constructor parameters in net.minecraft.world.entity.ai.attributes with type arguments of type AttributeInstanceModifierConstructorDescriptionAttributeInstance(Holder<Attribute> attribute, Consumer<AttributeInstance> onDirty) (package private)AttributeSupplier(Map<Holder<Attribute>, AttributeInstance> instances)