hytale-server/com/hypixel/hytale/server/worldgen/WorldGenConstants.java

6 lines
132 B
Java

package com.hypixel.hytale.server.worldgen;
public interface WorldGenConstants {
int ENVIRONMENT_NOT_SET = Integer.MIN_VALUE;
}