MCPcopy 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

toStringMethod · 0.95

Calls 1

getItemTypeMethod · 0.80

Tested by

no test coverage detected