package net.buycraft.plugin.testutil; import lombok.Value; @Value public class TestPlayer { private final int freeSlots; }