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 RpcMethodInfoRpcMethodInfo.Entry.contentsThe field for thecontentsrecord component.private final RpcMethodInfoIncomingRpcMethod.Parameterized.infoThe field for theinforecord component.private final RpcMethodInfoIncomingRpcMethod.Parameterless.infoThe field for theinforecord component.private final RpcMethodInfoOutgoingRpcMethod.Notification.infoThe field for theinforecord component.private final RpcMethodInfoOutgoingRpcMethod.Parameterized.infoThe field for theinforecord component.private final RpcMethodInfoOutgoingRpcMethod.Parameterless.infoThe field for theinforecord component.private final RpcMethodInfoOutgoingRpcMethod.Simple.infoThe field for theinforecord component.Fields in net.minecraft.server.dedicated.management with type parameters of type RpcMethodInfoModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<RpcMethodInfo> RpcMethodInfo.CODECMethods 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 with parameters of type RpcMethodInfoModifier and TypeMethodDescriptionIncomingRpcMethod.Factory.create(RpcMethodInfo methodInfo, IncomingRpcMethod.Attributes attributes) OutgoingRpcMethod.Factory.create(RpcMethodInfo methodInfo, OutgoingRpcMethod.Attributes attributes) Constructors in net.minecraft.server.dedicated.management with parameters of type RpcMethodInfoModifierConstructorDescriptionEntry(Identifier name, RpcMethodInfo contents) Creates an instance of aEntryrecord class.Notification(RpcMethodInfo info, OutgoingRpcMethod.Attributes attributes, com.mojang.serialization.Codec<Params> paramsCodec) Creates an instance of aNotificationrecord class.Parameterized(RpcMethodInfo info, IncomingRpcMethod.Attributes attributes, com.mojang.serialization.Codec<Params> paramsCodec, com.mojang.serialization.Codec<Result> resultCodec, IncomingRpcMethod.ParameterizedHandler<Params, Result> function) Parameterized(RpcMethodInfo info, OutgoingRpcMethod.Attributes attributes, com.mojang.serialization.Codec<Params> paramsCodec, com.mojang.serialization.Codec<Result> resultCodec) Creates an instance of aParameterizedrecord class.Parameterless(RpcMethodInfo info, IncomingRpcMethod.Attributes attributes, com.mojang.serialization.Codec<Result> resultCodec, IncomingRpcMethod.ParameterlessHandler<Result> supplier) Parameterless(RpcMethodInfo info, OutgoingRpcMethod.Attributes attributes, com.mojang.serialization.Codec<Result> resultCodec) Creates an instance of aParameterlessrecord class.Simple(RpcMethodInfo info, OutgoingRpcMethod.Attributes attributes) Creates an instance of aSimplerecord class.