Skip to content

Commit 6cfc1d9

Browse files
committed
Bug Patch: BiConsumer
1 parent d4da99a commit 6cfc1d9

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/dev/arctic/interactivemenuapi/interfaces

1 file changed

+1
-1
lines changed

src/main/java/dev/arctic/interactivemenuapi/interfaces/IElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Interface representing a generic Element in the Interactive Menu API.
1010
* All specific element types should implement this interface or its sub-interfaces.
1111
*/
12-
public interface IElement<T> {
12+
public interface IElement {
1313

1414
/**
1515
* Updates the location of the element relative to its parent division's location.

0 commit comments

Comments
 (0)