Update Material mappings (#19)

* Update some Block mappings

Fields: friction
Methods: dropItems, dropStack, dropExperience
Parameters: fortune

Renamed EntityXPOrb to EntityExperienceOrb

* Update Material mappings

* Fix mixed-up PistonBehavior naming

* Rename Material PLANT_BLOCK to PLANT_CUBE
This commit is contained in:
copygirl 2016-08-19 14:11:29 +02:00 committed by Adrian Siekierka
parent 23e5364c74
commit 32d2438975
7 changed files with 81 additions and 13 deletions

View File

@ -1,13 +0,0 @@
CLASS none/ayo net/minecraft/block/Material
FIELD A CACTUS Lnone/ayo;
FIELD a AIR Lnone/ayo;
FIELD d WOOD Lnone/ayo;
FIELD e STONE Lnone/ayo;
FIELD f METAL Lnone/ayo;
FIELD h WATER Lnone/ayo;
FIELD i LAVA Lnone/ayo;
FIELD n CLOTH Lnone/ayo;
FIELD p SAND Lnone/ayo;
FIELD s GLASS Lnone/ayo;
FIELD w ICE Lnone/ayo;
METHOD r getMapColor ()Lnone/ayp;

View File

@ -0,0 +1,61 @@
CLASS none/ayo net/minecraft/block/material/Material
CLASS none/ayo$1
METHOD c isSolid ()Z
FIELD A CACTUS Lnone/ayo;
FIELD B OTHER Lnone/ayo;
FIELD C PLANT_CUBE Lnone/ayo;
FIELD D DRAGON_EGG Lnone/ayo;
FIELD E PORTAL Lnone/ayo;
FIELD F CAKE Lnone/ayo;
FIELD G WEB Lnone/ayo;
FIELD H PISTON Lnone/ayo;
FIELD I BARRIER Lnone/ayo;
FIELD J STRUCTURE_VOID Lnone/ayo;
FIELD K flammable Z
FIELD L replaceable Z
FIELD M transparent Z
FIELD N color Lnone/ayp;
FIELD O harvestable Z
FIELD P pistonBehavior Lnone/ayr;
FIELD a AIR Lnone/ayo;
FIELD b GRASS Lnone/ayo;
FIELD c DIRT Lnone/ayo;
FIELD d WOOD Lnone/ayo;
FIELD e STONE Lnone/ayo;
FIELD f METAL Lnone/ayo;
FIELD g ANVIL Lnone/ayo;
FIELD h WATER Lnone/ayo;
FIELD i LAVA Lnone/ayo;
FIELD j LEAVES Lnone/ayo;
FIELD k PLANT Lnone/ayo;
FIELD l PLANT_FLAMMABLE Lnone/ayo;
FIELD m SPONGE Lnone/ayo;
FIELD n CLOTH Lnone/ayo;
FIELD o FIRE Lnone/ayo;
FIELD p SAND Lnone/ayo;
FIELD q DECORATION Lnone/ayo;
FIELD r CARPET Lnone/ayo;
FIELD s GLASS Lnone/ayo;
FIELD t REDSTONE_LAMP Lnone/ayo;
FIELD u TNT Lnone/ayo;
FIELD w ICE Lnone/ayo;
FIELD x PACKED_ICE Lnone/ayo;
FIELD y SNOW_LAYER Lnone/ayo;
FIELD z SNOW Lnone/ayo;
METHOD <init> (Lnone/ayp;)V
ARG 0 color
METHOD a isFullBlock ()Z
METHOD c isSolid ()Z
METHOD d isLiquid ()Z
METHOD f setUnharvestable ()Lnone/ayo;
METHOD g setFlammable ()Lnone/ayo;
METHOD h getFlammable ()Z
METHOD i setReplaceable ()Lnone/ayo;
METHOD j getReplaceable ()Z
METHOD k isOpaque ()Z
METHOD l getHarvestable ()Z
METHOD m getPistonBehavior ()Lnone/ayr;
METHOD n setPistonBreakable ()Lnone/ayo;
METHOD o setPistonBlocking ()Lnone/ayo;
METHOD r getMapColor ()Lnone/ayp;
METHOD s setTransparent ()Lnone/ayo;

View File

@ -0,0 +1,3 @@
CLASS none/aym net/minecraft/block/material/MaterialAir
METHOD a isFullBlock ()Z
METHOD c isSolid ()Z

View File

@ -0,0 +1,6 @@
CLASS none/ayn net/minecraft/block/material/MaterialLiquid
METHOD <init> (Lnone/ayp;)V
ARG 0 color
METHOD a isFullBlock ()Z
METHOD c isSolid ()Z
METHOD d isLiquid ()Z

View File

@ -0,0 +1,3 @@
CLASS none/ayl net/minecraft/block/material/MaterialNonSolid
METHOD a isFullBlock ()Z
METHOD c isSolid ()Z

View File

@ -0,0 +1,3 @@
CLASS none/ayq net/minecraft/block/material/MaterialPortal
METHOD a isFullBlock ()Z
METHOD c isSolid ()Z

View File

@ -0,0 +1,5 @@
CLASS none/ayr net/minecraft/block/piston/PistonBehavior
FIELD a MOVE Lnone/ayr;
FIELD b BREAK Lnone/ayr;
FIELD c BLOCK Lnone/ayr;
FIELD d IGNORE Lnone/ayr;