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 identifier, RpcMethodInfo rpcMethodInfo) Notification(RpcMethodInfo rpcMethodInfo, OutgoingRpcMethod.Attributes attributes, com.mojang.serialization.Codec<Params> codec) Parameterized(RpcMethodInfo rpcMethodInfo, IncomingRpcMethod.Attributes attributes, com.mojang.serialization.Codec<Params> codec, com.mojang.serialization.Codec<Result> codec2, IncomingRpcMethod.ParameterizedHandler<Params, Result> parameterizedHandler) Parameterized(RpcMethodInfo rpcMethodInfo, OutgoingRpcMethod.Attributes attributes, com.mojang.serialization.Codec<Params> codec, com.mojang.serialization.Codec<Result> codec2) Parameterless(RpcMethodInfo rpcMethodInfo, IncomingRpcMethod.Attributes attributes, com.mojang.serialization.Codec<Result> codec, IncomingRpcMethod.ParameterlessHandler<Result> parameterlessHandler) Parameterless(RpcMethodInfo rpcMethodInfo, OutgoingRpcMethod.Attributes attributes, com.mojang.serialization.Codec<Result> codec) Simple(RpcMethodInfo rpcMethodInfo, OutgoingRpcMethod.Attributes attributes)