public class RandomPalette<E> extends Palette<E>
Palette.PaletteLayer<E>
Constructor and Description |
---|
RandomPalette(Random r) |
Modifier and Type | Method and Description |
---|---|
E |
get(int layer,
int x,
int z)
Fetches a material from the palette, at a given layer.
|
public RandomPalette(Random r)
Copyright © 2020. All rights reserved.