18w50a exploration 2 (#365)

This commit is contained in:
Tyler Hancock 2018-12-29 04:40:02 -07:00 committed by Adrian Siekierka
parent 982323081d
commit 34c0ed8cd5
24 changed files with 34 additions and 10 deletions

View File

@ -1,2 +0,0 @@
CLASS bqc
METHOD m asString ()Ljava/lang/String;

View File

@ -1,5 +0,0 @@
CLASS bql
FIELD a TOP Lbql;
FIELD b BOTTOM Lbql;
FIELD c name Ljava/lang/String;
METHOD m asString ()Ljava/lang/String;

View File

@ -0,0 +1,2 @@
CLASS bqc net/minecraft/block/enums/Attachment
METHOD m asString ()Ljava/lang/String;

View File

@ -1,2 +1,5 @@
CLASS bqj net/minecraft/block/enums/BlockHalf
CLASS bql net/minecraft/block/enums/BlockHalf
FIELD a TOP Lbql;
FIELD b BOTTOM Lbql;
FIELD c name Ljava/lang/String;
METHOD m asString ()Ljava/lang/String;

View File

@ -0,0 +1,2 @@
CLASS bqj net/minecraft/block/enums/DoubleBlockHalf
METHOD m asString ()Ljava/lang/String;

View File

@ -1,4 +1,4 @@
CLASS dga
CLASS dga net/minecraft/client/render/block/entity/BellBlockEntityRenderer
METHOD a render (Lbnq;DDDFI)V
ARG 1 entity
ARG 2 xOffset

View File

@ -0,0 +1 @@
CLASS cxx net/minecraft/client/render/block/entity/BellModel

View File

@ -192,6 +192,9 @@ CLASS agv net/minecraft/entity/Entity
METHOD al isUnaffectedByGravity ()Z
METHOD ao isFireImmune ()Z
METHOD ap isInsideWater ()Z
METHOD aq isInsideWaterOrRain ()Z
METHOD ar isTouchingWater ()Z
METHOD as isInsideWaterOrBubbleColumn ()Z
METHOD aw onSwimmingStart ()V
METHOD ax attemptSprintingParticles ()V
METHOD ay spawnSprintingParticles ()V
@ -307,7 +310,9 @@ CLASS agv net/minecraft/entity/Entity
METHOD m setCustomNameVisible (Z)V
METHOD n canStartRiding (Lagv;)Z
METHOD o addPassenger (Lagv;)V
METHOD p isBeingRainedOn ()Z
METHOD p removePassenger (Lagv;)V
METHOD q isInsideBubbleColumn ()Z
METHOD q canAddPassenger (Lagv;)Z
METHOD r isTeammate (Lagv;)Z
METHOD s isPartOf (Lagv;)Z

View File

@ -7,6 +7,7 @@ CLASS apd net/minecraft/entity/mob/BlazeEntity
FIELD c BLAZE_FLAGS Lpr;
METHOD D getAmbientSound ()Lxm;
METHOD I mobTick ()V
METHOD M_ checkLightLevelForSpawn ()Z
METHOD a setFireActive (Z)V
METHOD aA getLightmapCoordinates ()I
METHOD aX isOnFire ()Z

View File

@ -2,6 +2,7 @@ CLASS apk net/minecraft/entity/mob/EndermiteEntity
FIELD a lifeTime I
FIELD b playerSpawned Z
METHOD D getAmbientSound ()Lxm;
METHOD M_ checkLightLevelForSpawn ()Z
METHOD W_ update ()V
METHOD a canSpawn (Lbbq;Lahh;)Z
METHOD a playStepSound (Let;Lbpm;)V

View File

@ -11,6 +11,7 @@ CLASS app net/minecraft/entity/mob/GuardianEntity
METHOD <init> (Lagz;Lbbp;)V
ARG 1 type
METHOD D getAmbientSound ()Lxm;
METHOD M_ checkLightLevelForSpawn ()Z
METHOD a damage (Lage;F)Z
ARG 1 source
ARG 2 amount

View File

@ -1,6 +1,7 @@
CLASS apu net/minecraft/entity/mob/HostileEntity
METHOD <init> (Lagz;Lbbp;)V
ARG 1 type
METHOD M_ checkLightLevelForSpawn ()Z
METHOD W_ update ()V
METHOD a damage (Lage;F)Z
ARG 1 source

View File

@ -2,6 +2,7 @@ CLASS apy net/minecraft/entity/mob/PillagerEntity
FIELD bD inventory Lafx;
METHOD D getAmbientSound ()Lxm;
METHOD G cannotDespawn ()Z
METHOD M_ checkLightLevelForSpawn ()Z
METHOD N getLimitPerChunk ()I
METHOD a initEquipment (Lafn;)V
METHOD a attack (Lahe;F)V

View File

@ -7,6 +7,7 @@ CLASS aqc net/minecraft/entity/mob/SilverfishEntity
METHOD a canStart ()Z
METHOD e tick ()V
METHOD D getAmbientSound ()Lxm;
METHOD M_ checkLightLevelForSpawn ()Z
METHOD W_ update ()V
METHOD a damage (Lage;F)Z
ARG 1 source

View File

@ -19,5 +19,6 @@ CLASS awe net/minecraft/item/FoodItem
METHOD b getMaxUseTime (Lawo;)I
METHOD c getUseAction (Lawo;)Laya;
METHOD d isWolfFood ()Z
METHOD e setAlwaysConsumable ()Lawe;
METHOD e getHungerRestored (Lawo;)I
METHOD f getSaturationModifier (Lawo;)F

View File

@ -12,11 +12,13 @@ CLASS bqd net/minecraft/state/property/Properties
FIELD K FACING_HOPPER Lbqh;
FIELD L FACING_HORIZONTAL Lbqh;
FIELD M WALL_MOUNT_LOCAITON Lbqk;
FIELD N ATTACHMENT Lbqk;
FIELD O WIRE_CONNECTION_EAST Lbqk;
FIELD P WIRE_CONNECTION_NORTH Lbqk;
FIELD Q WIRE_CONNECTION_SOUTH Lbqk;
FIELD R WIRE_CONNECTION_WEST Lbqk;
FIELD S DOOR_HALF Lbqk;
FIELD S DOUBLE_BLOCK_HALF Lbqk;
FIELD T BLOCK_HALF Lbqk;
FIELD U RAIL_SHAPE Lbqk;
FIELD V RAIL_SHAPE_STRAIGHT Lbqk;
FIELD W AGE_1 Lbqm;

View File

@ -50,6 +50,7 @@ CLASS et net/minecraft/util/math/BlockPos
ARG 1 y
ARG 2 z
METHOD a set (Lagv;)Let$a;
METHOD b getEntityPos (Lagv;)Let$b;
METHOD c set (DDD)Let$a;
METHOD c set (Lagv;)Let$b;
METHOD c setOffset (Ley;)Let$a;

View File

@ -305,3 +305,5 @@ CLASS bbp net/minecraft/world/World
METHOD w isReceivingRedstonePower (Let;)Z
METHOD x getReceivedRedstonePower (Let;)I
METHOD y setSpawnPos (Let;)V
METHOD z hasRain (Let;)Z
ARG 1 pos

View File

@ -0,0 +1 @@
CLASS buv net/minecraft/world/gen/features/village/DesertVillageData

View File

@ -0,0 +1 @@
CLASS ccf net/minecraft/world/gen/features/village/PillagerVillageData

View File

@ -0,0 +1 @@
CLASS bxf net/minecraft/world/gen/features/village/PlainsVillageData

View File

@ -0,0 +1 @@
CLASS bxt net/minecraft/world/gen/features/village/SavannaVillageData

View File

@ -0,0 +1 @@
CLASS byg net/minecraft/world/gen/features/village/SnowyVillageData

View File

@ -0,0 +1 @@
CLASS byt net/minecraft/world/gen/features/village/TaigaVillageData