Add mapping for method_30036 (#1798)

This commit is contained in:
Juuxel 2020-10-13 10:53:30 +03:00 committed by GitHub
parent 4895fbf31b
commit 2856e3c65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -4,3 +4,12 @@ CLASS net/minecraft/class_2320 net/minecraft/block/TallPlantBlock
ARG 1 world
ARG 2 pos
ARG 3 flags
METHOD method_30036 onBreakInCreative (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_1657;)V
COMMENT Destroys a bottom half of a tall double block (such as a plant or a door)
COMMENT without dropping an item when broken in creative.
COMMENT
COMMENT @see Block#onBreak(World, BlockPos, BlockState, PlayerEntity)
ARG 0 world
ARG 1 pos
ARG 2 state
ARG 3 player