Package dev.jorel.commandapi.preprocessor


package dev.jorel.commandapi.preprocessor
  • Class
    Description
    Literally just a fancy comment that I can put next to stuff to know how it differs from previous versions
    Annotation that describes the target Minecraft versions of this NMS class
    The main entry point for the CommandAPI annotation preprocessor
    Conceptually, it should be possible to use javassist to "dynamically generate" the "similar" NMS for specific classes.
    The RequireField determines asserts that a field exists in a specific location, with a specific name and of a specific type.
    The Repeatable annotation of RequireFields.