Uses of Enum Class
net.minecraft.class_9274
Packages that use class_9274
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9274 in net.minecraft
Fields in net.minecraft declared as class_9274Modifier and TypeFieldDescriptionprivate final class_9274class_9285.class_9287.slotThe field for theslotrecord component.Fields in net.minecraft with type parameters of type class_9274Modifier and TypeFieldDescriptionstatic final IntFunction<class_9274> class_9274.field_49225static final com.mojang.serialization.Codec<class_9274> class_9274.field_49226static final PacketCodec<ByteBuf, class_9274> class_9274.field_49227Methods in net.minecraft that return class_9274Modifier and TypeMethodDescriptionclass_9285.class_9287.slot()Returns the value of theslotrecord component.static class_9274Returns the enum constant of this class with the specified name.static class_9274[]class_9274.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft with parameters of type class_9274Modifier and TypeMethodDescriptionclass_9285.method_57484(RegistryEntry<EntityAttribute> registryEntry, EntityAttributeModifier entityAttributeModifier, class_9274 class_9274) class_9285.class_9286.method_57487(RegistryEntry<EntityAttribute> registryEntry, EntityAttributeModifier entityAttributeModifier, class_9274 class_9274) Constructors in net.minecraft with parameters of type class_9274ModifierConstructorDescriptionclass_9287(RegistryEntry<EntityAttribute> registryEntry, EntityAttributeModifier entityAttributeModifier, class_9274 class_9274) -
Uses of class_9274 in net.minecraft.loot.function
Fields in net.minecraft.loot.function with type parameters of type class_9274Modifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<List<class_9274>> SetAttributesLootFunction.Attribute.EQUIPMENT_SLOT_LIST_CODECprivate final List<class_9274> SetAttributesLootFunction.Attribute.slotsThe field for theslotsrecord component.private final Set<class_9274> SetAttributesLootFunction.AttributeBuilder.slotsMethods in net.minecraft.loot.function that return types with arguments of type class_9274Modifier and TypeMethodDescriptionSetAttributesLootFunction.Attribute.slots()Returns the value of theslotsrecord component.Methods in net.minecraft.loot.function with parameters of type class_9274Modifier and TypeMethodDescriptionSetAttributesLootFunction.AttributeBuilder.slot(class_9274 class_9274) Constructor parameters in net.minecraft.loot.function with type arguments of type class_9274ModifierConstructorDescription(package private)Attribute(String name, RegistryEntry<EntityAttribute> registryEntry, EntityAttributeModifier.Operation operation, LootNumberProvider amount, List<class_9274> list, Optional<UUID> optional)