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

15 lines
387 B
Plaintext
Raw Normal View History

2019-04-03 12:16:41 -04:00
CLASS bqc net/minecraft/block/RailPlacementHelper
FIELD a world Lbgw;
2019-03-20 13:56:26 -04:00
FIELD b pos Lev;
2019-04-03 12:16:41 -04:00
FIELD c block Lbls;
FIELD d state Lbuy;
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-04-03 12:16:41 -04:00
METHOD a computeNeighbors (Lbwc;)V
2018-12-27 09:45:55 -05:00
ARG 1 shape
2019-04-03 12:16:41 -04:00
METHOD a updateBlockState (ZZ)Lbqc;
2019-01-24 11:08:22 -05:00
ARG 1 powered
ARG 2 forceUpdate
2019-04-03 12:16:41 -04:00
METHOD c getBlockState ()Lbuy;