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

42 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-03-14 08:57:09 -04:00
CLASS buc net/minecraft/block/pattern/BlockPattern
CLASS buc$a net/minecraft/block/pattern/BlockPattern$BlockStateCacheLoader
FIELD a world Lbgb;
FIELD b forceLoad Z
2019-03-14 08:57:09 -04:00
CLASS buc$b net/minecraft/block/pattern/BlockPattern$Result
FIELD a frontTopLeft Leu;
FIELD b forwards Lez;
FIELD c up Lez;
FIELD d cache Lcom/google/common/cache/LoadingCache;
FIELD e width I
FIELD f height I
FIELD g depth I
2019-03-14 08:57:09 -04:00
METHOD a getFrontTopLeft ()Leu;
METHOD a translate (III)Lbub;
METHOD b getForwards ()Lez;
METHOD c getUp ()Lez;
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
2019-03-14 08:57:09 -04:00
METHOD a searchAround (Lbgb;Leu;)Lbuc$b;
2018-11-04 07:22:38 -05:00
ARG 1 world
2019-03-14 08:57:09 -04:00
METHOD a makeCache (Lbgb;Z)Lcom/google/common/cache/LoadingCache;
2017-05-13 02:02:51 -04:00
ARG 0 world
ARG 1 forceLoad
2019-03-14 08:57:09 -04:00
METHOD a translate (Leu;Lez;Lez;III)Leu;
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
2019-03-14 08:57:09 -04:00
METHOD a testTransform (Leu;Lez;Lez;Lcom/google/common/cache/LoadingCache;)Lbuc$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