Interface MojangMappingsSpecBuilder
- All Known Implementing Classes:
MojangMappingsSpecBuilderImpl
public interface MojangMappingsSpecBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleansetNameSyntheticMembers(boolean value)When enabled synthetic fields and methods will be mapped to name specified in the official mojang mappings.
-
Method Details
-
setNameSyntheticMembers
When enabled synthetic fields and methods will be mapped to name specified in the official mojang mappings.When disabled synthetic fields and methods will not be mapped leaving them with their intermediary name.
-
getNameSyntheticMembers
boolean getNameSyntheticMembers()
-