yarn/mappings/net/minecraft/world/gen/structure/StructurePiece.mapping

30 lines
715 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS axr net/minecraft/world/gen/structure/StructurePiece
FIELD a orientation Lcu;
FIELD b mirror Lany;
FIELD c rotation Lapl;
FIELD l boundingBox Laxa;
METHOD a getCenterPos ()Lcn;
2016-10-13 10:14:09 -04:00
METHOD a translate (III)V
ARG 0 x
ARG 1 y
ARG 2 z
2016-10-18 11:31:59 -04:00
METHOD a deserialize (Laiw;Ldt;)V
ARG 0 world
ARG 1 tag
METHOD a generate (Laiw;Ljava/util/Random;Laxa;)Z
2016-10-13 10:14:09 -04:00
ARG 0 world
ARG 1 rand
ARG 2 region
2016-10-18 11:31:59 -04:00
METHOD a setOrientation (Lcu;)V
2016-10-13 10:14:09 -04:00
ARG 0 orientation
2016-10-18 11:31:59 -04:00
METHOD a serializeCustomData (Ldt;)V
ARG 0 tag
2016-10-18 11:31:59 -04:00
METHOD a (Ljava/util/List;Laxa;)Laxr;
ARG 0 pieces
ARG 1 region
METHOD b deserializeCustomData (Ldt;)V
ARG 0 tag
2016-10-18 11:31:59 -04:00
METHOD c serialize ()Ldt;
METHOD d getBoundingBox ()Laxa;
METHOD f getOrientation ()Lcu;