java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.framework.shaders.RelationalShader<T>
- All Implemented Interfaces:
Shader<T>
public class RelationalShader<T>
extends Object
implements Shader<T>
-
-
Constructor Summary
Constructors
-
Method Summary
shade(T current,
long seedA,
long seedB)
shade(T current,
long seedA,
long seedB,
long seedC)
-
Field Details
-
-
onMissingKey
@Nonnull
private final Shader<T> onMissingKey
-
Constructor Details
-
RelationalShader
public RelationalShader(@Nonnull
Shader<T> onMissingKey)
-
Method Details
-
-
shade
public T shade(T current,
long seed)
- Specified by:
shade in interface Shader<T>
-
shade
public T shade(T current,
long seedA,
long seedB)
- Specified by:
shade in interface Shader<T>
-
shade
public T shade(T current,
long seedA,
long seedB,
long seedC)
- Specified by:
shade in interface Shader<T>
-