Class Blackboard

java.lang.Object
com.llamalad7.mixinextras.utils.Blackboard

public class Blackboard extends Object
Helpers for the Mixin property service. We have to use arrays as the backing values because on ModLauncher the properties are immutable, for some reason.
  • Constructor Details

    • Blackboard

      public Blackboard()
  • Method Details

    • get

      public static <T> T get(String key)
    • put

      public static void put(String key, Object value)