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

36 lines
1.0 KiB
Plaintext
Raw Normal View History

2019-04-03 12:16:41 -04:00
CLASS cis net/minecraft/structure/StructurePlacementData
FIELD a mirror Lbpl;
FIELD b rotation Lbql;
2019-03-20 13:56:26 -04:00
FIELD c position Lev;
2019-01-24 11:08:22 -05:00
FIELD d ignoreEntities Z
2019-04-03 12:16:41 -04:00
FIELD e chunkPosition Lbgj;
FIELD f boundingBox Lche;
2019-01-30 05:53:59 -05:00
FIELD g placeFluids Z
FIELD h random Ljava/util/Random;
2019-03-27 14:35:10 -04:00
FIELD k processors Ljava/util/List;
2019-04-03 12:16:41 -04:00
METHOD a copy ()Lcis;
METHOD a setChunkPosition (Lbgj;)Lcis;
2019-01-24 11:08:22 -05:00
ARG 1 chunkPosition
2019-04-03 12:16:41 -04:00
METHOD a setMirrored (Lbpl;)Lcis;
METHOD a setRotation (Lbql;)Lcis;
METHOD a setBoundingBox (Lche;)Lcis;
2019-01-24 11:08:22 -05:00
ARG 1 boundingBox
2019-04-03 12:16:41 -04:00
METHOD a addProcessor (Lcit;)Lcis;
2019-01-24 11:08:22 -05:00
ARG 1 processor
2019-04-03 12:16:41 -04:00
METHOD a setPosition (Lev;)Lcis;
2019-01-24 11:08:22 -05:00
ARG 1 position
2019-04-03 12:16:41 -04:00
METHOD a setRandom (Ljava/util/Random;)Lcis;
2019-01-30 05:53:59 -05:00
ARG 1 random
2019-04-03 12:16:41 -04:00
METHOD a setIgnoreEntities (Z)Lcis;
METHOD b clearProcessors ()Lcis;
METHOD b removeProcessor (Lcit;)Lcis;
2019-01-24 11:08:22 -05:00
ARG 1 processor
2019-03-20 13:56:26 -04:00
METHOD b getRandom (Lev;)Ljava/util/Random;
2019-01-30 05:53:59 -05:00
ARG 1 pos
2019-04-03 12:16:41 -04:00
METHOD c getMirror ()Lbpl;
METHOD d getRotation ()Lbql;
2019-03-20 13:56:26 -04:00
METHOD e getPosition ()Lev;
2019-03-27 14:35:10 -04:00
METHOD g shouldIgnoreEntities ()Z
METHOD j getProcessors ()Ljava/util/List;
METHOD l shouldPlaceFluids ()Z