package com.hypixel.hytale.codec.schema; import javax.annotation.Nonnull; public interface NamedSchema { @Nonnull String getSchemaName(); }