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

15 lines
443 B
Plaintext
Raw Normal View History

2019-04-18 17:01:39 -04:00
CLASS bvn net/minecraft/block/pattern/CachedBlockPosition
FIELD a world Lbhk;
2019-03-20 13:56:26 -04:00
FIELD b pos Lev;
2019-01-11 19:31:00 -05:00
FIELD c forceLoad Z
2019-04-18 17:01:39 -04:00
FIELD d state Lbvj;
FIELD e blockEntity Lbtm;
2019-01-11 19:31:00 -05:00
FIELD f cachedEntity Z
2019-04-18 17:01:39 -04:00
METHOD <init> (Lbhk;Lev;Z)V
2019-01-11 19:31:00 -05:00
ARG 2 pos
2019-04-18 17:01:39 -04:00
METHOD a getBlockState ()Lbvj;
2019-01-11 19:31:00 -05:00
METHOD a matchesBlockState (Ljava/util/function/Predicate;)Ljava/util/function/Predicate;
2019-04-18 17:01:39 -04:00
METHOD b getBlockEntity ()Lbtm;
METHOD c getWorld ()Lbhk;
2019-03-20 13:56:26 -04:00
METHOD d getBlockPos ()Lev;