Sets the footstep sound for the block. Returns the object for convenience in constructing.
(Block.SoundType sound)
| 310 | * Sets the footstep sound for the block. Returns the object for convenience in constructing. |
| 311 | */ |
| 312 | protected Block setStepSound(Block.SoundType sound) |
| 313 | { |
| 314 | this.stepSound = sound; |
| 315 | return this; |
| 316 | } |
| 317 | |
| 318 | /** |
| 319 | * Sets how much light is blocked going through this block. Returns the object for convenience in constructing. |
no outgoing calls
no test coverage detected