Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ getDifficulty
Method
getDifficulty
src/main/java/net/minecraft/world/World.java:3815–3818 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3813
}
3814
3815
public
EnumDifficulty getDifficulty()
3816
{
3817
return
this.getWorldInfo().getDifficulty();
3818
}
3819
3820
public
int
getSkylightSubtracted()
3821
{
Callers
15
getDifficultyForLocation
Method · 0.95
setDifficultyForAllWorlds
Method · 0.95
runTick
Method · 0.45
handleJoinGame
Method · 0.45
handleRespawn
Method · 0.45
handleServerDifficulty
Method · 0.45
initGui
Method · 0.45
actionPerformed
Method · 0.45
tick
Method · 0.45
updateTick
Method · 0.45
updateTick
Method · 0.45
canDispenserPlace
Method · 0.45
Calls
1
getWorldInfo
Method · 0.95
Tested by
no test coverage detected