Uses of Enum Class
net.minecraft.component.type.AttributeModifierSlot
Packages that use AttributeModifierSlot
-
Uses of AttributeModifierSlot in net.minecraft.component.type
Fields in net.minecraft.component.type declared as AttributeModifierSlotModifier and TypeFieldDescriptionprivate final AttributeModifierSlotAttributeModifiersComponent.Entry.slotThe field for theslotrecord component.Fields in net.minecraft.component.type with type parameters of type AttributeModifierSlotModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<AttributeModifierSlot> AttributeModifierSlot.CODECstatic final IntFunction<AttributeModifierSlot> AttributeModifierSlot.ID_TO_VALUEstatic final PacketCodec<ByteBuf, AttributeModifierSlot> AttributeModifierSlot.PACKET_CODECMethods in net.minecraft.component.type that return AttributeModifierSlotModifier and TypeMethodDescriptionAttributeModifiersComponent.Entry.slot()Returns the value of theslotrecord component.static AttributeModifierSlotReturns the enum constant of this class with the specified name.static AttributeModifierSlot[]AttributeModifierSlot.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.component.type with parameters of type AttributeModifierSlotModifier and TypeMethodDescriptionAttributeModifiersComponent.Builder.add(RegistryEntry<EntityAttribute> attribute, EntityAttributeModifier modifier, AttributeModifierSlot slot) AttributeModifiersComponent.with(RegistryEntry<EntityAttribute> attribute, EntityAttributeModifier modifier, AttributeModifierSlot slot) Constructors in net.minecraft.component.type with parameters of type AttributeModifierSlotModifierConstructorDescriptionEntry(RegistryEntry<EntityAttribute> registryEntry, EntityAttributeModifier entityAttributeModifier, AttributeModifierSlot attributeModifierSlot) -
Uses of AttributeModifierSlot in net.minecraft.loot.function
Fields in net.minecraft.loot.function with type parameters of type AttributeModifierSlotModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<List<AttributeModifierSlot>> SetAttributesLootFunction.Attribute.EQUIPMENT_SLOT_LIST_CODECprivate final List<AttributeModifierSlot> SetAttributesLootFunction.Attribute.slotsThe field for theslotsrecord component.private final Set<AttributeModifierSlot> SetAttributesLootFunction.AttributeBuilder.slotsMethods in net.minecraft.loot.function that return types with arguments of type AttributeModifierSlotModifier and TypeMethodDescriptionSetAttributesLootFunction.Attribute.slots()Returns the value of theslotsrecord component.Methods in net.minecraft.loot.function with parameters of type AttributeModifierSlotModifier and TypeMethodDescriptionSetAttributesLootFunction.AttributeBuilder.slot(AttributeModifierSlot slot) Constructor parameters in net.minecraft.loot.function with type arguments of type AttributeModifierSlotModifierConstructorDescription(package private)Attribute(String name, RegistryEntry<EntityAttribute> registryEntry, EntityAttributeModifier.Operation operation, LootNumberProvider amount, List<AttributeModifierSlot> list, Optional<UUID> optional)