Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onPlayerDamageBlock
Method · 0.45
useHoe
Method · 0.45
fall
Method · 0.45
playStepSound
Method · 0.45
fall
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected