-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jadon Fowler <j@jadon.io>
- Loading branch information
Showing
108 changed files
with
320 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS cy net/minecraft/server/AchievementList |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
CLASS cz net/minecraft/server/AxiesAlignedBB | ||
METHOD e shrink (DDD)Lcz; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS kv net/minecraft/server/BlockFluids |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS cl net/minecraft/server/Container |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS mo net/minecraft/server/DataWatcher |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,84 @@ | ||
CLASS lq net/minecraft/server/Entity | ||
FIELD aG id I | ||
FIELD a entityCount I | ||
FIELD aJ passenger Llq; | ||
FIELD aK vehicle Llq; | ||
FIELD aL world Ldj; | ||
FIELD aM lastX D | ||
FIELD aN lastY D | ||
FIELD aO lastZ D | ||
FIELD aP locX D | ||
FIELD aQ locY D | ||
FIELD aR locZ D | ||
FIELD aS motX D | ||
FIELD aT motY D | ||
FIELD aU motZ D | ||
FIELD aV yaw F | ||
FIELD aW pitch F | ||
FIELD aX lastYaw F | ||
FIELD aY lastPitch F | ||
FIELD aZ boundingBox Lcz; | ||
FIELD bB noDamageTicks I | ||
FIELD bC airTicks I | ||
FIELD bD fireProof Z | ||
FIELD bE datawatcher Lmo; | ||
FIELD ba onGround Z | ||
FIELD bb positionChanged Z | ||
FIELD be velocityChanged Z | ||
FIELD bh dead Z | ||
FIELD bi height F | ||
FIELD bj length F | ||
FIELD bk width F | ||
FIELD bn fallDistance F | ||
FIELD bv random Ljava/util/Random; | ||
FIELD bw ticksLived I | ||
FIELD bx maxFireTicks I | ||
FIELD by fireTicks I | ||
FIELD bz maxAirTicks I | ||
FIELD c justCreated Z | ||
METHOD <init> (Ldj;)V | ||
ARG 1 world | ||
METHOD I ()D | ||
METHOD J die ()V | ||
METHOD a move (DDD)V | ||
ARG 1 d0 | ||
ARG 3 d1 | ||
ARG 5 d2 | ||
METHOD a (DZ)V | ||
ARG 1 d0 | ||
ARG 3 flag | ||
METHOD a burn (I)V | ||
ARG 1 i | ||
METHOD a (IZ)V | ||
ARG 1 i | ||
ARG 2 flag | ||
METHOD a (Lc;)V | ||
ARG 1 entityweatherstorm | ||
METHOD a spawnIn (Ldj;)V | ||
METHOD a (Lfy;F)Lez; | ||
ARG 1 itemstack | ||
METHOD a damageEntity (Llq;I)Z | ||
METHOD ah isSneaking ()Z | ||
METHOD b setLocation (DDDFF)V | ||
METHOD b mount (Llq;)V | ||
ARG 1 entity | ||
METHOD c setPosition (DDD)V | ||
ARG 1 d0 | ||
ARG 3 d1 | ||
ARG 5 d2 | ||
METHOD c setPositionRotation (DDDFF)V | ||
METHOD c (Liq;)Z | ||
ARG 1 nbttagcompound | ||
METHOD d (I)Z | ||
ARG 1 i | ||
METHOD e (Liq;)V | ||
ARG 1 nbttagcompound | ||
METHOD e setSneak (Z)V | ||
ARG 1 flag | ||
METHOD g (DDD)Z | ||
ARG 1 d0 | ||
ARG 3 d1 | ||
ARG 5 d2 | ||
METHOD h collide (Llq;)V | ||
METHOD i_ getEquipment ()[Lfy; | ||
METHOD m ()D |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS eb net/minecraft/server/EntityBoat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS hq net/minecraft/server/EntityFish |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
CLASS em net/minecraft/server/EntityHuman | ||
FIELD G hookedFish Lhq; | ||
FIELD a sleepTicks I | ||
FIELD i inventory Lfx; | ||
FIELD j defaultContainer Lcl; | ||
FIELD k activeContainer Lcl; | ||
FIELD r name Ljava/lang/String; | ||
FIELD s dimension I | ||
FIELD z sleeping Z | ||
METHOD M isDeeplySleeping ()Z | ||
METHOD N getBed ()Lay; | ||
METHOD a getBed (Ldj;Lay;)Lay; | ||
METHOD b receive (Llq;I)V |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
CLASS hl net/minecraft/server/EntityLiving | ||
FIELD H maxNoDamageTicks I | ||
FIELD R texture Ljava/lang/String; | ||
FIELD ab health I | ||
FIELD ad hurtTicks I | ||
FIELD ag deathTicks I | ||
FIELD ah attackTicks I | ||
FIELD ax lastDamage I | ||
METHOD L isSleeping ()Z | ||
METHOD a die (Llq;)V |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS pr net/minecraft/server/EntityMinecart |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS ep net/minecraft/server/EntityMonster |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS oc net/minecraft/server/EntityPig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS c net/minecraft/server/EntityWeatherStorm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
CLASS bw net/minecraft/server/EnumBadError | ||
FIELD b NOT_POSSIBLE_HERE Lbw; | ||
FIELD c NOT_POSSIBLE_NOW Lbw; | ||
FIELD d TOOD_FAR_AWAY Lbw; | ||
FIELD e OTHER_PROBLEM Lbw; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
CLASS bb net/minecraft/server/EnumToolMaterial | ||
FIELD a WOOD Lbb; | ||
FIELD b STONE Lbb; | ||
FIELD c IRON Lbb; | ||
FIELD d DIAMOND Lbb; | ||
FIELD e GOLD Lbb; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
CLASS pb net/minecraft/server/IBlockAccess | ||
METHOD a getTypeId (III)I | ||
METHOD c getData (III)I | ||
METHOD d getMaterial (III)Lhj; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CLASS fx net/minecraft/server/InventoryPlayer | ||
FIELD c itemInHandInex I | ||
METHOD b getItemInHand ()Lfy; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,143 @@ | ||
CLASS ej net/minecraft/server/Item | ||
FIELD A DIAMOND_AXE Lej; | ||
FIELD B STICK Lej; | ||
FIELD C BOWL Lej; | ||
FIELD D MUSHROOM_SOUP Lej; | ||
FIELD E GOLD_SWORD Lej; | ||
FIELD F GOLD_SPADE Lej; | ||
FIELD G GOLD_PICKAXE Lej; | ||
FIELD H GOLD_AXE Lej; | ||
FIELD I STRING Lej; | ||
FIELD J FEATHER Lej; | ||
FIELD K SULPHUR Lej; | ||
FIELD L WOOD_HOE Lej; | ||
FIELD M STONE_HOE Lej; | ||
FIELD N IRON_HOE Lej; | ||
FIELD O DIAMOND_HOE Lej; | ||
FIELD P GOLD_HOE Lej; | ||
FIELD Q SEEDS Lej; | ||
FIELD R WHEAT Lej; | ||
FIELD S BREAD Lej; | ||
FIELD T LEATHER_HELMET Lej; | ||
FIELD U LEATHER_CHESTPLATE Lej; | ||
FIELD V LEATHER_LEGGINGS Lej; | ||
FIELD W LEATHER_BOOTS Lej; | ||
FIELD X CHAINMAIL_HELMET Lej; | ||
FIELD Y CHAINMAIL_CHESTPLATE Lej; | ||
FIELD Z CHAINMAIL_LEGGINGS Lej; | ||
FIELD aA REDSTONE Lej; | ||
FIELD aB SNOW_BALL Lej; | ||
FIELD aC BOAT Lej; | ||
FIELD aD LEATHER Lej; | ||
FIELD aE MILK_BUCKET Lej; | ||
FIELD aF CLAY_BRICK Lej; | ||
FIELD aG CLAY_BALL Lej; | ||
FIELD aH SUGAR_CANE Lej; | ||
FIELD a durability I | ||
FIELD aI PAPER Lej; | ||
FIELD aJ BOOK Lej; | ||
FIELD aK SLIME_BALL Lej; | ||
FIELD aL STORAGE_MINECART Lej; | ||
FIELD aM POWERED_MINECART Lej; | ||
FIELD aN EGG Lej; | ||
FIELD aO COMPASS Lej; | ||
FIELD aP FISHING_ROD Lej; | ||
FIELD aQ WATCH Lej; | ||
FIELD aR GLOWSTONE_DUST Lej; | ||
FIELD aS RAW_FISH Lej; | ||
FIELD aT COOKED_FISH Lej; | ||
FIELD aU INK_SACK Lej; | ||
FIELD aV BONE Lej; | ||
FIELD aW SUGAR Lej; | ||
FIELD aX CAKE Lej; | ||
FIELD aY BED Lej; | ||
FIELD aZ DIODE Lej; | ||
FIELD aa CHAINMAIL_BOOTS Lej; | ||
FIELD ab IRON_HELMET Lej; | ||
FIELD ac IRON_CHESTPLATE Lej; | ||
FIELD ad IRON_LEGGINGS Lej; | ||
FIELD ae IRON_BOOTS Lej; | ||
FIELD af DIAMOND_HELMET Lej; | ||
FIELD ag DIAMOND_CHESTPLATE Lej; | ||
FIELD ah DIAMOND_LEGGINGS Lej; | ||
FIELD ai DIAMOND_BOOTS Lej; | ||
FIELD aj GOLD_HELMET Lej; | ||
FIELD ak GOLD_CHESTPLATE Lej; | ||
FIELD al GOLD_LEGGINGS Lej; | ||
FIELD am GOLD_BOOTS Lej; | ||
FIELD an FLINT Lej; | ||
FIELD ao PORK Lej; | ||
FIELD ap GRILLED_PORJ Lej; | ||
FIELD aq PAINTING Lej; | ||
FIELD ar GOLDEN_APPLE Lej; | ||
FIELD as SIGN Lej; | ||
FIELD at WOOD_DOOR Lej; | ||
FIELD au BUCKET Lej; | ||
FIELD av WATER_BUCKET Lej; | ||
FIELD aw LAVA_BUCKET Lej; | ||
FIELD ax MINECART Lej; | ||
FIELD ay SADDLE Lej; | ||
FIELD az IRON_DOOR Lej; | ||
FIELD ba COOKIE Lej; | ||
FIELD bb MAP Lol; | ||
FIELD bc SHEARS Las; | ||
FIELD bd GOLD_RECORD Lej; | ||
FIELD be GREEN_RECORD Lej; | ||
FIELD bf id I | ||
FIELD bg maxStackSize I | ||
FIELD bh textureId I | ||
FIELD bk craftingResult Lej; | ||
FIELD bl name Ljava/lang/String; | ||
FIELD c byId [Lej; | ||
FIELD d IRON_SPADE Lej; | ||
FIELD e IRON_PICKAXE Lej; | ||
FIELD f IRON_AXE Lej; | ||
FIELD g FLINT_AND_STEEL Lej; | ||
FIELD h APPLE Lej; | ||
FIELD i BOW Lej; | ||
FIELD j ARROW Lej; | ||
FIELD k COAL Lej; | ||
FIELD l DIAMOND Lej; | ||
FIELD m IRON_INGOT Lej; | ||
FIELD n GOLD_INGOT Lej; | ||
FIELD o IRON_SWORD Lej; | ||
FIELD p WOOD_SWORD Lej; | ||
FIELD q WOOD_SPADE Lej; | ||
FIELD r WOOD_PICKAXE Lej; | ||
FIELD s WOOD_AXE Lej; | ||
FIELD t STONE_SWORD Lej; | ||
FIELD u STONE_SPADE Lej; | ||
FIELD v STONE_PICKAXE Lej; | ||
FIELD w STONE_AXE Lej; | ||
FIELD x DIAMOND_SWORD Lej; | ||
FIELD y DIAMOND_SPADE Lej; | ||
FIELD z DIAMOND_PICKAXE Lej; | ||
METHOD <init> (I)V | ||
ARG 1 i | ||
METHOD a filterData (I)I | ||
ARG 1 i | ||
METHOD a (II)Lej; | ||
ARG 1 i | ||
ARG 2 j | ||
METHOD a (Lfy;Ldj;Lem;)Lfy; | ||
ARG 1 itemstack | ||
ARG 2 world | ||
ARG 3 entityhuman | ||
METHOD a (Lfy;Lem;Ldj;IIII)Z | ||
ARG 1 itemstack | ||
ARG 2 entityhuman | ||
ARG 3 world | ||
ARG 4 i | ||
ARG 5 j | ||
ARG 6 k | ||
ARG 7 l | ||
METHOD a (Lfy;Lna;)F | ||
ARG 1 itemstack | ||
ARG 2 block | ||
METHOD b (I)Lej; | ||
ARG 1 i | ||
METHOD c getMaxStackSize ()I | ||
METHOD c (I)Lej; | ||
ARG 1 i | ||
METHOD d (I)Lej; | ||
ARG 1 i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS nx net/minecraft/server/ItemArmor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS ly net/minecraft/server/ItemAxe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS hk net/minecraft/server/ItemBed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS ni net/minecraft/server/ItemBoat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS kj net/minecraft/server/ItemBow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS al net/minecraft/server/ItemBucket |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS lc net/minecraft/server/ItemCoal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS fg net/minecraft/server/ItemDoor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS gu net/minecraft/server/ItemDye |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS hx net/minecraft/server/ItemEgg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS bv net/minecraft/server/ItemFishingRod |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS pl net/minecraft/server/ItemFlintAndSteel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS px net/minecraft/server/ItemFood |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS gz net/minecraft/server/ItemHoe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS ks net/minecraft/server/ItemMinecart |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS ps net/minecraft/server/ItemPainting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS ah net/minecraft/server/ItemPickAxe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS mj net/minecraft/server/ItemRecord |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS fk net/minecraft/server/ItemRedstone |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS hn net/minecraft/server/ItemReed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS lg net/minecraft/server/ItemSaddle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS kr net/minecraft/server/ItemSeeds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS as net/minecraft/server/ItemShears |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS ng net/minecraft/server/ItemSign |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS cf net/minecraft/server/ItemSnowball |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS ny net/minecraft/server/ItemSpade |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS jw net/minecraft/server/ItemSword |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS ol net/minecraft/server/ItemWorldMap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
CLASS hj net/minecraft/server/Material | ||
FIELD d WOOD Lhj; | ||
METHOD a isBuildable ()Z | ||
METHOD b blocksLight ()Z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CLASS fq net/minecraft/server/MathHelper | ||
METHOD a sin (F)F | ||
METHOD b floor (D)I | ||
METHOD b cos (F)F |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS k net/minecraft/server/NBTBase |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CLASS iq net/minecraft/server/NBTTagCompound | ||
METHOD a setString (Ljava/lang/String;Ljava/lang/String;)V |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS lx net/minecraft/server/NBTTagDouble |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS lr net/minecraft/server/NBTTagList |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS ns net/minecraft/server/Statistic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
CLASS bu net/minecraft/server/StepSound | ||
METHOD a getVolume1 ()F | ||
METHOD b getVolume2 ()F | ||
METHOD c getName ()Ljava/lang/String; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS ak net/minecraft/server/TileEntityDispenser |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS ln net/minecraft/server/TileEntityFurnace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
CLASS ba net/minecraft/server/Vec3D | ||
METHOD b create (DDD)Lba; | ||
METHOD c add (DDD)Lba; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.