package net.minecraft.client.resources.metadata.animation; public record FrameSize(int width, int height) { }