Uses of Enum Class
net.minecraft.world.entity.EquipmentSlotGroup
Packages that use EquipmentSlotGroup
Package
Description
-
Uses of EquipmentSlotGroup in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon with type parameters of type EquipmentSlotGroupModifier and TypeFieldDescriptionprivate final Optional
<EquipmentSlotGroup> ItemAttributeModifiersPredicate.EntryPredicate.slot
The field for theslot
record component.Methods in net.minecraft.advancements.critereon that return types with arguments of type EquipmentSlotGroupModifier and TypeMethodDescriptionItemAttributeModifiersPredicate.EntryPredicate.slot()
Returns the value of theslot
record component. -
Uses of EquipmentSlotGroup in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type EquipmentSlotGroupModifier and TypeFieldDescriptionstatic final IntFunction
<EquipmentSlotGroup> EquipmentSlotGroup.BY_ID
static final com.mojang.serialization.Codec
<EquipmentSlotGroup> EquipmentSlotGroup.CODEC
static final StreamCodec
<io.netty.buffer.ByteBuf, EquipmentSlotGroup> EquipmentSlotGroup.STREAM_CODEC
Methods in net.minecraft.world.entity that return EquipmentSlotGroupModifier and TypeMethodDescriptionstatic EquipmentSlotGroup
EquipmentSlotGroup.bySlot
(EquipmentSlot p_339603_) static EquipmentSlotGroup
Returns the enum constant of this class with the specified name.static EquipmentSlotGroup[]
EquipmentSlotGroup.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EquipmentSlotGroup in net.minecraft.world.item.component
Fields in net.minecraft.world.item.component declared as EquipmentSlotGroupModifier and TypeFieldDescriptionprivate final EquipmentSlotGroup
ItemAttributeModifiers.Entry.slot
The field for theslot
record component.Methods in net.minecraft.world.item.component that return EquipmentSlotGroupModifier and TypeMethodDescriptionItemAttributeModifiers.Entry.slot()
Returns the value of theslot
record component.Methods in net.minecraft.world.item.component with parameters of type EquipmentSlotGroupModifier and TypeMethodDescriptionItemAttributeModifiers.Builder.add
(Holder<Attribute> p_330324_, AttributeModifier p_331766_, EquipmentSlotGroup p_331205_) ItemAttributeModifiers.withModifierAdded
(Holder<Attribute> p_330266_, AttributeModifier p_331954_, EquipmentSlotGroup p_332175_) Constructors in net.minecraft.world.item.component with parameters of type EquipmentSlotGroupModifierConstructorDescriptionEntry
(Holder<Attribute> attribute, AttributeModifier modifier, EquipmentSlotGroup slot) Creates an instance of aEntry
record class. -
Uses of EquipmentSlotGroup in net.minecraft.world.level.storage.loot.functions
Fields in net.minecraft.world.level.storage.loot.functions with type parameters of type EquipmentSlotGroupModifier and TypeFieldDescriptionprivate final List
<EquipmentSlotGroup> SetAttributesFunction.Modifier.slots
The field for theslots
record component.private final Set
<EquipmentSlotGroup> SetAttributesFunction.ModifierBuilder.slots
private static final com.mojang.serialization.Codec
<List<EquipmentSlotGroup>> SetAttributesFunction.Modifier.SLOTS_CODEC
Methods in net.minecraft.world.level.storage.loot.functions that return types with arguments of type EquipmentSlotGroupModifier and TypeMethodDescriptionSetAttributesFunction.Modifier.slots()
Returns the value of theslots
record component.Methods in net.minecraft.world.level.storage.loot.functions with parameters of type EquipmentSlotGroupModifier and TypeMethodDescriptionSetAttributesFunction.ModifierBuilder.forSlot
(EquipmentSlotGroup p_332133_) Constructor parameters in net.minecraft.world.level.storage.loot.functions with type arguments of type EquipmentSlotGroupModifierConstructorDescription(package private)
Modifier
(String name, Holder<Attribute> attribute, AttributeModifier.Operation operation, NumberProvider amount, List<EquipmentSlotGroup> slots, Optional<UUID> id) Creates an instance of aModifier
record class.