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

15 lines
387 B
Plaintext
Raw Normal View History

2019-02-21 13:19:18 -05:00
CLASS bmi net/minecraft/block/RailPlacementHelper
FIELD a world Lbdf;
2019-02-13 12:35:08 -05:00
FIELD b pos Les;
2019-02-21 13:19:18 -05:00
FIELD c block Lbia;
FIELD d state Lbre;
2018-12-27 09:45:55 -05:00
FIELD e allowCurves Z
FIELD f neighbors Ljava/util/List;
METHOD a getNeighbors ()Ljava/util/List;
2019-02-21 13:19:18 -05:00
METHOD a computeNeighbors (Lbsi;)V
2018-12-27 09:45:55 -05:00
ARG 1 shape
2019-02-21 13:19:18 -05:00
METHOD a updateBlockState (ZZ)Lbmi;
2019-01-24 11:08:22 -05:00
ARG 1 powered
ARG 2 forceUpdate
2019-02-21 13:19:18 -05:00
METHOD c getBlockState ()Lbre;