Uses of Record Class
net.minecraft.server.dedicated.management.RpcDiscover.Components
Packages that use RpcDiscover.Components
-
Uses of RpcDiscover.Components in net.minecraft.server.dedicated.management
Fields in net.minecraft.server.dedicated.management declared as RpcDiscover.ComponentsModifier and TypeFieldDescriptionprivate final RpcDiscover.ComponentsRpcDiscover.Document.componentsThe field for thecomponentsrecord component.Fields in net.minecraft.server.dedicated.management with type parameters of type RpcDiscover.ComponentsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<RpcDiscover.Components> RpcDiscover.Components.CODECMethods in net.minecraft.server.dedicated.management that return RpcDiscover.ComponentsModifier and TypeMethodDescriptionRpcDiscover.Document.components()Returns the value of thecomponentsrecord component.Methods in net.minecraft.server.dedicated.management that return types with arguments of type RpcDiscover.ComponentsModifier and TypeMethodDescriptionprivate static com.mojang.serialization.MapCodec<RpcDiscover.Components> RpcDiscover.Components.method_75592()Constructors in net.minecraft.server.dedicated.management with parameters of type RpcDiscover.ComponentsModifierConstructorDescriptionDocument(String jsonRpcProtocolVersion, RpcDiscover.Info discoverInfo, List<RpcMethodInfo.Entry<?, ?>> methods, RpcDiscover.Components components) Creates an instance of aDocumentrecord class.