Complete plant block classes (#1954)

This commit is contained in:
enbrain 2021-01-23 02:39:24 +09:00 committed by GitHub
parent 85fa278887
commit 4581685b40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -1 +1,5 @@
CLASS net/minecraft/class_4864 net/minecraft/block/AbstractPlantBlock
METHOD method_25960 getStemHeadPos (Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Ljava/util/Optional;
ARG 1 world
ARG 2 pos
ARG 3 state

View File

@ -9,3 +9,5 @@ CLASS net/minecraft/class_4865 net/minecraft/block/AbstractPlantStemBlock
ARG 5 growthChance
METHOD method_24949 chooseStemState (Lnet/minecraft/class_2680;)Z
ARG 1 state
METHOD method_26376 getGrowthLength (Ljava/util/Random;)I
ARG 1 random