ItemProvider -> ItemConvertible, StringRepresentable -> SnakeCaseIdentifiable (#652)

* ItemProvider -> ItemConvertible, StringRepresentable -> EnumPropertyValue

Signed-off-by: liach <liach@users.noreply.github.com>

* Name it snake case identifiable instead

Signed-off-by: liach <liach@users.noreply.github.com>
This commit is contained in:
liach 2019-05-07 08:57:07 -07:00 committed by Modmuss50
parent 000b032f15
commit 1e43a50151
4 changed files with 4 additions and 4 deletions

View File

@ -0,0 +1,2 @@
CLASS bhg net/minecraft/item/ItemConvertible
METHOD g asItem ()Lbbv;

View File

@ -1,2 +0,0 @@
CLASS bhg net/minecraft/item/ItemProvider
METHOD g getItem ()Lbbv;

View File

@ -0,0 +1,2 @@
CLASS zx net/minecraft/util/SnakeCaseIdentifiable
METHOD m toSnakeCase ()Ljava/lang/String;

View File

@ -1,2 +0,0 @@
CLASS zx net/minecraft/util/StringRepresentable
METHOD m asString ()Ljava/lang/String;