Namespace Modding.Mapper
Classes
CustomMapperTypes
Mapper types are the elements available in the block mapper.
It is possible to define custom mapper types, these must be registered in this class.
See the documentation about custom mapper types for detailed usage information.
CustomSelector<T, TMapper>
Base class for the selectors of custom mapper types.
MCustom<T>
Base class for all custom mod-added mapper types.
SelectorElements
Utility class for creating elements in custom mapper types.
Access this via the Elements
property in the CustomSelector
subclass.
SelectorMaterials
Utility class with references to useful materials for creating custom mapper types.
Access this via the Materials
property in the CustomSelector
subclass.