@Deprecated public final class BiomePalette extends Object
| Constructor and Description |
|---|
BiomePalette()
Deprecated.
|
BiomePalette(int[] biomeColors)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BiomePalette |
clone()
Deprecated.
|
int |
get(int index)
Deprecated.
|
int |
get(int x,
int z)
Deprecated.
|
int |
getIndex(int x,
int z)
Deprecated.
|
void |
set(int index,
int value)
Deprecated.
|
void |
set(int x,
int z,
int value)
Deprecated.
|
int[] |
toRaw()
Deprecated.
|
public BiomePalette(int[] biomeColors)
public BiomePalette()
public int get(int x,
int z)
public int get(int index)
public void set(int x,
int z,
int value)
public void set(int index,
int value)
public int[] toRaw()
public int getIndex(int x,
int z)
public BiomePalette clone()
Copyright © 2020. All rights reserved.