Uses of Record Class
net.minecraft.class_9360.Type
Packages that use class_9360.Type
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9360.Type in net.minecraft
Fields in net.minecraft declared as class_9360.TypeModifier and TypeFieldDescriptionstatic final class_9360.Type
<class_9354> class_9361.CUSTOM_DATA
static final class_9360.Type
<class_9355> class_9361.DAMAGE
static final class_9360.Type
<class_9356.class_9357> class_9361.ENCHANTMENTS
static final class_9360.Type
<class_9359> class_9361.POTION_CONTENTS
static final class_9360.Type
<class_9356.class_9358> class_9361.STORED_ENCHANTMENTS
Fields in net.minecraft with type parameters of type class_9360.TypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<Map<class_9360.Type<?>, class_9360>> class_9360.field_49805
Methods in net.minecraft that return class_9360.TypeModifier and TypeMethodDescriptionprivate static <T extends class_9360>
class_9360.Type<T> class_9361.method_58180
(String string, com.mojang.serialization.Codec<T> codec) static class_9360.Type
<?> class_9361.method_58181
(Registry<class_9360.Type<?>> registry) Method parameters in net.minecraft with type arguments of type class_9360.TypeModifier and TypeMethodDescriptionstatic class_9360.Type
<?> class_9361.method_58181
(Registry<class_9360.Type<?>> registry) -
Uses of class_9360.Type in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item with type parameters of type class_9360.TypeModifier and TypeFieldDescriptionprivate final ImmutableMap.Builder
<class_9360.Type<?>, class_9360> ItemPredicate.Builder.field_49803
private final Map
<class_9360.Type<?>, class_9360> ItemPredicate.subPredicates
The field for thesubPredicates
record component.Methods in net.minecraft.predicate.item that return types with arguments of type class_9360.TypeModifier and TypeMethodDescriptionItemPredicate.subPredicates()
Returns the value of thesubPredicates
record component.Methods in net.minecraft.predicate.item with parameters of type class_9360.TypeModifier and TypeMethodDescription<T extends class_9360>
ItemPredicate.BuilderItemPredicate.Builder.method_58179
(class_9360.Type<T> type, T t) Constructor parameters in net.minecraft.predicate.item with type arguments of type class_9360.TypeModifierConstructorDescriptionItemPredicate
(Optional<RegistryEntryList<Item>> optional, NumberRange.IntRange intRange, ComponentPredicate componentPredicate, Map<class_9360.Type<?>, class_9360> map) -
Uses of class_9360.Type in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type class_9360.TypeModifier and TypeFieldDescriptionstatic final Registry
<class_9360.Type<?>> Registries.field_49912
static final RegistryKey
<Registry<class_9360.Type<?>>> RegistryKeys.ITEM_SUB_PREDICATE_TYPE