Skip to content

Commit

Permalink
fix getName/getDisplayName again
Browse files Browse the repository at this point in the history
  • Loading branch information
asiekierka committed Jan 9, 2019
1 parent d34871d commit c01541d
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ CLASS boc net/minecraft/block/entity/BarrelBlockEntity
METHOD b toTag (Lhs;)Lhs;
METHOD c isInvEmpty ()Z
METHOD f getInvStackList ()Lfh;
METHOD g getDefaultName ()Ljd;
METHOD g getName ()Ljd;
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ CLASS boh net/minecraft/block/entity/BlastFurnaceBlockEntity
METHOD a canPlayerUseInv (Lark;)Z
METHOD a getItemBurnTime (Laxd;)I
METHOD ab_ getCookTime ()I
METHOD g getDefaultName ()Ljd;
METHOD g getName ()Ljd;
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ CLASS bok net/minecraft/block/entity/BrewingStandBlockEntity
ARG 2 stack
METHOD b toTag (Lhs;)Lhs;
METHOD c isInvEmpty ()Z
METHOD g getDefaultName ()Ljd;
METHOD g getName ()Ljd;
METHOD h canCraft ()Z
METHOD s craft ()V
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ CLASS bom net/minecraft/block/entity/ChestBlockEntity
METHOD c isInvEmpty ()Z
METHOD c_ onInvClose (Lark;)V
METHOD f getInvStackList ()Lfh;
METHOD g getDefaultName ()Ljd;
METHOD g getName ()Ljd;
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ CLASS bor net/minecraft/block/entity/DispenserBlockEntity
METHOD b toTag (Lhs;)Lhs;
METHOD c isInvEmpty ()Z
METHOD f getInvStackList ()Lfh;
METHOD g getDefaultName ()Ljd;
METHOD g getName ()Ljd;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CLASS bos net/minecraft/block/entity/DropperBlockEntity
METHOD g getDefaultName ()Ljd;
METHOD g getName ()Ljd;
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ CLASS bov net/minecraft/block/entity/FurnaceBlockEntity
METHOD a createContainer (ILarj;)Latf;
METHOD a canPlayerUseInv (Lark;)Z
METHOD ab_ getCookTime ()I
METHOD g getDefaultName ()Ljd;
METHOD g getName ()Ljd;
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CLASS box net/minecraft/block/entity/HopperBlockEntity
ARG 1 cooldown
METHOD c getInputItemEntities (Lbow;)Ljava/util/List;
METHOD f getInvStackList ()Lfh;
METHOD g getDefaultName ()Ljd;
METHOD g getName ()Ljd;
METHOD h isEmpty ()Z
METHOD s isFull ()Z
METHOD t tryInsert ()Z
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
CLASS bod net/minecraft/block/entity/LockableContainerBlockEntity
FIELD a lock Lagb;
FIELD b customName Ljd;
METHOD a createContainer (ILarj;)Latf;
METHOD a fromTag (Lhs;)V
METHOD a setCustomName (Ljd;)V
METHOD b toTag (Lhs;)Lhs;
METHOD d getDisplayName ()Ljd;
METHOD g getDefaultName ()Ljd;
METHOD g getName ()Ljd;
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CLASS bpd net/minecraft/block/entity/ShulkerBoxBlockEntity
METHOD c isInvEmpty ()Z
METHOD c_ onInvClose (Lark;)V
METHOD f getInvStackList ()Lfh;
METHOD g getDefaultName ()Ljd;
METHOD g getName ()Ljd;
METHOD h updateAnimation ()V
METHOD s getAnimationStage ()Lbpd$a;
METHOD t getColor ()Lawa;
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ CLASS bpg net/minecraft/block/entity/SmokerBlockEntity
METHOD a canPlayerUseInv (Lark;)Z
METHOD a getItemBurnTime (Laxd;)I
METHOD ab_ getCookTime ()I
METHOD g getDefaultName ()Ljd;
METHOD g getName ()Ljd;

0 comments on commit c01541d

Please sign in to comment.