Uses of Record Class
net.minecraft.class_9262
Packages that use class_9262
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9262 in net.minecraft
Fields in net.minecraft declared as class_9262Modifier and TypeFieldDescriptionprivate final class_9262<String> class_9302.titleThe field for thetitlerecord component.Fields in net.minecraft with type parameters of type class_9262Modifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<class_9262<String>> class_9301.field_49373private static final com.mojang.serialization.Codec<List<class_9262<String>>> class_9301.field_49374private static final com.mojang.serialization.Codec<class_9262<Text>> class_9302.field_49383private static final com.mojang.serialization.Codec<List<class_9262<Text>>> class_9302.field_49384private final List<class_9262<String>> class_9301.pagesThe field for thepagesrecord component.private final List<class_9262<Text>> class_9302.pagesThe field for thepagesrecord component.Methods in net.minecraft that return class_9262Modifier and TypeMethodDescriptionstatic class_9262<String> class_9262.method_57134(FilteredMessage filteredMessage) static <T> class_9262<T> class_9262.method_57137(T t) <U> class_9262<U> class_9262.method_57138(Function<T, U> function) class_9302.title()Returns the value of thetitlerecord component.Methods in net.minecraft that return types with arguments of type class_9262Modifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec<class_9262<T>> class_9262.method_57135(com.mojang.serialization.Codec<T> codec) static <B extends ByteBuf,T>
PacketCodec<B, class_9262<T>> class_9262.method_57139(PacketCodec<B, T> packetCodec) <U> Optional<class_9262<U>> class_9262.method_57141(Function<T, Optional<U>> function) private static Optional<class_9262<Text>> class_9302.method_57522(ServerCommandSource serverCommandSource, @Nullable PlayerEntity playerEntity, class_9262<Text> class_9262) class_9301.pages()Returns the value of thepagesrecord component.class_9302.pages()Returns the value of thepagesrecord component.Methods in net.minecraft with parameters of type class_9262Modifier and TypeMethodDescriptionprivate static Optional<class_9262<Text>> class_9302.method_57522(ServerCommandSource serverCommandSource, @Nullable PlayerEntity playerEntity, class_9262<Text> class_9262) Constructors in net.minecraft with parameters of type class_9262ModifierConstructorDescriptionclass_9302(class_9262<String> class_9262, String string, int int2, List<class_9262<Text>> list, boolean bool) Constructor parameters in net.minecraft with type arguments of type class_9262ModifierConstructorDescriptionclass_9301(List<class_9262<String>> list) class_9302(class_9262<String> class_9262, String string, int int2, List<class_9262<Text>> list, boolean bool) -
Uses of class_9262 in net.minecraft.server.network
Methods in net.minecraft.server.network that return class_9262Modifier and TypeMethodDescriptionprivate class_9262<String> ServerPlayNetworkHandler.method_57142(FilteredMessage filteredMessage)