Say for whatever reason I want to play a cat sound effect just to the client, how would I do that? I've seen
PositionedSoundRecord var13 = new PositionedSoundRecord(new ResourceLocation("name"), 1, 1, x, y, z);
in other projects, but I don't know what the name is for a cat sound and I'd also like it to not be based off of position.