Code Generation

Currently includes generated key holder classes for types
used in the Registry Modification API
This commit is contained in:
Jake Potrebic
2023-05-26 18:14:44 -07:00
parent b42af839f3
commit 4fd928df47
7 changed files with 344 additions and 0 deletions

View File

@@ -47,5 +47,10 @@ public @interface MinecraftExperimental {
@ApiStatus.Internal
public enum Requires {
// Paper start
TRADE_REBALANCE,
REDSTONE_EXPERIMENTS,
MINECART_IMPROVEMENTS
// Paper end
}
}