Uses of Record Class
net.minecraft.server.dedicated.management.RpcMethodInfo.Entry
Packages that use RpcMethodInfo.Entry
-
Uses of RpcMethodInfo.Entry in net.minecraft.server.dedicated.management
Fields in net.minecraft.server.dedicated.management with type parameters of type RpcMethodInfo.EntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RpcMethodInfo.Entry<?, ?>> RpcMethodInfo.Entry.CODECprivate final List<RpcMethodInfo.Entry<?, ?>> RpcDiscover.Document.methodsThe field for themethodsrecord component.Methods in net.minecraft.server.dedicated.management that return RpcMethodInfo.EntryMethods in net.minecraft.server.dedicated.management that return types with arguments of type RpcMethodInfo.EntryModifier and TypeMethodDescriptionstatic <Params,Result>
com.mojang.serialization.Codec<RpcMethodInfo.Entry<Params, Result>> RpcMethodInfo.Entry.method_75578()List<RpcMethodInfo.Entry<?, ?>> RpcDiscover.Document.methods()Returns the value of themethodsrecord component.Constructor parameters in net.minecraft.server.dedicated.management with type arguments of type RpcMethodInfo.EntryModifierConstructorDescriptionDocument(String jsonRpcProtocolVersion, RpcDiscover.Info discoverInfo, List<RpcMethodInfo.Entry<?, ?>> methods, RpcDiscover.Components components) Creates an instance of aDocumentrecord class.