Uses of Record Class
net.minecraft.class_10701
Packages that use class_10701
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10701 in net.minecraft
Fields in net.minecraft with type parameters of type class_10701Modifier and TypeFieldDescriptionprivate final List<class_10695.class_10696<class_10701, class_10699>> class_10702.selectorsThe field for theselectorsrecord component.Methods in net.minecraft that return class_10701Modifier and TypeMethodDescriptionstatic class_10701class_10701.method_67169(ServerWorldAccess serverWorldAccess, BlockPos blockPos) Methods in net.minecraft that return types with arguments of type class_10701Modifier and TypeMethodDescriptionclass_10702.selectors()Returns the value of theselectorsrecord component.Methods in net.minecraft with parameters of type class_10701Modifier and TypeMethodDescriptionstatic Optional<RegistryEntry.Reference<CatVariant>> class_10686.method_67129(Random random, DynamicRegistryManager dynamicRegistryManager, class_10701 class_10701) static Optional<RegistryEntry.Reference<FrogVariant>> class_10689.method_67144(Random random, DynamicRegistryManager dynamicRegistryManager, class_10701 class_10701) booleanclass_10692.test(class_10701 class_10701) booleanclass_10694.test(class_10701 class_10701) booleanclass_10703.test(class_10701 class_10701) Constructor parameters in net.minecraft with type arguments of type class_10701ModifierConstructorDescription -
Uses of class_10701 in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return types with arguments of type class_10701Modifier and TypeMethodDescriptionCatVariant.method_67126()FrogVariant.method_67126()PigVariant.method_67126()WolfVariant.method_67126()Methods in net.minecraft.entity.passive with parameters of type class_10701Modifier and TypeMethodDescriptionstatic Optional<RegistryEntry.Reference<PigVariant>> PigVariants.fromBiome(Random random, DynamicRegistryManager registries, class_10701 class_10701) static Optional<? extends RegistryEntry<WolfVariant>> WolfVariants.method_67139(Random random, DynamicRegistryManager dynamicRegistryManager, class_10701 class_10701)