Java Code Examples for cn.nukkit.utils.BlockColor#GRASS_BLOCK_COLOR
The following examples show how to use
cn.nukkit.utils.BlockColor#GRASS_BLOCK_COLOR .
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: BlockMycelium.java From Jupiter with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.GRASS_BLOCK_COLOR; }
Example 2
Source File: BlockGrassPath.java From Jupiter with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.GRASS_BLOCK_COLOR; }
Example 3
Source File: BlockHayBale.java From Jupiter with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.GRASS_BLOCK_COLOR; }
Example 4
Source File: BlockGrass.java From Jupiter with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.GRASS_BLOCK_COLOR; }
Example 5
Source File: BlockGrass.java From Nukkit with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.GRASS_BLOCK_COLOR; }
Example 6
Source File: BlockSlime.java From Nukkit with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.GRASS_BLOCK_COLOR; }
Example 7
Source File: BlockMycelium.java From Nukkit with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.GRASS_BLOCK_COLOR; }
Example 8
Source File: BlockGrassPath.java From Nukkit with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { //todo edit this after minecraft pc 1.9 come out return BlockColor.GRASS_BLOCK_COLOR; }
Example 9
Source File: BlockHayBale.java From Nukkit with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.GRASS_BLOCK_COLOR; }
Example 10
Source File: BlockGrass.java From Nukkit with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.GRASS_BLOCK_COLOR; }