MCPcopy 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

runTickMethod · 0.45
handleJoinGameMethod · 0.45
handleRespawnMethod · 0.45
initGuiMethod · 0.45
actionPerformedMethod · 0.45
tickMethod · 0.45
updateTickMethod · 0.45
updateTickMethod · 0.45
canDispenserPlaceMethod · 0.45

Calls 1

getWorldInfoMethod · 0.95

Tested by

no test coverage detected