block fixes (#1083)

This commit is contained in:
Yanis48 2020-02-05 17:27:59 +01:00 committed by GitHub
parent 1e96d04898
commit 5b3dea511f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 3 deletions

View File

@ -6,6 +6,11 @@ CLASS net/minecraft/class_4481 net/minecraft/block/BeehiveBlock
ARG 1 player
METHOD method_21840 addHoneyParticle (Lnet/minecraft/class_1937;DDDDD)V
ARG 1 world
ARG 2 minX
ARG 4 maxX
ARG 6 minZ
ARG 8 maxZ
ARG 10 height
METHOD method_21841 takeHoney (Lnet/minecraft/class_1937;Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;Lnet/minecraft/class_1657;Lnet/minecraft/class_4482$class_4484;)V
ARG 1 world
ARG 2 state
@ -21,6 +26,8 @@ CLASS net/minecraft/class_4481 net/minecraft/block/BeehiveBlock
METHOD method_21844 addHoneyParticle (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_265;D)V
ARG 1 world
ARG 2 pos
ARG 3 shape
ARG 4 height
METHOD method_23754 takeHoney (Lnet/minecraft/class_1937;Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;)V
ARG 1 world
ARG 2 state

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_2429 net/minecraft/block/ConnectedPlantBlock
CLASS net/minecraft/class_2429 net/minecraft/block/ConnectingBlock
FIELD field_11327 UP Lnet/minecraft/class_2746;
FIELD field_11328 WEST Lnet/minecraft/class_2746;
FIELD field_11329 FACING_PROPERTIES Ljava/util/Map;

View File

@ -0,0 +1,2 @@
CLASS net/minecraft/class_4275 net/minecraft/block/Stainable
METHOD method_10622 getColor ()Lnet/minecraft/class_1767;

View File

@ -1,2 +0,0 @@
CLASS net/minecraft/class_4275 net/minecraft/client/block/ColoredBlock
METHOD method_10622 getColor ()Lnet/minecraft/class_1767;