Interface IJsonDirector<T>

All Known Implementing Classes:
MapJsonDirector

public interface IJsonDirector<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    put(net.minecraft.resources.ResourceLocation resourceLocation, T value)
     
  • Method Details

    • put

      void put(net.minecraft.resources.ResourceLocation resourceLocation, T value)
    • clear

      void clear()