Uses of Record Class
net.minecraft.server.dedicated.management.RpcMethodInfo
Packages that use RpcMethodInfo
-
Uses of RpcMethodInfo in net.minecraft.server.dedicated.management
Fields in net.minecraft.server.dedicated.management declared as RpcMethodInfoModifier and TypeFieldDescriptionprivate final RpcMethodInfo<Params, Result> RpcMethodInfo.Entry.contentsThe field for thecontentsrecord component.private final RpcMethodInfo<Params, Result> IncomingRpcMethod.Parameterized.infoThe field for theinforecord component.private final RpcMethodInfo<Params, Result> IncomingRpcMethod.Parameterless.infoThe field for theinforecord component.private final RpcMethodInfo<Params, Void> OutgoingRpcMethod.Notification.infoThe field for theinforecord component.private final RpcMethodInfo<Params, Result> OutgoingRpcMethod.Parameterized.infoThe field for theinforecord component.private final RpcMethodInfo<Void, Result> OutgoingRpcMethod.Parameterless.infoThe field for theinforecord component.private final RpcMethodInfo<Void, Void> OutgoingRpcMethod.Simple.infoThe field for theinforecord component.Methods in net.minecraft.server.dedicated.management that return RpcMethodInfoModifier and TypeMethodDescriptionRpcMethodInfo.Entry.contents()Returns the value of thecontentsrecord component.IncomingRpcMethod.info()IncomingRpcMethod.Parameterized.info()Returns the value of theinforecord component.IncomingRpcMethod.Parameterless.info()Returns the value of theinforecord component.OutgoingRpcMethod.info()OutgoingRpcMethod.Notification.info()Returns the value of theinforecord component.OutgoingRpcMethod.Parameterized.info()Returns the value of theinforecord component.OutgoingRpcMethod.Parameterless.info()Returns the value of theinforecord component.OutgoingRpcMethod.Simple.info()Returns the value of theinforecord component.Methods in net.minecraft.server.dedicated.management that return types with arguments of type RpcMethodInfoModifier and TypeMethodDescription(package private) static <Params,Result>
com.mojang.serialization.MapCodec<RpcMethodInfo<Params, Result>> RpcMethodInfo.method_75577()Methods in net.minecraft.server.dedicated.management with parameters of type RpcMethodInfoModifier and TypeMethodDescriptionOutgoingRpcMethod.Factory.create(RpcMethodInfo<Params, Result> methodInfo, OutgoingRpcMethod.Attributes attributes) Constructors in net.minecraft.server.dedicated.management with parameters of type RpcMethodInfoModifierConstructorDescriptionEntry(Identifier name, RpcMethodInfo<Params, Result> contents) Creates an instance of aEntryrecord class.Notification(RpcMethodInfo<Params, Void> info, OutgoingRpcMethod.Attributes attributes) Creates an instance of aNotificationrecord class.Parameterized(RpcMethodInfo<Params, Result> info, IncomingRpcMethod.Attributes attributes, IncomingRpcMethod.ParameterizedHandler<Params, Result> function) Parameterized(RpcMethodInfo<Params, Result> info, OutgoingRpcMethod.Attributes attributes) Creates an instance of aParameterizedrecord class.Parameterless(RpcMethodInfo<Params, Result> info, IncomingRpcMethod.Attributes attributes, IncomingRpcMethod.ParameterlessHandler<Result> supplier) Parameterless(RpcMethodInfo<Void, Result> info, OutgoingRpcMethod.Attributes attributes) Creates an instance of aParameterlessrecord class.Simple(RpcMethodInfo<Void, Void> info, OutgoingRpcMethod.Attributes attributes) Creates an instance of aSimplerecord class.