Klasse MappingsResolver

java.lang.Object
de.florianmichael.asmfabricloader.api.MappingsResolver

@Deprecated public class MappingsResolver extends Object
Veraltet.
Handles all mappings related stuff. This class is used to convert between named and intermediary mappings.
  • Konstruktordetails

    • MappingsResolver

      public MappingsResolver()
      Veraltet.
  • Methodendetails

    • loadMappings

      public void loadMappings() throws IOException, IllegalStateException
      Veraltet.
      Loads the mappings from the mappings.tiny file
      Löst aus:
      IOException - If the file could not be read
      IllegalStateException
    • named

      public MapperBase named()
      Veraltet.
      Gibt zurück:
      The mapping environment for intermediary to named mappings
    • intermediary

      public MapperBase intermediary()
      Veraltet.
      Gibt zurück:
      The mapping environment for named to intermediary mappings
    • areMappingsLoaded

      public boolean areMappingsLoaded()
      Veraltet.
      Gibt zurück:
      Whether the mappings are loaded or not (Usually only false in dev environment, except if loadMappings() was called manually)