Uses of Interface
net.minecraft.class_9360
Packages that use class_9360
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9360 in net.minecraft
Classes in net.minecraft with type parameters of type class_9360Subinterfaces of class_9360 in net.minecraftClasses in net.minecraft that implement class_9360Modifier and TypeClassDescriptionfinal recordfinal recordclassstatic classstatic classfinal recordFields in net.minecraft with type parameters of type class_9360Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Map<class_9360.Type<?>, class_9360>> class_9360.field_49805Methods in net.minecraft with type parameters of type class_9360Modifier and TypeMethodDescriptionprivate static <T extends class_9360>
class_9360.Type<T> class_9361.method_58180(String string, com.mojang.serialization.Codec<T> codec) Methods in net.minecraft that return class_9360Modifier and TypeMethodDescriptionstatic class_9360class_9359.method_58178(RegistryEntryList<Potion> registryEntryList) -
Uses of class_9360 in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item with type parameters of type class_9360Modifier and TypeFieldDescriptionprivate final ImmutableMap.Builder<class_9360.Type<?>, class_9360> ItemPredicate.Builder.field_49803private final Map<class_9360.Type<?>, class_9360> ItemPredicate.subPredicatesThe field for thesubPredicatesrecord component.Methods in net.minecraft.predicate.item with type parameters of type class_9360Modifier and TypeMethodDescription<T extends class_9360>
ItemPredicate.BuilderItemPredicate.Builder.method_58179(class_9360.Type<T> type, T t) Methods in net.minecraft.predicate.item that return types with arguments of type class_9360Modifier and TypeMethodDescriptionItemPredicate.subPredicates()Returns the value of thesubPredicatesrecord component.Constructor parameters in net.minecraft.predicate.item with type arguments of type class_9360ModifierConstructorDescriptionItemPredicate(Optional<RegistryEntryList<Item>> optional, NumberRange.IntRange intRange, ComponentPredicate componentPredicate, Map<class_9360.Type<?>, class_9360> map)