MapPostProcessing

Importing the class

If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.

script.zs
import crafttweaker.api.item.component.MapPostProcessing;

Implements

Undocumented Interfaces

Comparable<Enum>

Enum Constants

MapPostProcessing is an enum with 2 constants. They are accessible like so:

script.zs
// MapPostProcessing.LOCK
<constant:minecraft:map_post_processing:lock>
// MapPostProcessing.SCALE
<constant:minecraft:map_post_processing:scale>

Members

Getter
script.zs
// MapPostProcessing.id as int
<constant:minecraft:map_post_processing:lock>.id

Return Type: int