Uses of Record Class
net.minecraft.class_8373
Packages that use class_8373
Package
Description
The base package for all Minecraft classes.
-
Uses of class_8373 in net.minecraft
Fields in net.minecraft declared as class_8373Modifier and TypeFieldDescriptionprivate final class_8373class_8380.class_8381.field_44005private final class_8373class_8448.class_8450.idThe field for theidrecord component.private final class_8373class_8482.idThe field for theidrecord component.private final class_8373class_8258.optionIdThe field for theoptionIdrecord component.private final class_8373class_8384.class_8385.optionIdThe field for theoptionIdrecord component.Fields in net.minecraft with type parameters of type class_8373Modifier and TypeFieldDescriptionstatic final Comparator<class_8373>class_8373.field_43985static final com.mojang.serialization.Codec<class_8373>class_8373.field_43986static final com.mojang.serialization.Codec<class_8373>class_8373.field_43987static final PacketByteBuf.PacketReader<class_8373>class_8373.field_43988static final PacketByteBuf.PacketWriter<class_8373>class_8373.field_43989private final Map<class_8373,Map<UUID, class_8388>> class_8389.field_44029private final Map<class_8373,class_8367.class_8368> class_8367.optionsThe field for theoptionsrecord component.private final Map<class_8373,class_8375> class_8374.optionsThe field for theoptionsrecord component.private final Map<class_8373,class_8376.class_8378> class_8376.optionsThe field for theoptionsrecord component.private final Map<class_8373,class_8375> class_8478.votersThe field for thevotersrecord component.Methods in net.minecraft that return class_8373Modifier and TypeMethodDescriptionclass_8448.class_8450.id()Returns the value of theidrecord component.class_8482.id()Returns the value of theidrecord component.class_8258.optionId()Returns the value of theoptionIdrecord component.class_8384.class_8385.optionId()Returns the value of theoptionIdrecord component.Methods in net.minecraft that return types with arguments of type class_8373Modifier and TypeMethodDescriptionclass_8367.options()Returns the value of theoptionsrecord component.class_8374.options()Returns the value of theoptionsrecord component.class_8376.options()Returns the value of theoptionsrecord component.class_8478.voters()Returns the value of thevotersrecord component.Methods in net.minecraft with parameters of type class_8373Modifier and TypeMethodDescriptionprivate @Nullable class_8376.class_8378class_8370.method_50467(class_8373 class_8373) private Textclass_8370.method_50479(class_8373 class_8373) class_8380.method_50556(class_8373 class_8373) class_8380.method_50566(class_8373 class_8373) intclass_8389.method_50588(class_8373 class_8373, UUID uUID) voidclass_8389.method_50589(class_8373 class_8373, UUID uUID, Text text, int int2) class_8389.method_50590(class_8373 class_8373, boolean bool) private booleanclass_8448.method_50979(class_8373 class_8373) voidclass_8471.method_51066(class_8373 class_8373, class_8375 class_8375) class_8471.class_8474.method_51081(UUID uUID, class_8373 class_8373) private intclass_8471.class_8474.method_51084(UUID uUID, class_8373 class_8373) Method parameters in net.minecraft with type arguments of type class_8373Modifier and TypeMethodDescriptionvoidclass_8380.method_50561(UUID uUID, BiConsumer<class_8373, class_8388> biConsumer) intclass_8389.method_50595(Set<class_8373> set, UUID uUID) voidclass_8389.method_50597(UUID uUID, BiConsumer<class_8373, class_8388> biConsumer) Constructors in net.minecraft with parameters of type class_8373ModifierConstructorDescriptionclass_8258(int int2, class_8373 class_8373) class_8381(class_8373 class_8373, class_8376 class_8376) class_8385(class_8373 class_8373, class_8384.class_8386 class_8386) (package private)class_8450(class_8373 class_8373, Text text, class_8367.class_8368 class_8368) class_8482(class_8373 class_8373, class_8375 class_8375) Constructor parameters in net.minecraft with type arguments of type class_8373ModifierConstructorDescriptionclass_8367(class_8369 class_8369, Map<class_8373, class_8367.class_8368> map) class_8374(Map<class_8373, class_8375> map) class_8376(class_8369 class_8369, Map<class_8373, class_8376.class_8378> map) -
Uses of class_8373 in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type class_8373Modifier and TypeMethodDescriptionintClientPlayNetworkHandler.method_51006(class_8373 class_8373, class_8471.class_8475 class_8475) -
Uses of class_8373 in net.minecraft.server
Methods in net.minecraft.server with parameters of type class_8373Modifier and TypeMethodDescriptionvoidMinecraftServer.method_51107(ServerPlayerEntity serverPlayerEntity, class_8373 class_8373) booleanMinecraftServer.method_51110(class_8373 class_8373, Entity entity, int int2)