Klasse MapperBase
java.lang.Object
de.florianmichael.asmfabricloader.api.MapperBase
Veraltet.
Wrapper for the
TinyTree mappings. This class is used to convert between named and intermediary mappings.-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungMapperBase(net.fabricmc.mapping.tree.TinyTree mappings, String from, String to) Veraltet. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungnet.fabricmc.mapping.tree.ClassDefgetClassDef(String name) Veraltet.getClassName(String from) Veraltet.net.fabricmc.mapping.tree.FieldDefgetFieldDef(Class<?> owner, String name, boolean superclasses) Veraltet.getFieldName(Class<?> owner, String from) Veraltet.net.fabricmc.mapping.tree.MethodDefgetMethodDef(Class<?> owner, String name, boolean superclasses) Veraltet.getMethodName(Class<?> owner, String from) Veraltet.
-
Konstruktordetails
-
MapperBase
Veraltet.
-
-
Methodendetails
-
getClassName
Veraltet.- Parameter:
from- The name of the class in the "from" mapping- Gibt zurück:
- The name of the class in the "to" mapping
-
getClassDef
Veraltet.- Parameter:
name- The name of the class in the "from" mapping- Gibt zurück:
- The class definition of the class
-
getMethodName
Veraltet.- Parameter:
owner- The owner of the methodfrom- The name of the method in the "from" mapping- Gibt zurück:
- The name of the method in the "to" mapping
-
getMethodDef
public net.fabricmc.mapping.tree.MethodDef getMethodDef(Class<?> owner, String name, boolean superclasses) Veraltet.- Parameter:
owner- The owner of the methodname- The name of the method in the "from" mappingsuperclasses- Whether to search in superclasses of the owner- Gibt zurück:
- The method definition of the method
-
getFieldName
Veraltet.- Parameter:
owner- The owner of the fieldfrom- The name of the field in the "from" mapping- Gibt zurück:
- The name of the field in the "to" mapping
-
getFieldDef
public net.fabricmc.mapping.tree.FieldDef getFieldDef(Class<?> owner, String name, boolean superclasses) Veraltet.- Parameter:
owner- The owner of the fieldname- The name of the field in the "from" mappingsuperclasses- Whether to search in superclasses of the owner- Gibt zurück:
- The field definition of the field
-