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

15 lines
387 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS bpa net/minecraft/block/RailPlacementHelper
FIELD a world Lbfx;
2019-03-14 08:57:09 -04:00
FIELD b pos Leu;
2019-03-14 11:39:51 -04:00
FIELD c block Lbks;
FIELD d state Lbtw;
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-03-14 11:39:51 -04:00
METHOD a computeNeighbors (Lbva;)V
2018-12-27 09:45:55 -05:00
ARG 1 shape
2019-03-14 11:39:51 -04:00
METHOD a updateBlockState (ZZ)Lbpa;
2019-01-24 11:08:22 -05:00
ARG 1 powered
ARG 2 forceUpdate
2019-03-14 11:39:51 -04:00
METHOD c getBlockState ()Lbtw;