Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bukkit/Bukkit
/ isLit
Method
isLit
src/main/java/org/bukkit/material/Pumpkin.java:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
public
boolean isLit() {
41
return
getItemType() == Material.JACK_O_LANTERN;
42
}
43
44
public
void
setFacingDirection(BlockFace face) {
45
byte data;
Callers
1
toString
Method · 0.95
Calls
1
getItemType
Method · 0.80
Tested by
no test coverage detected