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<Params, Result> methodInfo, OutgoingRpcMethod.Attributes attributes) Constructors in net.minecraft.server.dedicated.management with parameters of type OutgoingRpcMethod.AttributesModifierConstructorDescriptionNotification(RpcMethodInfo<Params, Void> info, OutgoingRpcMethod.Attributes attributes) Creates an instance of aNotificationrecord class.Parameterized(RpcMethodInfo<Params, Result> info, OutgoingRpcMethod.Attributes attributes) Creates an instance of aParameterizedrecord class.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.