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.Constructors in net.minecraft.server.dedicated.management with parameters of type RpcDiscover.ComponentsModifierConstructorDescriptionDocument(String string, RpcDiscover.Info info, List<RpcMethodInfo.Entry> list, RpcDiscover.Components components)