Uses of Record Class
net.minecraft.class_10726
Packages that use class_10726
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10726 in net.minecraft
Fields in net.minecraft declared as class_10726Modifier and TypeFieldDescriptionprivate final class_10726class_10693.assetThe field for theassetrecord component.Fields in net.minecraft with type parameters of type class_10726Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_10726> class_10726.field_56393static final com.mojang.serialization.MapCodec<class_10726> class_10726.field_56394static final PacketCodec<ByteBuf, class_10726> class_10726.field_56395Methods in net.minecraft that return class_10726Modifier and TypeMethodDescriptionclass_10693.asset()Returns the value of theassetrecord component.Constructors in net.minecraft with parameters of type class_10726 -
Uses of class_10726 in net.minecraft.advancement
Fields in net.minecraft.advancement with type parameters of type class_10726Modifier and TypeFieldDescriptionprivate final Optional<class_10726> AdvancementDisplay.backgroundMethods in net.minecraft.advancement that return types with arguments of type class_10726Constructor parameters in net.minecraft.advancement with type arguments of type class_10726ModifierConstructorDescriptionAdvancementDisplay(ItemStack icon, Text title, Text description, Optional<class_10726> background, AdvancementFrame frame, boolean showToast, boolean announceToChat, boolean hidden) -
Uses of class_10726 in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as class_10726Modifier and TypeFieldDescriptionprivate final class_10726WolfVariant.class_10688.angryThe field for theangryrecord component.private final class_10726CatVariant.assetInfoThe field for theassetInforecord component.private final class_10726FrogVariant.assetInfoThe field for theassetInforecord component.private final class_10726WolfVariant.class_10688.tameThe field for thetamerecord component.private final class_10726WolfVariant.class_10688.wildThe field for thewildrecord component.Methods in net.minecraft.entity.passive that return class_10726Modifier and TypeMethodDescriptionWolfVariant.class_10688.angry()Returns the value of theangryrecord component.CatVariant.assetInfo()Returns the value of theassetInforecord component.FrogVariant.assetInfo()Returns the value of theassetInforecord component.WolfVariant.class_10688.tame()Returns the value of thetamerecord component.WolfVariant.class_10688.wild()Returns the value of thewildrecord component.Constructors in net.minecraft.entity.passive with parameters of type class_10726ModifierConstructorDescriptionprivateCatVariant(class_10726 class_10726) CatVariant(class_10726 class_10726, class_10702 class_10702) class_10688(class_10726 class_10726, class_10726 class_107262, class_10726 class_107263) privateFrogVariant(class_10726 class_10726) FrogVariant(class_10726 class_10726, class_10702 class_10702)