yarn/mappings/net/minecraft/structure/processor/StructureProcessorRule.mapping

12 lines
325 B
Plaintext
Raw Normal View History

2019-02-20 15:49:23 -05:00
CLASS ceo net/minecraft/structure/processor/StructureProcessorRule
FIELD a inputPredicate Lces;
FIELD b locationPredicate Lces;
FIELD c outputState Lbrd;
FIELD d tag Lhx;
METHOD a getOutputState ()Lbrd;
METHOD a test (Lbrd;Lbrd;Ljava/util/Random;)Z
2019-01-30 05:53:59 -05:00
ARG 1 input
ARG 2 location
ARG 3 random
2019-02-20 15:49:23 -05:00
METHOD b getTag ()Lhx;