yarn/mappings/net/minecraft/sortme/StructurePlacementData.mapping

28 lines
818 B
Plaintext
Raw Normal View History

2019-01-24 11:08:22 -05:00
CLASS cec net/minecraft/sortme/StructurePlacementData
FIELD a mirror Lbkw;
FIELD b rotation Lblw;
FIELD c position Let;
FIELD d ignoreEntities Z
FIELD e chunkPosition Lbbv;
FIELD f boundingBox Lccn;
FIELD l processors Ljava/util/List;
METHOD a copy ()Lcec;
METHOD a setChunkPosition (Lbbv;)Lcec;
ARG 1 chunkPosition
METHOD a setMirrored (Lbkw;)Lcec;
METHOD a setRotation (Lblw;)Lcec;
METHOD a setBoundingBox (Lccn;)Lcec;
ARG 1 boundingBox
METHOD a addProcessor (Lced;)Lcec;
ARG 1 processor
METHOD a setPosition (Let;)Lcec;
ARG 1 position
METHOD a setIgnoreEntities (Z)Lcec;
METHOD b clearProcessors ()Lcec;
METHOD b removeProcessor (Lced;)Lcec;
ARG 1 processor
METHOD c getMirror ()Lbkw;
METHOD d getRotation ()Lblw;
METHOD e getPosition ()Let;
METHOD k getProcessors ()Ljava/util/List;