Java Code Examples for cn.nukkit.utils.BlockColor#AIR_BLOCK_COLOR

The following examples show how to use cn.nukkit.utils.BlockColor#AIR_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: BlockEndPortal.java    From Nukkit with GNU General Public License v3.0 4 votes vote down vote up
@Override
public BlockColor getColor() {
    return BlockColor.AIR_BLOCK_COLOR;
}
 
Example 2
Source File: BlockRail.java    From Nukkit with GNU General Public License v3.0 4 votes vote down vote up
@Override
public BlockColor getColor() {
    return BlockColor.AIR_BLOCK_COLOR;
}
 
Example 3
Source File: BlockRedstoneWire.java    From Nukkit with GNU General Public License v3.0 4 votes vote down vote up
@Override
public BlockColor getColor() {
    return BlockColor.AIR_BLOCK_COLOR;
}
 
Example 4
Source File: BlockRedstoneDiode.java    From Nukkit with GNU General Public License v3.0 4 votes vote down vote up
@Override
public BlockColor getColor() {
    return BlockColor.AIR_BLOCK_COLOR;
}
 
Example 5
Source File: BlockTorch.java    From Nukkit with GNU General Public License v3.0 4 votes vote down vote up
@Override
public BlockColor getColor() {
    return BlockColor.AIR_BLOCK_COLOR;
}
 
Example 6
Source File: BlockSignPost.java    From Jupiter with GNU General Public License v3.0 4 votes vote down vote up
@Override
public BlockColor getColor() {
    return BlockColor.AIR_BLOCK_COLOR;
}
 
Example 7
Source File: BlockGlass.java    From Nukkit with GNU General Public License v3.0 4 votes vote down vote up
@Override
public BlockColor getColor() {
    return BlockColor.AIR_BLOCK_COLOR;
}
 
Example 8
Source File: BlockNetherPortal.java    From Jupiter with GNU General Public License v3.0 4 votes vote down vote up
@Override
public BlockColor getColor() {
    return BlockColor.AIR_BLOCK_COLOR;
}
 
Example 9
Source File: BlockRail.java    From Nukkit with GNU General Public License v3.0 4 votes vote down vote up
@Override
public BlockColor getColor() {
    return BlockColor.AIR_BLOCK_COLOR;
}
 
Example 10
Source File: BlockNetherPortal.java    From Nukkit with GNU General Public License v3.0 4 votes vote down vote up
@Override
public BlockColor getColor() {
    return BlockColor.AIR_BLOCK_COLOR;
}
 
Example 11
Source File: BlockRedstoneComparator.java    From Nukkit with GNU General Public License v3.0 4 votes vote down vote up
@Override
public BlockColor getColor() {
    return BlockColor.AIR_BLOCK_COLOR;
}
 
Example 12
Source File: BlockAir.java    From Nukkit with GNU General Public License v3.0 4 votes vote down vote up
@Override
public BlockColor getColor() {
    return BlockColor.AIR_BLOCK_COLOR;
}
 
Example 13
Source File: BlockLadder.java    From Nukkit with GNU General Public License v3.0 4 votes vote down vote up
@Override
public BlockColor getColor() {
    return BlockColor.AIR_BLOCK_COLOR;
}
 
Example 14
Source File: BlockEndPortal.java    From Jupiter with GNU General Public License v3.0 4 votes vote down vote up
@Override
public BlockColor getColor() {
    return BlockColor.AIR_BLOCK_COLOR;
}
 
Example 15
Source File: BlockTorch.java    From Nukkit with GNU General Public License v3.0 4 votes vote down vote up
@Override
public BlockColor getColor() {
    return BlockColor.AIR_BLOCK_COLOR;
}
 
Example 16
Source File: BlockSeaLantern.java    From Nukkit with GNU General Public License v3.0 4 votes vote down vote up
@Override
public BlockColor getColor() {
    return BlockColor.AIR_BLOCK_COLOR;
}
 
Example 17
Source File: BlockItemFrame.java    From Jupiter with GNU General Public License v3.0 4 votes vote down vote up
@Override
public BlockColor getColor(){
	return BlockColor.AIR_BLOCK_COLOR;
}
 
Example 18
Source File: BlockGlassPane.java    From Nukkit with GNU General Public License v3.0 4 votes vote down vote up
@Override
public BlockColor getColor() {
    return BlockColor.AIR_BLOCK_COLOR;
}
 
Example 19
Source File: BlockLadder.java    From Nukkit with GNU General Public License v3.0 4 votes vote down vote up
@Override
public BlockColor getColor() {
    return BlockColor.AIR_BLOCK_COLOR;
}
 
Example 20
Source File: BlockRail.java    From Jupiter with GNU General Public License v3.0 4 votes vote down vote up
@Override
public BlockColor getColor() {
    return BlockColor.AIR_BLOCK_COLOR;
}