Uses of Record Class
net.minecraft.server.dedicated.management.OutgoingRpcMethod.Attributes
Packages that use OutgoingRpcMethod.Attributes
-
Uses of OutgoingRpcMethod.Attributes in net.minecraft.server.dedicated.management
Fields in net.minecraft.server.dedicated.management declared as OutgoingRpcMethod.AttributesModifier and TypeFieldDescriptionprivate final OutgoingRpcMethod.AttributesOutgoingRpcMethod.Notification.attributesThe field for theattributesrecord component.private final OutgoingRpcMethod.AttributesOutgoingRpcMethod.Parameterized.attributesThe field for theattributesrecord component.private final OutgoingRpcMethod.AttributesOutgoingRpcMethod.Parameterless.attributesThe field for theattributesrecord component.private final OutgoingRpcMethod.AttributesOutgoingRpcMethod.Simple.attributesThe field for theattributesrecord component.static final OutgoingRpcMethod.AttributesOutgoingRpcMethod.Builder.DEFAULT_ATTRIBUTESMethods in net.minecraft.server.dedicated.management that return OutgoingRpcMethod.AttributesModifier 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.AttributesModifier and TypeMethodDescriptionOutgoingRpcMethod.Factory.create(RpcMethodInfo methodInfo, OutgoingRpcMethod.Attributes attributes) Constructors in net.minecraft.server.dedicated.management with parameters of type OutgoingRpcMethod.AttributesModifierConstructorDescriptionNotification(RpcMethodInfo rpcMethodInfo, OutgoingRpcMethod.Attributes attributes, com.mojang.serialization.Codec<Params> codec) Parameterized(RpcMethodInfo rpcMethodInfo, OutgoingRpcMethod.Attributes attributes, com.mojang.serialization.Codec<Params> codec, com.mojang.serialization.Codec<Result> codec2) Parameterless(RpcMethodInfo rpcMethodInfo, OutgoingRpcMethod.Attributes attributes, com.mojang.serialization.Codec<Result> codec) Simple(RpcMethodInfo rpcMethodInfo, OutgoingRpcMethod.Attributes attributes)