pls work first try
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
package xyz.mcutils.models.server;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
||||
|
||||
@AllArgsConstructor @Getter
|
||||
public class CachedServerBlockedStatus {
|
||||
/**
|
||||
* Whether the server is Mojang blocked.
|
||||
*/
|
||||
private boolean blocked;
|
||||
}
|
Reference in New Issue
Block a user