Uses of Record Class
net.minecraft.server.dedicated.management.IncomingRpcMethod.Attributes
Packages that use IncomingRpcMethod.Attributes
-
Uses of IncomingRpcMethod.Attributes in net.minecraft.server.dedicated.management
Fields in net.minecraft.server.dedicated.management declared as IncomingRpcMethod.AttributesModifier and TypeFieldDescriptionprivate final IncomingRpcMethod.AttributesIncomingRpcMethod.Parameterized.attributesThe field for theattributesrecord component.private final IncomingRpcMethod.AttributesIncomingRpcMethod.Parameterless.attributesThe field for theattributesrecord component.Methods in net.minecraft.server.dedicated.management that return IncomingRpcMethod.AttributesModifier and TypeMethodDescriptionIncomingRpcMethod.attributes()IncomingRpcMethod.Parameterized.attributes()Returns the value of theattributesrecord component.IncomingRpcMethod.Parameterless.attributes()Returns the value of theattributesrecord component.Constructors in net.minecraft.server.dedicated.management with parameters of type IncomingRpcMethod.AttributesModifierConstructorDescriptionParameterized(RpcMethodInfo<Params, Result> info, IncomingRpcMethod.Attributes attributes, IncomingRpcMethod.ParameterizedHandler<Params, Result> function) Parameterless(RpcMethodInfo<Params, Result> info, IncomingRpcMethod.Attributes attributes, IncomingRpcMethod.ParameterlessHandler<Result> supplier)