Java Code Examples for cn.nukkit.utils.BlockColor#IRON_BLOCK_COLOR
The following examples show how to use
cn.nukkit.utils.BlockColor#IRON_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: BlockIron.java From Nukkit with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.IRON_BLOCK_COLOR; }
Example 2
Source File: BlockAnvil.java From Nukkit with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.IRON_BLOCK_COLOR; }
Example 3
Source File: BlockWeightedPressurePlateHeavy.java From Nukkit with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.IRON_BLOCK_COLOR; }
Example 4
Source File: BlockDoorIron.java From Nukkit with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.IRON_BLOCK_COLOR; }
Example 5
Source File: BlockTrapdoorIron.java From Nukkit with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.IRON_BLOCK_COLOR; }
Example 6
Source File: BlockIronBars.java From Nukkit with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.IRON_BLOCK_COLOR; }
Example 7
Source File: BlockBrewingStand.java From Nukkit with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.IRON_BLOCK_COLOR; }
Example 8
Source File: BlockIron.java From Nukkit with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.IRON_BLOCK_COLOR; }
Example 9
Source File: BlockAnvil.java From Nukkit with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.IRON_BLOCK_COLOR; }
Example 10
Source File: BlockWeightedPressurePlateHeavy.java From Nukkit with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.IRON_BLOCK_COLOR; }
Example 11
Source File: BlockBrewingStand.java From Jupiter with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.IRON_BLOCK_COLOR; }
Example 12
Source File: BlockTrapdoorIron.java From Nukkit with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.IRON_BLOCK_COLOR; }
Example 13
Source File: BlockIronBars.java From Nukkit with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.IRON_BLOCK_COLOR; }
Example 14
Source File: BlockBrewingStand.java From Nukkit with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.IRON_BLOCK_COLOR; }
Example 15
Source File: BlockIron.java From Jupiter with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.IRON_BLOCK_COLOR; }
Example 16
Source File: BlockAnvil.java From Jupiter with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.IRON_BLOCK_COLOR; }
Example 17
Source File: BlockWeightedPressurePlateHeavy.java From Jupiter with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.IRON_BLOCK_COLOR; }
Example 18
Source File: BlockDoorIron.java From Jupiter with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.IRON_BLOCK_COLOR; }
Example 19
Source File: BlockTrapdoorIron.java From Jupiter with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.IRON_BLOCK_COLOR; }
Example 20
Source File: BlockIronBars.java From Jupiter with GNU General Public License v3.0 | 4 votes |
@Override public BlockColor getColor() { return BlockColor.IRON_BLOCK_COLOR; }