Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
public enum Type {
    // existing types unchanged 
    MIRROR((byte) 64, "mirror"); // New type
}

Configuration

This section describes all new configurations.

...