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

15 lines
443 B
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS bqw net/minecraft/block/pattern/CachedBlockPosition
FIELD a world Lbcx;
2019-01-11 19:31:00 -05:00
FIELD b pos Let;
FIELD c forceLoad Z
2019-02-06 15:22:24 -05:00
FIELD d state Lbqs;
FIELD e blockEntity Lbow;
2019-01-11 19:31:00 -05:00
FIELD f cachedEntity Z
2019-02-06 15:22:24 -05:00
METHOD <init> (Lbcx;Let;Z)V
2019-01-11 19:31:00 -05:00
ARG 2 pos
2019-02-06 15:22:24 -05:00
METHOD a getBlockState ()Lbqs;
2019-01-11 19:31:00 -05:00
METHOD a matchesBlockState (Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
2019-02-06 15:22:24 -05:00
METHOD b getBlockEntity ()Lbow;
METHOD c getWorld ()Lbcx;
2019-01-11 19:31:00 -05:00
METHOD d getBlockPos ()Let;