Uses of Interface org.sunflow.core.Modifier

Uses in package org.sunflow.core.modifiers

Classes implementing org.sunflow.core.Modifier

class
class

Uses in package org.sunflow.core

Methods with parameter type org.sunflow.core.Modifier

void
Remove the specified modifier from the instance's list if it is being used.
void
Record which modifier should be applied to the intersected surface

Methods with return type org.sunflow.core.Modifier

Modifier
Get a modifier for the instance's list.

Uses in package org.sunflow

Methods with parameter type org.sunflow.core.Modifier

void
SunflowAPI.modifier(String name, Modifier modifier)
Defines a modifier with a given name.

Methods with return type org.sunflow.core.Modifier

Modifier
Retrieve a modifier object by its name, or null if no modifier was found, or if the specified object is not a modifier.