first pass of fixes

This commit is contained in:
asie 2018-11-27 20:35:45 +01:00
parent 13ed3f8e2c
commit 5e77db1bf2
43 changed files with 43 additions and 42 deletions

View File

@ -1,4 +1,4 @@
CLASS bes net/minecraft/block/BannerBaseBlock
CLASS bes net/minecraft/block/AbstractBannerBlock
FIELD b color Lauk;
METHOD a canMobSpawnInside ()Z
METHOD a createBlockEntity (Lazz;)Lbmk;

View File

@ -1,4 +1,4 @@
CLASS bfv net/minecraft/block/ButtonBaseBlock
CLASS bfv net/minecraft/block/AbstractButtonBlock
METHOD a getFaceShape (Lazz;Lboh;Let;Ley;)Lbog;
METHOD a getTickRate (Lbar;)I
METHOD a getBoundingShape (Lboh;Lazz;Let;)Lcks;

View File

@ -1,4 +1,4 @@
CLASS bfh net/minecraft/block/PressurePlateBaseBlock
CLASS bfh net/minecraft/block/AbstractPressurePlateBlock
METHOD a canMobSpawnInside ()Z
METHOD a getFaceShape (Lazz;Lboh;Let;Ley;)Lbog;
METHOD a getTickRate (Lbar;)I

View File

@ -1,4 +1,4 @@
CLASS bfi net/minecraft/block/RailBaseBlock
CLASS bfi net/minecraft/block/AbstractRailBlock
METHOD a getFaceShape (Lazz;Lboh;Let;Ley;)Lbog;
METHOD a isRail (Lban;Let;)Z
ARG 0 world

View File

@ -1,4 +1,4 @@
CLASS bgu net/minecraft/block/RedstoneGateBaseBlock
CLASS bgu net/minecraft/block/AbstractRedstoneGateBlock
METHOD a getPlacementState (Lats;)Lboh;
METHOD a getFaceShape (Lazz;Lboh;Let;Ley;)Lbog;
METHOD a onPlaced (Lban;Let;Lboh;Lago;Lavo;)V

View File

@ -1,4 +1,4 @@
CLASS bet net/minecraft/block/SkullBaseBlock
CLASS bet net/minecraft/block/AbstractSkullBlock
FIELD a type Lbkh$a;
METHOD a createBlockEntity (Lazz;)Lbmk;
METHOD a getFaceShape (Lazz;Lboh;Let;Ley;)Lbog;

View File

@ -1,4 +1,4 @@
CLASS boh net/minecraft/block/StateBlock
CLASS boh net/minecraft/block/BlockState
CLASS boh$a
FIELD a DIRECTIONS [Ley;
FIELD d luminance I

View File

@ -1 +0,0 @@
CLASS bkz net/minecraft/block/ButtonStoneBlock

View File

@ -1 +0,0 @@
CLASS bmb net/minecraft/block/ButtonWoodBlock

View File

@ -1,4 +1,4 @@
CLASS bgt net/minecraft/block/RailDetectorBlock
CLASS bgt net/minecraft/block/DetectorRailBlock
METHOD a getTickRate (Lbar;)I
METHOD a getWeakRedstonePower (Lboh;Lazz;Let;Ley;)I
ARG 1 state

View File

@ -1,4 +1,4 @@
CLASS bgq net/minecraft/block/ConnectedHorizontalBlock
CLASS bgq net/minecraft/block/HorizontalConnectedBlock
FIELD a NORTH Lboy;
FIELD b EAST Lboy;
FIELD c SOUTH Lboy;

View File

@ -1,4 +1,4 @@
CLASS bic net/minecraft/block/FacingHorizontalBlock
CLASS bic net/minecraft/block/HorizontalFacingBlock
METHOD a applyMirror (Lboh;Lbix;)Lboh;
ARG 1 state
METHOD a applyRotation (Lboh;Lbjx;)Lboh;

View File

@ -1,4 +1,4 @@
CLASS bjg net/minecraft/block/SkullPlayerBlock
CLASS bjg net/minecraft/block/PlayerSkullBlock
METHOD a onPlaced (Lban;Let;Lboh;Lago;Lavo;)V
ARG 1 world
ARG 2 pos

View File

@ -1,4 +1,4 @@
CLASS bjk net/minecraft/block/RailPoweredBlock
CLASS bjk net/minecraft/block/PoweredRailBlock
METHOD a applyMirror (Lboh;Lbix;)Lboh;
ARG 1 state
METHOD a applyRotation (Lboh;Lbjx;)Lboh;

View File

@ -1,4 +1,4 @@
CLASS bez net/minecraft/block/BannerStandingBlock
CLASS bez net/minecraft/block/StandingBannerBlock
METHOD a getPlacementState (Lats;)Lboh;
METHOD a getBoundingShape (Lboh;Lazz;Let;)Lcks;
ARG 1 state

View File

@ -1,4 +1,4 @@
CLASS bkw net/minecraft/block/SignStandingBlock
CLASS bkw net/minecraft/block/StandingSignBlock
METHOD a getPlacementState (Lats;)Lboh;
METHOD a canPlaceAt (Lboh;Lbar;Let;)Z
ARG 1 world

View File

@ -0,0 +1 @@
CLASS bkz net/minecraft/block/StoneButtonBlock

View File

@ -1,4 +1,4 @@
CLASS blk net/minecraft/block/ChestTrappedBlock
CLASS blk net/minecraft/block/TrappedChestBlock
METHOD a createBlockEntity (Lazz;)Lbmk;
METHOD a getWeakRedstonePower (Lboh;Lazz;Let;Ley;)I
ARG 1 state

View File

@ -1,4 +1,4 @@
CLASS blp net/minecraft/block/BannerWallBlock
CLASS blp net/minecraft/block/WallBannerBlock
METHOD a getPlacementState (Lats;)Lboh;
METHOD a getBoundingShape (Lboh;Lazz;Let;)Lcks;
ARG 1 state

View File

@ -1,4 +1,4 @@
CLASS bjh net/minecraft/block/SkullPlayerWallBlock
CLASS bjh net/minecraft/block/WallPlayerSkullBlock
METHOD a onPlaced (Lban;Let;Lboh;Lago;Lavo;)V
ARG 1 world
ARG 2 pos

View File

@ -1,4 +1,4 @@
CLASS blr net/minecraft/block/SignWallBlock
CLASS blr net/minecraft/block/WallSignBlock
FIELD c FACING Lbpb;
METHOD a getPlacementState (Lats;)Lboh;
METHOD a getBoundingShape (Lboh;Lazz;Let;)Lcks;

View File

@ -1,4 +1,4 @@
CLASS bls net/minecraft/block/SkullWallBlock
CLASS bls net/minecraft/block/WallSkullBlock
METHOD a getPlacementState (Lats;)Lboh;
METHOD a getBoundingShape (Lboh;Lazz;Let;)Lcks;
ARG 1 state

View File

@ -1,4 +1,4 @@
CLASS bma net/minecraft/block/SkullWitherWallBlock
CLASS bma net/minecraft/block/WallWitherSkullBlock
METHOD a onPlaced (Lban;Let;Lboh;Lago;Lavo;)V
ARG 1 world
ARG 2 pos

View File

@ -1,4 +1,4 @@
CLASS blw net/minecraft/block/PressurePlateWeightedBlock
CLASS blw net/minecraft/block/WeightedPressurePlateBlock
METHOD a getTickRate (Lbar;)I
METHOD a setRedstoneOutput (Lboh;I)Lboh;
ARG 1 state

View File

@ -1,4 +1,4 @@
CLASS blz net/minecraft/block/SkullWitherBlock
CLASS blz net/minecraft/block/WitherSkullBlock
METHOD a onPlaced (Lban;Let;Lboh;Lago;Lavo;)V
ARG 1 world
ARG 2 pos

View File

@ -0,0 +1 @@
CLASS bmb net/minecraft/block/WoodButtonBlock

View File

@ -1,4 +1,4 @@
CLASS csc net/minecraft/client/gui/SimpleCommandBlockGui
CLASS csc net/minecraft/client/gui/AbstractCommandBlockGui
CLASS csc$1
METHOD a onPressed (DD)V
ARG 0 mouseX

View File

@ -1,4 +1,4 @@
CLASS csv
CLASS csv net/minecraft/client/gui/ingame/JigsawBlockGui
CLASS csv$1
METHOD a onPressed (DD)V
CLASS csv$2

View File

@ -1,4 +1,4 @@
CLASS cuh
CLASS cuh net/minecraft/client/gui/ingame/UpdateWorldGui
CLASS cuh$1
METHOD a onPressed (DD)V
ARG 0 mouseX

View File

@ -1,4 +1,4 @@
CLASS crj net/minecraft/client/gui/menu/OpenToLANGui
CLASS crj net/minecraft/client/gui/menu/OpenToLanGui
CLASS crj$1
METHOD a onPressed (DD)V
ARG 0 mouseX

View File

@ -1,4 +1,4 @@
CLASS cos net/minecraft/client/gui/widget/ListBaseWidget
CLASS cos net/minecraft/client/gui/widget/AbstractListWidget
FIELD a game Lcnd;
FIELD f width I
FIELD g height I

View File

@ -1,5 +1,5 @@
CLASS com net/minecraft/client/gui/widget/ListMultiWidget
CLASS com$a
CLASS com net/minecraft/client/gui/widget/EntryListWidget
CLASS com$a Entry
METHOD a drawEntry (IIIIZF)V
CLASS com$b
METHOD add (ILjava/lang/Object;)V

View File

@ -1,6 +1,7 @@
CLASS crz net/minecraft/sortme/KeyBindingGui
CLASS crz net/minecraft/client/gui/widget/KeyBindingListWidget
CLASS crz$a
METHOD a drawEntry (IIIIZF)V
CLASS crz$b Entry
CLASS crz$c
CLASS crz$c$1
METHOD a onPressed (DD)V

View File

@ -1,4 +1,4 @@
CLASS cop net/minecraft/client/gui/widget/ListVideoSettingsWidget
CLASS cop net/minecraft/client/gui/widget/VideoSettingsListWidget
CLASS cop$1
METHOD a onPressed (DD)V
ARG 0 mouseX

View File

@ -1,4 +1,4 @@
CLASS aom net/minecraft/entity/mob/SkeletonBaseEntity
CLASS aom net/minecraft/entity/mob/AbstractSkeletonEntity
CLASS aom$1
METHOD c start ()V
METHOD d onRemove ()V

View File

@ -1,4 +1,4 @@
CLASS awa net/minecraft/item/BowBaseItem
CLASS awa net/minecraft/item/BaseBowItem
METHOD a findArrowStack (Laqg;)Lavo;
METHOD c getEnchantability ()I
METHOD f isArrow (Lavo;)Z

View File

@ -1,4 +1,4 @@
CLASS aup net/minecraft/item/MapEmptyItem
CLASS aup net/minecraft/item/EmptyMapItem
METHOD a use (Lban;Laqg;Laey;)Lafb;
ARG 1 world
ARG 2 player

View File

@ -1,4 +1,4 @@
CLASS auq net/minecraft/item/BookEnchantedItem
CLASS auq net/minecraft/item/EnchantedBookItem
METHOD a addStacksForDisplay (Lauf;Lfh;)V
METHOD a isTool (Lavo;)Z
METHOD a addEnchantment (Lavo;Layt;)V

View File

@ -1,4 +1,4 @@
CLASS aur net/minecraft/item/GoldenAppleEnchantedItem
CLASS aur net/minecraft/item/EnchantedGoldenAppleItem
METHOD a onConsumed (Lavo;Lban;Laqg;)V
ARG 1 stack
ARG 2 world

View File

@ -1,4 +1,4 @@
CLASS avt net/minecraft/item/MapFilledItem
CLASS avt net/minecraft/item/FilledMapItem
METHOD a onUpdate (Lavo;Lban;Lagf;IZ)V
ARG 1 stack
ARG 2 world

View File

@ -1,5 +1,5 @@
CLASS avo net/minecraft/item/ItemStack
FIELD a AIR Lavo;
FIELD a EMPTY Lavo;
FIELD b MODIFIER_FORMAT Ljava/text/DecimalFormat;
FIELD c LOGGER Lorg/apache/logging/log4j/Logger;
FIELD d amount I

View File

@ -1,4 +1,4 @@
CLASS awp net/minecraft/item/ArrowSpectralItem
CLASS awp net/minecraft/item/SpectralArrowItem
METHOD a createEntityArrow (Lban;Lavo;Lago;)Laqk;
ARG 1 world
ARG 2 stack

View File

@ -1,4 +1,4 @@
CLASS awx net/minecraft/item/ArrowTippedItem
CLASS awx net/minecraft/item/TippedArrowItem
METHOD a addStacksForDisplay (Lauf;Lfh;)V
METHOD a addInformation (Lavo;Lban;Ljava/util/List;Lawy;)V
ARG 1 stack