MCPcopy Create free account
hub / github.com/PaperMC/Paper / Vine

Method Vine

paper-api/src/main/java/org/bukkit/material/Vine.java:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 private static final EnumSet<BlockFace> possibleFaces = EnumSet.of(BlockFace.WEST, BlockFace.NORTH, BlockFace.SOUTH, BlockFace.EAST);
21
22 public Vine() {
23 super(Material.LEGACY_VINE);
24 }
25
26 /**
27 * @param type the type

Callers

nothing calls this directly

Calls 4

copyOfMethod · 0.80
containsMethod · 0.65
setDataMethod · 0.65
retainAllMethod · 0.45

Tested by

no test coverage detected