Uses of Class
net.minecraft.class_9329
Packages that use class_9329
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9329 in net.minecraft
Fields in net.minecraft declared as class_9329Modifier and TypeFieldDescriptionprivate final class_9329class_9306.componentsThe field for thecomponentsrecord component.static final class_9329class_9329.field_49597Fields in net.minecraft with type parameters of type class_9329Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_9329> class_9329.field_49595static final PacketCodec<RegistryByteBuf, class_9329> class_9329.field_49596Methods in net.minecraft that return class_9329Modifier and TypeMethodDescriptionclass_9306.components()Returns the value of thecomponentsrecord component.static class_9329class_9329.method_57865(class_9323 class_9323) class_9329.class_9330.method_57871()Methods in net.minecraft with parameters of type class_9329Modifier and TypeMethodDescriptionprivate static ItemStackclass_9306.method_57553(RegistryEntry<Item> registryEntry, int int2, class_9329 class_9329) Constructors in net.minecraft with parameters of type class_9329ModifierConstructorDescriptionclass_9306(RegistryEntry<Item> registryEntry, int int2, class_9329 class_9329) class_9306(RegistryEntry<Item> registryEntry, int int2, class_9329 class_9329, ItemStack itemStack) -
Uses of class_9329 in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item declared as class_9329Modifier and TypeFieldDescriptionprivate final class_9329ItemPredicate.componentsThe field for thecomponentsrecord component.private class_9329ItemPredicate.Builder.field_49235Methods in net.minecraft.predicate.item that return class_9329Modifier and TypeMethodDescriptionItemPredicate.components()Returns the value of thecomponentsrecord component.Methods in net.minecraft.predicate.item with parameters of type class_9329Constructors in net.minecraft.predicate.item with parameters of type class_9329ModifierConstructorDescriptionItemPredicate(Optional<RegistryEntryList<Item>> optional, NumberRange.IntRange intRange, NumberRange.IntRange intRange2, List<EnchantmentPredicate> list, List<EnchantmentPredicate> list2, Optional<RegistryEntryList<Potion>> optional2, Optional<NbtPredicate> optional3, class_9329 class_9329)