Uses of Record Class
net.minecraft.server.dedicated.management.OutgoingRpcMethod.class_12055
Packages that use OutgoingRpcMethod.class_12055
-
Uses of OutgoingRpcMethod.class_12055 in net.minecraft.server.dedicated.management
Fields in net.minecraft.server.dedicated.management declared as OutgoingRpcMethod.class_12055Modifier and TypeFieldDescriptionprivate final OutgoingRpcMethod.class_12055OutgoingRpcMethod.Notification.attributesThe field for theattributesrecord component.private final OutgoingRpcMethod.class_12055OutgoingRpcMethod.Parameterized.attributesThe field for theattributesrecord component.private final OutgoingRpcMethod.class_12055OutgoingRpcMethod.Parameterless.attributesThe field for theattributesrecord component.private final OutgoingRpcMethod.class_12055OutgoingRpcMethod.Simple.attributesThe field for theattributesrecord component.static final OutgoingRpcMethod.class_12055OutgoingRpcMethod.Builder.field_63003Methods in net.minecraft.server.dedicated.management that return OutgoingRpcMethod.class_12055Modifier and TypeMethodDescriptionOutgoingRpcMethod.attributes()OutgoingRpcMethod.Notification.attributes()Returns the value of theattributesrecord component.OutgoingRpcMethod.Parameterized.attributes()Returns the value of theattributesrecord component.OutgoingRpcMethod.Parameterless.attributes()Returns the value of theattributesrecord component.OutgoingRpcMethod.Simple.attributes()Returns the value of theattributesrecord component.Methods in net.minecraft.server.dedicated.management with parameters of type OutgoingRpcMethod.class_12055Modifier and TypeMethodDescriptionOutgoingRpcMethod.class_12056.create(RpcMethodInfo rpcMethodInfo, OutgoingRpcMethod.class_12055 class_12055) Constructors in net.minecraft.server.dedicated.management with parameters of type OutgoingRpcMethod.class_12055ModifierConstructorDescriptionNotification(RpcMethodInfo rpcMethodInfo, OutgoingRpcMethod.class_12055 class_12055, com.mojang.serialization.Codec<Params> codec) Parameterized(RpcMethodInfo rpcMethodInfo, OutgoingRpcMethod.class_12055 class_12055, com.mojang.serialization.Codec<Params> codec, com.mojang.serialization.Codec<Result> codec2) Parameterless(RpcMethodInfo rpcMethodInfo, OutgoingRpcMethod.class_12055 class_12055, com.mojang.serialization.Codec<Result> codec) Simple(RpcMethodInfo rpcMethodInfo, OutgoingRpcMethod.class_12055 class_12055)