Method | Description | |
---|---|---|
Begin ( [ player, [ op ) : bool | ||
End ( ) : void | ||
NextBlock ( [ op ) : Block |
Method | Description | |
---|---|---|
AbstractPerlinNoiseBrush ( ) : System | ||
AbstractPerlinNoiseBrush ( Block oneBlock, int ratio ) : System | ||
AbstractPerlinNoiseBrush ( [ other ) : System | ||
MapAllValues ( float rawValues ) : bool | ||
MapValue ( float rawValue ) : float |
protected AbstractPerlinNoiseBrush ( ) : System | ||
return | System |
protected AbstractPerlinNoiseBrush ( Block oneBlock, int ratio ) : System | ||
oneBlock | Block | |
ratio | int | |
return | System |
protected AbstractPerlinNoiseBrush ( [ other ) : System | ||
other | [ | |
return | System |
protected abstract MapAllValues ( float rawValues ) : bool | ||
rawValues | float | |
return | bool |
protected abstract MapValue ( float rawValue ) : float | ||
rawValue | float | |
return | float |