Java Code Examples for net.minecraft.block.Block#EnumOffsetType
The following examples show how to use
net.minecraft.block.Block#EnumOffsetType .
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: BlockVegetation.java From TFC2 with GNU General Public License v3.0 | 4 votes |
@Override @SideOnly(Side.CLIENT) public Block.EnumOffsetType getOffsetType() { return Block.EnumOffsetType.NONE; }
Example 2
Source File: BlockSapling.java From TFC2 with GNU General Public License v3.0 | 4 votes |
@Override @SideOnly(Side.CLIENT) public Block.EnumOffsetType getOffsetType() { return Block.EnumOffsetType.NONE; }
Example 3
Source File: BlockSmallVessel.java From TFC2 with GNU General Public License v3.0 | 4 votes |
@Override @SideOnly(Side.CLIENT) public Block.EnumOffsetType getOffsetType() { return Block.EnumOffsetType.NONE; }
Example 4
Source File: BlockAncientDevice.java From TFC2 with GNU General Public License v3.0 | 4 votes |
@Override @SideOnly(Side.CLIENT) public Block.EnumOffsetType getOffsetType() { return Block.EnumOffsetType.NONE; }
Example 5
Source File: BlockCrop.java From TFC2 with GNU General Public License v3.0 | 4 votes |
@Override @SideOnly(Side.CLIENT) public Block.EnumOffsetType getOffsetType() { return Block.EnumOffsetType.NONE; }
Example 6
Source File: BlockCactus.java From TFC2 with GNU General Public License v3.0 | 4 votes |
@Override @SideOnly(Side.CLIENT) public Block.EnumOffsetType getOffsetType() { return Block.EnumOffsetType.NONE; }
Example 7
Source File: BlockPitKiln.java From TFC2 with GNU General Public License v3.0 | 4 votes |
@Override @SideOnly(Side.CLIENT) public Block.EnumOffsetType getOffsetType() { return Block.EnumOffsetType.NONE; }
Example 8
Source File: BlockFirepit.java From TFC2 with GNU General Public License v3.0 | 4 votes |
@Override @SideOnly(Side.CLIENT) public Block.EnumOffsetType getOffsetType() { return Block.EnumOffsetType.NONE; }
Example 9
Source File: BlockAnvil.java From TFC2 with GNU General Public License v3.0 | 4 votes |
@Override @SideOnly(Side.CLIENT) public Block.EnumOffsetType getOffsetType() { return Block.EnumOffsetType.NONE; }
Example 10
Source File: BlockVegDesert.java From TFC2 with GNU General Public License v3.0 | 4 votes |
@Override @SideOnly(Side.CLIENT) public Block.EnumOffsetType getOffsetType() { return Block.EnumOffsetType.NONE; }