yarn/mappings/net/minecraft/block/pattern/BlockPattern.mapping

43 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS bpr net/minecraft/block/pattern/BlockPattern
CLASS bpr$a BlockStateCacheLoader
FIELD a world Lbbt;
FIELD b forceLoad Z
2018-12-12 12:12:26 -05:00
METHOD a load (Let;)Lbpq;
CLASS bpr$b Result
2018-11-27 13:50:51 -05:00
FIELD a frontTopLeft Let;
FIELD b forwards Ley;
FIELD c up Ley;
FIELD d cache Lcom/google/common/cache/LoadingCache;
FIELD e width I
FIELD f height I
FIELD g depth I
2018-11-27 13:50:51 -05:00
METHOD a getFrontTopLeft ()Let;
2018-12-12 12:12:26 -05:00
METHOD a translate (III)Lbpq;
2018-11-27 13:50:51 -05:00
METHOD b getForwards ()Ley;
METHOD c getUp ()Ley;
METHOD d getWidth ()I
METHOD e getHeight ()I
2018-11-03 09:58:30 -04:00
FIELD a pattern [[[Ljava/util/function/Predicate;
FIELD b depth I
FIELD c height I
FIELD d width I
METHOD a getDepth ()I
2018-12-12 12:12:26 -05:00
METHOD a searchAround (Lbbt;Let;)Lbpr$b;
2018-11-04 07:22:38 -05:00
ARG 1 world
2018-12-12 12:12:26 -05:00
METHOD a makeCache (Lbbt;Z)Lcom/google/common/cache/LoadingCache;
2017-05-13 02:02:51 -04:00
ARG 0 world
ARG 1 forceLoad
2018-11-27 13:50:51 -05:00
METHOD a translate (Let;Ley;Ley;III)Let;
2017-05-13 02:02:51 -04:00
ARG 0 pos
ARG 1 forwards
ARG 2 up
ARG 3 offsetLeft
ARG 4 offsetDown
ARG 5 offsetForwards
2018-12-12 12:12:26 -05:00
METHOD a testTransform (Let;Ley;Ley;Lcom/google/common/cache/LoadingCache;)Lbpr$b;
2018-11-04 07:22:38 -05:00
ARG 1 frontTopLeft
ARG 2 forwards
ARG 3 up
METHOD b getHeight ()I
METHOD c getWidth ()I