Uses of Record Class
net.minecraft.server.jsonrpc.OutgoingRpcMethod.Attributes
Packages that use OutgoingRpcMethod.Attributes
-
Uses of OutgoingRpcMethod.Attributes in net.minecraft.server.jsonrpc
Fields in net.minecraft.server.jsonrpc declared as OutgoingRpcMethod.AttributesModifier and TypeFieldDescriptionprivate final OutgoingRpcMethod.AttributesOutgoingRpcMethod.Method.attributesThe field for theattributesrecord component.private final OutgoingRpcMethod.AttributesOutgoingRpcMethod.Notification.attributesThe field for theattributesrecord component.private final OutgoingRpcMethod.AttributesOutgoingRpcMethod.ParameterlessMethod.attributesThe field for theattributesrecord component.private final OutgoingRpcMethod.AttributesOutgoingRpcMethod.ParmeterlessNotification.attributesThe field for theattributesrecord component.static final OutgoingRpcMethod.AttributesOutgoingRpcMethod.OutgoingRpcMethodBuilder.DEFAULT_ATTRIBUTESMethods in net.minecraft.server.jsonrpc that return OutgoingRpcMethod.AttributesModifier and TypeMethodDescriptionOutgoingRpcMethod.attributes()OutgoingRpcMethod.Method.attributes()Returns the value of theattributesrecord component.OutgoingRpcMethod.Notification.attributes()Returns the value of theattributesrecord component.OutgoingRpcMethod.ParameterlessMethod.attributes()Returns the value of theattributesrecord component.OutgoingRpcMethod.ParmeterlessNotification.attributes()Returns the value of theattributesrecord component.Methods in net.minecraft.server.jsonrpc with parameters of type OutgoingRpcMethod.AttributesModifier and TypeMethodDescriptionOutgoingRpcMethod.Factory.create(MethodInfo<Params, Result> info, OutgoingRpcMethod.Attributes attributes) Constructors in net.minecraft.server.jsonrpc with parameters of type OutgoingRpcMethod.AttributesModifierConstructorDescriptionMethod(MethodInfo<Params, Result> info, OutgoingRpcMethod.Attributes attributes) Creates an instance of aMethodrecord class.Notification(MethodInfo<Params, Void> info, OutgoingRpcMethod.Attributes attributes) Creates an instance of aNotificationrecord class.ParameterlessMethod(MethodInfo<Void, Result> info, OutgoingRpcMethod.Attributes attributes) Creates an instance of aParameterlessMethodrecord class.ParmeterlessNotification(MethodInfo<Void, Void> info, OutgoingRpcMethod.Attributes attributes) Creates an instance of aParmeterlessNotificationrecord class.