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

15 lines
443 B
Plaintext
Raw Normal View History

2019-03-14 08:57:09 -04:00
CLASS bub net/minecraft/block/pattern/CachedBlockPosition
FIELD a world Lbgb;
FIELD b pos Leu;
2019-01-11 19:31:00 -05:00
FIELD c forceLoad Z
2019-03-14 08:57:09 -04:00
FIELD d state Lbtx;
FIELD e blockEntity Lbsa;
2019-01-11 19:31:00 -05:00
FIELD f cachedEntity Z
2019-03-14 08:57:09 -04:00
METHOD <init> (Lbgb;Leu;Z)V
2019-01-11 19:31:00 -05:00
ARG 2 pos
2019-03-14 08:57:09 -04:00
METHOD a getBlockState ()Lbtx;
2019-01-11 19:31:00 -05:00
METHOD a matchesBlockState (Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
2019-03-14 08:57:09 -04:00
METHOD b getBlockEntity ()Lbsa;
METHOD c getWorld ()Lbgb;
METHOD d getBlockPos ()Leu;