MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / setStepSound

Method setStepSound

src/main/java/net/minecraft/block/Block.java:312–316  ·  view source on GitHub ↗

Sets the footstep sound for the block. Returns the object for convenience in constructing.

(Block.SoundType sound)

Source from the content-addressed store, hash-verified

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.

Callers 10

registerBlocksMethod · 0.80
BlockWallMethod · 0.80
BlockCropsMethod · 0.80
BlockPistonBaseMethod · 0.80
BlockDoublePlantMethod · 0.80
BlockStairsMethod · 0.80
BlockLeavesMethod · 0.80
BlockLogMethod · 0.80
BlockDaylightDetectorMethod · 0.80
BlockPistonExtensionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected