Class SpellTypeRegistry

java.lang.Object
com.binaris.wizardry.api.content.SpellTypeRegistry

public final class SpellTypeRegistry extends Object
  • Method Details

    • register

      public static void register(net.minecraft.resources.ResourceLocation location, SpellType type)
    • get

      @Nullable public static @Nullable SpellType get(net.minecraft.resources.ResourceLocation location)
    • getLocation

      @Nullable public static @Nullable net.minecraft.resources.ResourceLocation getLocation(SpellType type)
    • getAll

      public static Map<net.minecraft.resources.ResourceLocation,SpellType> getAll()