mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-11-20 01:15:15 +01:00
Add @FunctionalInterface annotations
This commit is contained in:
parent
003181c256
commit
6d54e73518
@ -13,6 +13,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
*
|
||||
* @since 1
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface PickupHandler {
|
||||
|
||||
/**
|
||||
|
@ -13,6 +13,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
*
|
||||
* @since 1
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface TouchHandler {
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user