yarn/mappings/net/minecraft/world/loot/LootTableContext.mapping

15 lines
437 B
Plaintext
Raw Normal View History

2016-09-20 11:18:54 -04:00
CLASS none/bbk net/minecraft/world/loot/LootTableContext
CLASS none/bbk$a Builder
2016-09-14 18:43:52 -04:00
FIELD a world Lnone/lu;
METHOD <init> (Lnone/lu;)V
ARG 0 world
2016-09-20 11:18:54 -04:00
METHOD a build ()Lnone/bbk;
2016-09-14 18:43:52 -04:00
FIELD b world Lnone/lu;
2016-09-20 11:18:54 -04:00
FIELD c lootTableHandler Lnone/bbm;
2016-09-14 18:43:52 -04:00
FIELD g lootTables Ljava/util/Set;
2016-09-20 11:18:54 -04:00
METHOD a addLootTable (Lnone/bbj;)Z
2016-09-14 18:43:52 -04:00
ARG 0 lootTable
2016-09-20 11:18:54 -04:00
METHOD b removeLootTable (Lnone/bbj;)V
2016-09-14 18:43:52 -04:00
ARG 0 lootTable
2016-09-20 11:18:54 -04:00
METHOD e getLootTableHandler ()Lnone/bbm;