package com.hypixel.hytale.common.semver; public interface SemverSatisfies { boolean satisfies(Semver var1); }