Java Code Examples for net.minecraft.block.Block#soundTypeStone()

The following examples show how to use net.minecraft.block.Block#soundTypeStone() . 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: BloodyVoidProperties.java    From NewHorizonsCoreMod with GNU General Public License v3.0 4 votes vote down vote up
@Override
public Block.SoundType getStepSound() { return Block.soundTypeStone; }
 
Example 2
Source File: CompressedCoalCokeProperties.java    From NewHorizonsCoreMod with GNU General Public License v3.0 4 votes vote down vote up
@Override
public Block.SoundType getStepSound() { return Block.soundTypeStone; }
 
Example 3
Source File: BloodyIchoriumProperties.java    From NewHorizonsCoreMod with GNU General Public License v3.0 4 votes vote down vote up
@Override
public Block.SoundType getStepSound() { return Block.soundTypeStone; }
 
Example 4
Source File: CompressedGraphiteProperties.java    From NewHorizonsCoreMod with GNU General Public License v3.0 4 votes vote down vote up
@Override
public Block.SoundType getStepSound() { return Block.soundTypeStone; }
 
Example 5
Source File: DoubleCompressedCoalCokeProperties.java    From NewHorizonsCoreMod with GNU General Public License v3.0 4 votes vote down vote up
@Override
public Block.SoundType getStepSound() { return Block.soundTypeStone; }
 
Example 6
Source File: QuantinumProperties.java    From NewHorizonsCoreMod with GNU General Public License v3.0 4 votes vote down vote up
@Override
public Block.SoundType getStepSound() { return Block.soundTypeStone; }
 
Example 7
Source File: DoubleCompressedCoalProperties.java    From NewHorizonsCoreMod with GNU General Public License v3.0 4 votes vote down vote up
@Override
public Block.SoundType getStepSound() { return Block.soundTypeStone; }
 
Example 8
Source File: QuadrupleCompressedCoalProperties.java    From NewHorizonsCoreMod with GNU General Public License v3.0 4 votes vote down vote up
@Override
public Block.SoundType getStepSound() { return Block.soundTypeStone; }
 
Example 9
Source File: QuadrupleCompressedCoalCokeProperties.java    From NewHorizonsCoreMod with GNU General Public License v3.0 4 votes vote down vote up
@Override
public Block.SoundType getStepSound() { return Block.soundTypeStone; }
 
Example 10
Source File: QuintupleCompressedCharcoalProperties.java    From NewHorizonsCoreMod with GNU General Public License v3.0 4 votes vote down vote up
@Override
public Block.SoundType getStepSound() { return Block.soundTypeStone; }
 
Example 11
Source File: TripleCompressedCharcoalProperties.java    From NewHorizonsCoreMod with GNU General Public License v3.0 4 votes vote down vote up
@Override
public Block.SoundType getStepSound() { return Block.soundTypeStone; }
 
Example 12
Source File: CallistoColdIceProperties.java    From NewHorizonsCoreMod with GNU General Public License v3.0 4 votes vote down vote up
@Override
public Block.SoundType getStepSound() { return Block.soundTypeStone; }
 
Example 13
Source File: DoubleCompressedCharcoalProperties.java    From NewHorizonsCoreMod with GNU General Public License v3.0 4 votes vote down vote up
@Override
public Block.SoundType getStepSound() { return Block.soundTypeStone; }
 
Example 14
Source File: LedoxProperties.java    From NewHorizonsCoreMod with GNU General Public License v3.0 4 votes vote down vote up
@Override
public Block.SoundType getStepSound() { return Block.soundTypeStone; }
 
Example 15
Source File: TripleCompressedCoalCokeProperties.java    From NewHorizonsCoreMod with GNU General Public License v3.0 4 votes vote down vote up
@Override
public Block.SoundType getStepSound() { return Block.soundTypeStone; }
 
Example 16
Source File: CharcoalProperties.java    From NewHorizonsCoreMod with GNU General Public License v3.0 4 votes vote down vote up
@Override
public Block.SoundType getStepSound() { return Block.soundTypeStone; }
 
Example 17
Source File: BloodyThaumiumProperties.java    From NewHorizonsCoreMod with GNU General Public License v3.0 4 votes vote down vote up
@Override
public Block.SoundType getStepSound() { return Block.soundTypeStone; }
 
Example 18
Source File: BlackPlutoniumProperties.java    From NewHorizonsCoreMod with GNU General Public License v3.0 4 votes vote down vote up
@Override
public Block.SoundType getStepSound() { return Block.soundTypeStone; }
 
Example 19
Source File: PistonBlockProperties.java    From NewHorizonsCoreMod with GNU General Public License v3.0 4 votes vote down vote up
@Override
public Block.SoundType getStepSound() { return Block.soundTypeStone; }
 
Example 20
Source File: CompressedCoalProperties.java    From NewHorizonsCoreMod with GNU General Public License v3.0 4 votes vote down vote up
@Override
public Block.SoundType getStepSound() { return Block.soundTypeStone; }