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

Method getStepSound

src/main/java/net/minecraft/block/Block.java:99–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 return "mob.slime.big";
98 }
99 public String getStepSound()
100 {
101 return "mob.slime.small";
102 }
103 };
104 protected boolean fullBlock;
105

Callers 5

onPlayerDamageBlockMethod · 0.45
useHoeMethod · 0.45
fallMethod · 0.45
playStepSoundMethod · 0.45
fallMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected