aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/ClientHelper.java
diff options
context:
space:
mode:
authorDaniel She <shekwancheung0528@gmail.com>2019-05-12 12:10:51 +0800
committerDaniel She <shekwancheung0528@gmail.com>2019-05-12 12:10:51 +0800
commit54f120195a63dbc145b74485e410abcd4c5acdf4 (patch)
tree6b6066a5d274642cfed1124993b60dc889f4cdac /src/main/java/me/shedaniel/rei/api/ClientHelper.java
parentf51e5af85e26f588cbe2eba2eef728e783201bc8 (diff)
parent2307972bc9fc7682499b12d3e9e3cdf33cc26d62 (diff)
downloadRoughlyEnoughItems-54f120195a63dbc145b74485e410abcd4c5acdf4.tar.gz
RoughlyEnoughItems-54f120195a63dbc145b74485e410abcd4c5acdf4.tar.bz2
RoughlyEnoughItems-54f120195a63dbc145b74485e410abcd4c5acdf4.zip
Merge branch '1.14-dev' into 1.14
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/ClientHelper.java')
-rw-r--r--src/main/java/me/shedaniel/rei/api/ClientHelper.java10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/ClientHelper.java b/src/main/java/me/shedaniel/rei/api/ClientHelper.java
index e0fbfbed3..fe33ddc64 100644
--- a/src/main/java/me/shedaniel/rei/api/ClientHelper.java
+++ b/src/main/java/me/shedaniel/rei/api/ClientHelper.java
@@ -81,22 +81,20 @@ public interface ClientHelper {
/**
* Gets the mod from an item
*
- * @param item
+ * @param item the item to find
* @return the mod name
*/
String getModFromItem(Item item);
/**
* Tries to delete the player's cursor item
- *
- * @return whether it failed
*/
void sendDeletePacket();
/**
* Gets the formatted mod from an item
*
- * @param item
+ * @param item the item to find
* @return the mod name with blue and italic formatting
*/
String getFormattedModFromItem(Item item);
@@ -104,7 +102,7 @@ public interface ClientHelper {
/**
* Gets the formatted mod from an identifier
*
- * @param identifier
+ * @param identifier the identifier to find
* @return the mod name with blue and italic formatting
*/
String getFormattedModFromIdentifier(Identifier identifier);
@@ -112,7 +110,7 @@ public interface ClientHelper {
/**
* Gets the mod from an identifier
*
- * @param identifier
+ * @param identifier the identifier to find
* @return the mod name
*/
String getModFromIdentifier(Identifier identifier);