MCPcopy Index your code
hub / github.com/VolmitSoftware/Adapt / NMS_Default

Class NMS_Default

src/main/java/com/volmit/adapt/nms/NMS_Default.java:25–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23import org.bukkit.inventory.ItemStack;
24
25public class NMS_Default implements NMS.Impl {
26
27 @Override
28 public String serializeStack(ItemStack is) {
29 return null;
30 }
31
32 @Override
33 public ItemStack deserializeStack(String s) {
34 return null;
35 }
36
37 @Override
38 public void sendCooldown(Player p, Material m, int tick) {
39
40 }
41}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected