Uses of Record Class
net.minecraft.class_10702
Packages that use class_10702
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10702 in net.minecraft
Fields in net.minecraft declared as class_10702Fields in net.minecraft with type parameters of type class_10702Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_10702> class_10702.field_56286Methods in net.minecraft that return class_10702Modifier and TypeMethodDescriptionstatic class_10702class_10702.method_67170(int int2) static class_10702class_10702.method_67171(class_10699 class_10699, int int2) Methods in net.minecraft with parameters of type class_10702Modifier and TypeMethodDescriptionprivate static voidclass_10686.method_67133(Registerable<CatVariant> registerable, RegistryKey<CatVariant> registryKey, String string, class_10702 class_10702) private static voidclass_10689.method_67147(Registerable<FrogVariant> registerable, RegistryKey<FrogVariant> registryKey, String string, class_10702 class_10702) -
Uses of class_10702 in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as class_10702Modifier and TypeFieldDescriptionprivate final class_10702CatVariant.spawnConditionsThe field for thespawnConditionsrecord component.private final class_10702FrogVariant.spawnConditionsThe field for thespawnConditionsrecord component.private final class_10702PigVariant.spawnConditionsThe field for thespawnConditionsrecord component.private final class_10702WolfVariant.spawnConditionsThe field for thespawnConditionsrecord component.Methods in net.minecraft.entity.passive that return class_10702Modifier and TypeMethodDescriptionprivate static class_10702WolfVariants.method_67140(RegistryEntryList<Biome> registryEntryList) CatVariant.spawnConditions()Returns the value of thespawnConditionsrecord component.FrogVariant.spawnConditions()Returns the value of thespawnConditionsrecord component.PigVariant.spawnConditions()Returns the value of thespawnConditionsrecord component.WolfVariant.spawnConditions()Returns the value of thespawnConditionsrecord component.Methods in net.minecraft.entity.passive with parameters of type class_10702Modifier and TypeMethodDescriptionprivate static voidPigVariants.register(Registerable<PigVariant> registry, RegistryKey<PigVariant> key, PigVariant.Model model, String textureName, class_10702 class_10702) private static voidWolfVariants.register(Registerable<WolfVariant> registry, RegistryKey<WolfVariant> key, String textureName, class_10702 class_10702) Constructors in net.minecraft.entity.passive with parameters of type class_10702ModifierConstructorDescriptionCatVariant(class_10726 class_10726, class_10702 class_10702) FrogVariant(class_10726 class_10726, class_10702 class_10702) PigVariant(class_10693<PigVariant.Model> class_10693, class_10702 class_10702) WolfVariant(WolfVariant.class_10688 class_10688, class_10702 class_10702)