Uses of Class
net.minecraft.entity.attribute.EntityAttributeInstance
Packages that use EntityAttributeInstance
Package
Description
-
Uses of EntityAttributeInstance in net.minecraft.entity
Methods in net.minecraft.entity that return EntityAttributeInstance -
Uses of EntityAttributeInstance in net.minecraft.entity.attribute
Fields in net.minecraft.entity.attribute with type parameters of type EntityAttributeInstanceModifier and TypeFieldDescriptionprivate final Map<EntityAttribute,
EntityAttributeInstance> AttributeContainer.custom
private final Map<EntityAttribute,
EntityAttributeInstance> DefaultAttributeContainer.Builder.instances
private final Map<EntityAttribute,
EntityAttributeInstance> DefaultAttributeContainer.instances
private final Set<EntityAttributeInstance>
AttributeContainer.tracked
private final Consumer<EntityAttributeInstance>
EntityAttributeInstance.updateCallback
Methods in net.minecraft.entity.attribute that return EntityAttributeInstanceModifier and TypeMethodDescriptionprivate EntityAttributeInstance
DefaultAttributeContainer.Builder.checkedAdd
(EntityAttribute attribute) DefaultAttributeContainer.createOverride
(Consumer<EntityAttributeInstance> updateCallback, EntityAttribute attribute) AttributeContainer.getCustomInstance
(EntityAttribute attribute) private EntityAttributeInstance
DefaultAttributeContainer.require
(EntityAttribute attribute) Methods in net.minecraft.entity.attribute that return types with arguments of type EntityAttributeInstanceModifier and TypeMethodDescriptionAttributeContainer.getAttributesToSend()
AttributeContainer.getTracked()
Methods in net.minecraft.entity.attribute with parameters of type EntityAttributeInstanceModifier and TypeMethodDescriptionvoid
EntityAttributeInstance.setFrom
(EntityAttributeInstance other) Copies the values of an attribute to this attribute.private void
AttributeContainer.updateTrackedStatus
(EntityAttributeInstance instance) Method parameters in net.minecraft.entity.attribute with type arguments of type EntityAttributeInstanceModifier and TypeMethodDescriptionDefaultAttributeContainer.createOverride
(Consumer<EntityAttributeInstance> updateCallback, EntityAttribute attribute) Constructor parameters in net.minecraft.entity.attribute with type arguments of type EntityAttributeInstanceModifierConstructorDescriptionEntityAttributeInstance
(EntityAttribute type, Consumer<EntityAttributeInstance> updateCallback) -
Uses of EntityAttributeInstance in net.minecraft.network.packet.s2c.play
Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type EntityAttributeInstanceModifierConstructorDescriptionEntityAttributesS2CPacket
(int entityId, Collection<EntityAttributeInstance> attributes) -
Uses of EntityAttributeInstance in net.minecraft.server.command
Methods in net.minecraft.server.command that return EntityAttributeInstanceModifier and TypeMethodDescriptionprivate static EntityAttributeInstance
AttributeCommand.getAttributeInstance
(Entity entity, EntityAttribute attribute)