public class HealthTest {
@Test
public void testHealthComponent() throws IOException {
TestVanilla.init();
VanillaConfiguration config = TestVanilla.getInstance().getConfig();
VanillaConfiguration.PLAYER_SURVIVAL_ENABLE_HEALTH.setConfiguration(config);
Entity entity = EntityMocker.mockEntity();
Health health = entity.add(Health.class);