give all models @ToString
All checks were successful
Publish package to my Maven Repository / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 16s

This commit is contained in:
Lee
2024-04-17 21:22:33 +01:00
parent 57b1af849d
commit c7b3f76981
9 changed files with 21 additions and 45 deletions

View File

@ -1,11 +1,12 @@
package xyz.mcutils.models.player;
import lombok.Getter;
import lombok.ToString;
import xyz.mcutils.models.CachedResponse;
import java.util.UUID;
@Getter
@Getter @ToString
public class CachedPlayer extends CachedResponse {
/**