We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be460de commit 4ae42f9Copy full SHA for 4ae42f9
1 file changed
api/src/main/java/me/tofaa/entitylib/meta/EntityMeta.java
@@ -288,8 +288,4 @@ public void setMaskBit(int index, byte bit, boolean value) {
288
public Metadata getMetadata() {
289
return metadata;
290
}
291
-
292
- public int getEntityId() {
293
- return entityId;
294
- }
295
0 commit comments