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 TypeMethodDescriptionRpcDiscover.Document.methods()Returns the value of themethodsrecord component.Constructor parameters in net.minecraft.server.dedicated.management with type arguments of type RpcMethodInfo.EntryModifierConstructorDescriptionDocument(String string, RpcDiscover.Info info, List<RpcMethodInfo.Entry> list, RpcDiscover.Components components)