Klasse MappingsResolver
java.lang.Object
de.florianmichael.asmfabricloader.api.MappingsResolver
Veraltet.
Handles all mappings related stuff. This class is used to convert between named and intermediary mappings.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanVeraltet.Veraltet.voidVeraltet.Loads the mappings from the mappings.tiny filenamed()Veraltet.
-
Konstruktordetails
-
MappingsResolver
public MappingsResolver()Veraltet.
-
-
Methodendetails
-
loadMappings
Veraltet.Loads the mappings from the mappings.tiny file- Löst aus:
IOException- If the file could not be readIllegalStateException
-
named
Veraltet.- Gibt zurück:
- The mapping environment for intermediary to named mappings
-
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)
-