package moe.ymc.acron.s2c; import com.google.gson.annotations.SerializedName; import org.jetbrains.annotations.NotNull; public record EventPlayerJoined(@SerializedName("player") @NotNull Entity player) implements Event { }