Uses of Class
net.minecraft.entity.attribute.DefaultAttributeContainer
| Package | Description |
|---|---|
| net.minecraft.entity.attribute |
-
Uses of DefaultAttributeContainer in net.minecraft.entity.attribute
Fields in net.minecraft.entity.attribute declared as DefaultAttributeContainer Modifier and Type Field Description private DefaultAttributeContainerAttributeContainer. fallbackFields in net.minecraft.entity.attribute with type parameters of type DefaultAttributeContainer Modifier and Type Field Description private static Map<EntityType<? extends LivingEntity>,DefaultAttributeContainer>DefaultAttributeRegistry. DEFAULT_ATTRIBUTE_REGISTRYMethods in net.minecraft.entity.attribute that return DefaultAttributeContainer Modifier and Type Method Description DefaultAttributeContainerDefaultAttributeContainer.Builder. build()static DefaultAttributeContainerDefaultAttributeRegistry. get(EntityType<? extends LivingEntity> type)Constructors in net.minecraft.entity.attribute with parameters of type DefaultAttributeContainer Constructor Description AttributeContainer(DefaultAttributeContainer defaultAttributes)