MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / withModificator

Method withModificator

src/main/java/ui/keys/UserKey.java:173–177  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

171 }
172
173 private static boolean withModificator(String name) {
174 if ((name.length() > 1) && (name.charAt(0) == 'M'))
175 return true;
176 return false;
177 }
178
179/*
180 public boolean equals(Object ob) {

Callers 1

createFromStringsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected