net.minestom.server.FeatureFlags Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of minestom-snapshots Show documentation
Show all versions of minestom-snapshots Show documentation
1.20.4 Lightweight Minecraft server
package net.minestom.server;
/**
* Code autogenerated, do not edit!
*/
@SuppressWarnings("unused")
interface FeatureFlags {
FeatureFlag BUNDLE = FeatureFlagImpl.get("minecraft:bundle");
FeatureFlag VANILLA = FeatureFlagImpl.get("minecraft:vanilla");
FeatureFlag TRADE_REBALANCE = FeatureFlagImpl.get("minecraft:trade_rebalance");
}