yarn/mappings/net/minecraft/block/TallPlantBlock.mapping

17 lines
711 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_2320 net/minecraft/block/TallPlantBlock
FIELD field_10929 HALF Lnet/minecraft/class_2754;
2021-03-17 14:44:18 -04:00
METHOD method_10021 placeAt (Lnet/minecraft/class_1936;Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;I)V
ARG 1 world
ARG 2 state
ARG 3 pos
ARG 4 flags
2020-10-13 03:53:30 -04:00
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