This commit is contained in:
Runemoro 2019-04-16 10:12:45 -04:00 committed by Adrian Siekierka
parent 8a7db99717
commit 4365e0f69a
69 changed files with 62 additions and 62 deletions

View File

@ -1,4 +1,4 @@
CLASS dct net/minecraft/client/gui/widget/LevelListWidget
CLASS dct net/minecraft/client/gui/menu/LevelListWidget
CLASS dct$a LevelItem
FIELD b client Lcvb;
FIELD c screen Ldcs;

View File

@ -1,4 +1,4 @@
CLASS dbq net/minecraft/client/gui/widget/MultiplayerServerListWidget
CLASS dbq net/minecraft/client/gui/menu/MultiplayerServerListWidget
CLASS dbq$a Entry
CLASS dbq$c LanServerListEntry
FIELD a client Lcvb;

View File

@ -0,0 +1,2 @@
CLASS azn net/minecraft/item/AirBlockItem
FIELD a block Lbme;

View File

@ -1,4 +1,4 @@
CLASS azu net/minecraft/item/block/BannerItem
CLASS azu net/minecraft/item/BannerItem
METHOD <init> (Lbme;Lbme;Lbbp$a;)V
ARG 1 standingBlock
ARG 2 wallBlock

View File

@ -0,0 +1 @@
CLASS azw net/minecraft/item/BedItem

View File

@ -1,4 +1,4 @@
CLASS azx net/minecraft/item/block/BlockItem
CLASS azx net/minecraft/item/BlockItem
FIELD a block Lbme;
METHOD a place (Lazy;)Lagy;
METHOD a setBlockState (Lazy;Lbvc;)Z

View File

@ -0,0 +1 @@
CLASS bbl net/minecraft/item/CommandBlockItem

View File

@ -0,0 +1 @@
CLASS bdg net/minecraft/item/LilyPadItem

View File

@ -0,0 +1 @@
CLASS bck net/minecraft/item/ScaffoldingItem

View File

@ -0,0 +1 @@
CLASS bcp net/minecraft/item/SignItem

View File

@ -1,4 +1,4 @@
CLASS bce net/minecraft/item/block/SkullItem
CLASS bce net/minecraft/item/SkullItem
METHOD <init> (Lbme;Lbme;Lbbp$a;)V
ARG 1 standingBlock
ARG 2 wallBlock

View File

@ -0,0 +1 @@
CLASS baq net/minecraft/item/TallBlockItem

View File

@ -1,4 +1,4 @@
CLASS bcv net/minecraft/item/block/WallStandingBlockItem
CLASS bcv net/minecraft/item/WallStandingBlockItem
FIELD a wallBlock Lbme;
METHOD <init> (Lbme;Lbme;Lbbp$a;)V
ARG 1 standingBlock

View File

@ -1,2 +0,0 @@
CLASS azn net/minecraft/item/block/AirBlockItem
FIELD a block Lbme;

View File

@ -1 +0,0 @@
CLASS azw net/minecraft/item/block/BedItem

View File

@ -1 +0,0 @@
CLASS bbl net/minecraft/item/block/CommandBlockItem

View File

@ -1 +0,0 @@
CLASS bdg net/minecraft/item/block/LilyPadItem

View File

@ -1 +0,0 @@
CLASS bck net/minecraft/item/block/ScaffoldingItem

View File

@ -1 +0,0 @@
CLASS bcp net/minecraft/item/block/SignItem

View File

@ -1 +0,0 @@
CLASS baq net/minecraft/item/block/TallBlockItem

View File

@ -1,4 +1,4 @@
CLASS xk net/minecraft/server/config/BanEntry
CLASS xk net/minecraft/server/BanEntry
FIELD a DATE_FORMAT Ljava/text/SimpleDateFormat;
FIELD b creationDate Ljava/util/Date;
FIELD c source Ljava/lang/String;

View File

@ -1,4 +1,4 @@
CLASS xn net/minecraft/server/config/BannedIpEntry
CLASS xn net/minecraft/server/BannedIpEntry
METHOD <init> (Ljava/lang/String;Ljava/util/Date;Ljava/lang/String;Ljava/util/Date;Ljava/lang/String;)V
ARG 1 ip
ARG 2 created

View File

@ -1,4 +1,4 @@
CLASS xm net/minecraft/server/config/BannedIpList
CLASS xm net/minecraft/server/BannedIpList
METHOD a contains (Ljava/net/SocketAddress;)Z
METHOD b get (Ljava/net/SocketAddress;)Lxn;
METHOD c stringifyAddress (Ljava/net/SocketAddress;)Ljava/lang/String;

View File

@ -1,4 +1,4 @@
CLASS xv net/minecraft/server/config/BannedPlayerEntry
CLASS xv net/minecraft/server/BannedPlayerEntry
METHOD <init> (Lcom/mojang/authlib/GameProfile;Ljava/util/Date;Ljava/lang/String;Ljava/util/Date;Ljava/lang/String;)V
ARG 1 profile
ARG 2 created

View File

@ -1,2 +1,2 @@
CLASS xu net/minecraft/server/config/BannedPlayerList
CLASS xu net/minecraft/server/BannedPlayerList
METHOD a contains (Lcom/mojang/authlib/GameProfile;)Z

View File

@ -1,4 +1,4 @@
CLASS xr net/minecraft/server/config/OperatorEntry
CLASS xr net/minecraft/server/OperatorEntry
FIELD a permissionLevel I
FIELD b bypassPlayerLimit Z
METHOD <init> (Lcom/mojang/authlib/GameProfile;IZ)V

View File

@ -1,2 +1,2 @@
CLASS xq net/minecraft/server/config/OperatorList
CLASS xq net/minecraft/server/OperatorList
METHOD b isOp (Lcom/mojang/authlib/GameProfile;)Z

View File

@ -1,4 +1,4 @@
CLASS xs net/minecraft/server/config/ServerConfigEntry
CLASS xs net/minecraft/server/ServerConfigEntry
FIELD a object Ljava/lang/Object;
METHOD a serialize (Lcom/google/gson/JsonObject;)V
METHOD f isInvalid ()Z

View File

@ -1,4 +1,4 @@
CLASS xo net/minecraft/server/config/ServerConfigHandler
CLASS xo net/minecraft/server/ServerConfigHandler
CLASS xo$1
METHOD onProfileLookupFailed (Lcom/mojang/authlib/GameProfile;Ljava/lang/Exception;)V
ARG 1 profile

View File

@ -1,4 +1,4 @@
CLASS xt net/minecraft/server/config/ServerConfigList
CLASS xt net/minecraft/server/ServerConfigList
CLASS xt$a DeSerializer
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b GSON Lcom/google/gson/Gson;

View File

@ -0,0 +1 @@
CLASS xx net/minecraft/server/WhitelistEntry

View File

@ -0,0 +1 @@
CLASS xw net/minecraft/server/WhitelistList

View File

@ -1 +0,0 @@
CLASS xx net/minecraft/server/config/WhitelistEntry

View File

@ -1 +0,0 @@
CLASS xw net/minecraft/server/config/WhitelistList

View File

@ -1,4 +1,4 @@
CLASS chl net/minecraft/structure/generator/BuriedTreasureGenerator
CLASS chl net/minecraft/structure/BuriedTreasureGenerator
CLASS chl$a Piece
METHOD <init> (Lcix;Lib;)V
ARG 2 tag

View File

@ -0,0 +1,2 @@
CLASS chm net/minecraft/structure/DesertTempleGenerator
FIELD e hasPlacedChest [Z

View File

@ -0,0 +1,2 @@
CLASS cal net/minecraft/structure/DesertVillageData
METHOD a initialize ()V

View File

@ -1,4 +1,4 @@
CLASS chn net/minecraft/structure/generator/EndCityGenerator
CLASS chn net/minecraft/structure/EndCityGenerator
CLASS chn$a Piece
FIELD d template Ljava/lang/String;
FIELD e rotation Lbqp;

View File

@ -1,4 +1,4 @@
CLASS cho net/minecraft/structure/generator/IglooGenerator
CLASS cho net/minecraft/structure/IglooGenerator
CLASS cho$a Piece
FIELD d template Lqs;
FIELD e rotation Lbqp;

View File

@ -1,4 +1,4 @@
CLASS chp net/minecraft/structure/generator/JungleTempleGenerator
CLASS chp net/minecraft/structure/JungleTempleGenerator
CLASS chp$a
METHOD a (Ljava/util/Random;IIIZ)V
ARG 1 random

View File

@ -1,4 +1,4 @@
CLASS chr net/minecraft/structure/generator/MineshaftGenerator
CLASS chr net/minecraft/structure/MineshaftGenerator
CLASS chr$a MineshaftCorridor
FIELD b hasRails Z
FIELD c hasCobwebs Z

View File

@ -0,0 +1,2 @@
CLASS chs net/minecraft/structure/NetherFortressGenerator
CLASS chs$q Start

View File

@ -1,4 +1,4 @@
CLASS cht net/minecraft/structure/generator/OceanMonumentGenerator
CLASS cht net/minecraft/structure/OceanMonumentGenerator
CLASS cht$p Entry
CLASS cht$q Penthouse
CLASS cht$s SimpleRoom

View File

@ -1,4 +1,4 @@
CLASS chv net/minecraft/structure/generator/OceanTempleGenerator
CLASS chv net/minecraft/structure/OceanTempleGenerator
CLASS chv$a Piece
FIELD d biomeType Lchu$b;
FIELD e integrity F

View File

@ -1,4 +1,4 @@
CLASS chw net/minecraft/structure/generator/PillagerOutpostGenerator
CLASS chw net/minecraft/structure/PillagerOutpostGenerator
CLASS chw$a Piece
METHOD a addPieces (Lbwr;Lcix;Lev;Ljava/util/List;Lbyt;)V
ARG 0 chunkGenerator

View File

@ -0,0 +1,2 @@
CLASS ccu net/minecraft/structure/PlainsVillageData
METHOD a initialize ()V

View File

@ -0,0 +1,2 @@
CLASS cdi net/minecraft/structure/SavannaVillageData
METHOD a initialize ()V

View File

@ -1,4 +1,4 @@
CLASS chz net/minecraft/structure/generator/ShipwreckGenerator
CLASS chz net/minecraft/structure/ShipwreckGenerator
CLASS chz$a Piece
FIELD d rotation Lbqp;
FIELD e template Lqs;

View File

@ -0,0 +1,2 @@
CLASS cdv net/minecraft/structure/SnowyVillageData
METHOD a initialize ()V

View File

@ -1,4 +1,4 @@
CLASS cia net/minecraft/structure/generator/StrongholdGenerator
CLASS cia net/minecraft/structure/StrongholdGenerator
CLASS cia$a Door
CLASS cia$c FiveWayCrossing
FIELD a leftLow Z

View File

@ -1,4 +1,4 @@
CLASS cib net/minecraft/world/gen/feature/StructureFeatures
CLASS cib net/minecraft/structure/StructureFeatures
FIELD a MINESHAFT Lcec;
FIELD b PILLAGER_OUTPOST Lcec;
FIELD c FORTRESS Lcec;

View File

@ -0,0 +1,3 @@
CLASS cif net/minecraft/structure/SwampHutGenerator
FIELD e hasWitch Z
FIELD f hasCat Z

View File

@ -0,0 +1,2 @@
CLASS cei net/minecraft/structure/TaigaVillageData
METHOD a initialize ()V

View File

@ -1,4 +1,4 @@
CLASS cem net/minecraft/structure/generator/village/VillageGenerator
CLASS cem net/minecraft/structure/VillageGenerator
CLASS cem$a Piece
METHOD a addPieces (Lbwr;Lcix;Lev;Ljava/util/List;Lbyt;Lcek;)V
ARG 0 chunkGenerator

View File

@ -1,4 +1,4 @@
CLASS cih net/minecraft/structure/generator/WoodlandMansionGenerator
CLASS cih net/minecraft/structure/WoodlandMansionGenerator
CLASS cih$i Piece
FIELD d template Ljava/lang/String;
FIELD e rotation Lbqp;

View File

@ -1,2 +0,0 @@
CLASS chm net/minecraft/structure/generator/DesertTempleGenerator
FIELD e hasPlacedChest [Z

View File

@ -1,2 +0,0 @@
CLASS chs net/minecraft/structure/generator/NetherFortressGenerator
CLASS chs$q Start

View File

@ -1,3 +0,0 @@
CLASS cif net/minecraft/structure/generator/SwampHutGenerator
FIELD e hasWitch Z
FIELD f hasCat Z

View File

@ -1,2 +0,0 @@
CLASS cal net/minecraft/structure/generator/village/DesertVillageData
METHOD a initialize ()V

View File

@ -1,2 +0,0 @@
CLASS ccu net/minecraft/structure/generator/village/PlainsVillageData
METHOD a initialize ()V

View File

@ -1,2 +0,0 @@
CLASS cdi net/minecraft/structure/generator/village/SavannaVillageData
METHOD a initialize ()V

View File

@ -1,2 +0,0 @@
CLASS cdv net/minecraft/structure/generator/village/SnowyVillageData
METHOD a initialize ()V

View File

@ -1,2 +0,0 @@
CLASS cei net/minecraft/structure/generator/village/TaigaVillageData
METHOD a initialize ()V

View File

@ -1,4 +1,4 @@
CLASS bxf net/minecraft/util/palette/ArrayPalette
CLASS bxf net/minecraft/world/chunk/ArrayPalette
FIELD a idList Lfe;
FIELD b array [Ljava/lang/Object;
FIELD c resizeListener Lbxi;

View File

@ -1,4 +1,4 @@
CLASS bxa net/minecraft/util/palette/BiMapPalette
CLASS bxa net/minecraft/world/chunk/BiMapPalette
FIELD a idList Lfe;
FIELD b map Lzh;
FIELD c resizeHandler Lbxi;

View File

@ -1,4 +1,4 @@
CLASS bwz net/minecraft/util/palette/IdListPalette
CLASS bwz net/minecraft/world/chunk/IdListPalette
FIELD a idList Lfe;
FIELD b fallback Ljava/lang/Object;
METHOD <init> (Lfe;Ljava/lang/Object;)V

View File

@ -1,4 +1,4 @@
CLASS bxh net/minecraft/util/palette/Palette
CLASS bxh net/minecraft/world/chunk/Palette
METHOD a getPacketSize ()I
METHOD a getByIndex (I)Ljava/lang/Object;
ARG 1 index

View File

@ -1,4 +1,4 @@
CLASS bxi net/minecraft/util/palette/PaletteResizeListener
CLASS bxi net/minecraft/world/chunk/PaletteResizeListener
METHOD onResize (ILjava/lang/Object;)I
ARG 1 newSize
ARG 2 objectAdded

View File

@ -1,4 +1,4 @@
CLASS bxj net/minecraft/util/palette/PalettedContainer
CLASS bxj net/minecraft/world/chunk/PalettedContainer
FIELD a data Lze;
FIELD b fallbackPalette Lbxh;
FIELD c noOpPaletteResizeHandler Lbxi;