History - net.minecraft.world.level.storage.loot.LootContext

25w18a

Names

fat

fbo

Fields

Set<LootContext$VisitedEntry<?>>: d, visitedElements, field_927, activeEntries, f_278466_

Set<LootContext$VisitedEntry<?>>: d, visitedElements, field_927

RandomSource: b, random, field_923, random, f_78907_

RandomSource: b, random, field_923

LootParams: a, params, field_44881, worldContext, f_78914_

LootParams: a, params, field_44881

HolderGetter$Provider: c, lootDataResolver, field_44490, lookup, f_278421_

HolderGetter$Provider: c, lootDataResolver, field_44490

Constructors

Methods

float (): c, getLuck, method_302, getLuck, m_78945_

float (): c, getLuck, method_302

boolean (ContextKey<?>): a, hasParameter, method_300, hasParameter, m_356450_

boolean (ContextKey<?>): a, hasParameter, method_300

void (ResourceLocation, Consumer<ItemStack>): a, addDynamicDrops, method_297, drop, m_78942_

void (ResourceLocation, Consumer<ItemStack>): a, addDynamicDrops, method_297

ServerLevel (): d, getLevel, method_299, getWorld, m_78952_

ServerLevel (): d, getLevel, method_299

<T> T (ContextKey<T>): b, getParameter, method_35508, getOrThrow, m_354277_

<T> T (ContextKey<T>): b, getParameter, method_35508

RandomSource (): b, getRandom, method_294, getRandom, m_230907_

RandomSource (): b, getRandom, method_294

boolean (LootContext$VisitedEntry<?>): a, hasVisitedElement, method_51184, isActive, m_278628_

boolean (LootContext$VisitedEntry<?>): a, hasVisitedElement, method_51184

boolean (LootContext$VisitedEntry<?>): b, pushVisitedElement, method_298, markActive, m_278759_

boolean (LootContext$VisitedEntry<?>): b, pushVisitedElement, method_298

void (LootContext$VisitedEntry<?>): c, popVisitedElement, method_295, markInactive, m_278639_

void (LootContext$VisitedEntry<?>): c, popVisitedElement, method_295

LootContext$VisitedEntry<LootTable> (LootTable): a, createVisitedEntry, method_51185, table, m_278811_

LootContext$VisitedEntry<LootTable> (LootTable): a, createVisitedEntry, method_51185

LootContext$VisitedEntry<LootItemCondition> (LootItemCondition): a, createVisitedEntry, method_51187, predicate, m_278785_

LootContext$VisitedEntry<LootItemCondition> (LootItemCondition): a, createVisitedEntry, method_51187

LootContext$VisitedEntry<LootItemFunction> (LootItemFunction): a, createVisitedEntry, method_51186, itemModifier, m_278853_

LootContext$VisitedEntry<LootItemFunction> (LootItemFunction): a, createVisitedEntry, method_51186

HolderGetter$Provider (): a, getResolver, method_51183, getLookup, m_278643_

HolderGetter$Provider (): a, getResolver, method_51183

<T> T (ContextKey<T>): c, getOptionalParameter, method_65013, get, m_352997_

<T> T (ContextKey<T>): c, getOptionalParameter, method_65013

1.21.5

Names

evs

fat

Fields

Constructors

Methods

1.21.4

Names

ewp

evs

Fields

Constructors

Methods

<T> T (ContextKey<T>): b, getParameter, method_35508, requireParameter, m_354277_

<T> T (ContextKey<T>): b, getParameter, method_35508, getOrThrow, m_354277_

1.21.3

Names

err

ewp

Fields

LootParams: a, params, field_44881, parameters, f_78914_

LootParams: a, params, field_44881, worldContext, f_78914_

Constructors

Methods

boolean (LootContextParam<?>): a, hasParam, method_300, hasParameter, m_78936_

boolean (ContextKey<?>): a, hasParameter, method_300, hasParameter, m_356450_

<T> T (LootContextParam<T>): c, getParamOrNull, method_296, get, m_78953_

<T> T (LootContextParam<T>): b, getParam, method_35508, requireParameter, m_165124_

<T> T (ContextKey<T>): b, getParameter, method_35508, requireParameter, m_354277_

<T> T (ContextKey<T>): c, getOptionalParameter, method_65013, get, m_352997_

1.21.1

Names

Fields

Constructors

Methods

1.21

Names

eqk

err

Fields

Constructors

Methods

1.20.6

Names

egw

eqk

Fields

LootDataResolver: c, lootDataResolver, field_44490, dataLookup, f_278421_

HolderGetter$Provider: c, lootDataResolver, field_44490, lookup, f_278421_

Constructors

(LootParams, RandomSource, LootDataResolver)

(LootParams, RandomSource, HolderGetter$Provider)

Methods

LootDataResolver (): a, getResolver, method_51183, getDataLookup, m_278643_

HolderGetter$Provider (): a, getResolver, method_51183, getLookup, m_278643_

1.20.4

Names

ecq

egw

Fields

Constructors

Methods

1.20.2

Names

dzk

ecq

Fields

Constructors

Methods

1.20.1

Names

dyr

dzk

Fields

float: b, luck, field_926, luck, f_78908_

Set<LootTable>: e, visitedTables, field_927, activeTables, f_78911_

Set<LootContext$VisitedEntry<?>>: d, visitedElements, field_927, activeEntries, f_278466_

ServerLevel: c, level, field_928, world, f_78909_

Map<LootContextParam<?>, Object>: h, params, field_925, parameters, f_78914_

Map<ResourceLocation, LootContext$DynamicDrop>: i, dynamicDrops, field_929, drops, f_78915_

Function<ResourceLocation, LootTable>: d, lootTables, field_924, tableGetter, f_78910_

Function<ResourceLocation, LootItemCondition>: f, conditions, field_20750, conditionGetter, f_78912_

Set<LootItemCondition>: g, visitedConditions, field_20751, conditions, f_78913_

RandomSource: a, random, field_923, random, f_78907_

RandomSource: b, random, field_923, random, f_78907_

LootParams: a, params, field_44881, parameters, f_78914_

LootDataResolver: c, lootDataResolver, field_44490, dataLookup, f_278421_

Constructors

(RandomSource, float, ServerLevel, Function<ResourceLocation, LootTable>, Function<ResourceLocation, LootItemCondition>, Map<LootContextParam<?>, Object>, Map<ResourceLocation, LootContext$DynamicDrop>)

(LootParams, RandomSource, LootDataResolver)

Methods

boolean (LootTable): a, addVisitedTable, method_298, markActive, m_78934_

void (LootTable): b, removeVisitedTable, method_295, markInactive, m_78946_

float (): b, getLuck, method_302, getLuck, m_78945_

float (): c, getLuck, method_302, getLuck, m_78945_

ServerLevel (): c, getLevel, method_299, getWorld, m_78952_

ServerLevel (): d, getLevel, method_299, getWorld, m_78952_

boolean (LootItemCondition): a, addVisitedCondition, method_22555, addCondition, m_78938_

void (LootItemCondition): b, removeVisitedCondition, method_22557, removeCondition, m_78948_

LootTable (ResourceLocation): a, getLootTable, method_22556, getTable, m_78940_

LootItemCondition (ResourceLocation): b, getCondition, method_22558, getCondition, m_78950_

RandomSource (): a, getRandom, method_294, getRandom, m_230907_

RandomSource (): b, getRandom, method_294, getRandom, m_230907_

boolean (LootContext$VisitedEntry<?>): a, hasVisitedElement, method_51184, isActive, m_278628_

boolean (LootContext$VisitedEntry<?>): b, pushVisitedElement, method_298, markActive, m_278759_

void (LootContext$VisitedEntry<?>): c, popVisitedElement, method_295, markInactive, m_278639_

LootDataResolver (): a, getResolver, method_51183, getDataLookup, m_278643_

LootContext$VisitedEntry<LootTable> (LootTable): a, createVisitedEntry, method_51185, table, m_278811_

LootContext$VisitedEntry<LootItemCondition> (LootItemCondition): a, createVisitedEntry, method_51187, predicate, m_278785_

LootContext$VisitedEntry<LootItemFunction> (LootItemFunction): a, createVisitedEntry, method_51186, itemModifier, m_278853_

1.19.4

Names

dvr

dyr

Fields

Constructors

Methods

1.19.3

Names

dsd

dvr

Fields

Constructors

Methods

1.19.2

Names

Fields

Constructors

Methods

1.19.1

Names

drg

dsd

Fields

Constructors

Methods

1.19

Names

dlc

drg

Fields

Random: a, random, field_923, random, f_78907_

RandomSource: a, random, field_923, random, f_78907_

Constructors

(Random, float, ServerLevel, Function<ResourceLocation, LootTable>, Function<ResourceLocation, LootItemCondition>, Map<LootContextParam<?>, Object>, Map<ResourceLocation, LootContext$DynamicDrop>)

(RandomSource, float, ServerLevel, Function<ResourceLocation, LootTable>, Function<ResourceLocation, LootItemCondition>, Map<LootContextParam<?>, Object>, Map<ResourceLocation, LootContext$DynamicDrop>)

Methods

Random (): a, getRandom, method_294, getRandom, m_78933_

RandomSource (): a, getRandom, method_294, getRandom, m_230907_

1.18.2

Names

dka

dlc

Fields

Constructors

Methods

1.18.1

Names

Fields

Constructors

Methods

1.18

Names

dip

dka

Fields

Constructors

Methods

1.17.1

Names

Fields

Constructors

Methods

1.17

Names

cyv

dip

net.minecraft.loot.LootContext

net.minecraft.src.C_2811_

Fields

float: b, luck, field_926, luck, field_186498_a

float: b, luck, field_926, luck, f_78908_

Set<LootTable>: e, visitedTables, field_927, activeTables, field_186504_g

Set<LootTable>: e, visitedTables, field_927, activeTables, f_78911_

Random: a, random, field_923, random, field_216035_a

Random: a, random, field_923, random, f_78907_

ServerLevel: c, level, field_928, world, field_186499_b

ServerLevel: c, level, field_928, world, f_78909_

Map<LootContextParam<?>, Object>: h, params, field_925, parameters, field_216036_f

Map<LootContextParam<?>, Object>: h, params, field_925, parameters, f_78914_

Map<ResourceLocation, LootContext$DynamicDrop>: i, dynamicDrops, field_929, drops, field_216037_g

Map<ResourceLocation, LootContext$DynamicDrop>: i, dynamicDrops, field_929, drops, f_78915_

Function<ResourceLocation, LootTable>: d, lootTables, field_924, tableGetter, field_186500_c

Function<ResourceLocation, LootTable>: d, lootTables, field_924, tableGetter, f_78910_

Function<ResourceLocation, LootItemCondition>: f, conditions, field_20750, conditionGetter, field_227499_f_

Function<ResourceLocation, LootItemCondition>: f, conditions, field_20750, conditionGetter, f_78912_

Set<LootItemCondition>: g, visitedConditions, field_20751, conditions, field_227500_g_

Set<LootItemCondition>: g, visitedConditions, field_20751, conditions, f_78913_

Constructors

Methods

boolean (LootTable): a, addVisitedTable, method_298, markActive, func_186496_a

boolean (LootTable): a, addVisitedTable, method_298, markActive, m_78934_

void (LootTable): b, removeVisitedTable, method_295, markInactive, func_186490_b

void (LootTable): b, removeVisitedTable, method_295, markInactive, m_78946_

float (): b, getLuck, method_302, getLuck, func_186491_f

float (): b, getLuck, method_302, getLuck, m_78945_

boolean (LootContextParam<?>): a, hasParam, method_300, hasParameter, func_216033_a

boolean (LootContextParam<?>): a, hasParam, method_300, hasParameter, m_78936_

void (ResourceLocation, Consumer<ItemStack>): a, addDynamicDrops, method_297, drop, func_216034_a

void (ResourceLocation, Consumer<ItemStack>): a, addDynamicDrops, method_297, drop, m_78942_

<T> T (LootContextParam<T>): c, getParamOrNull, method_296, get, func_216031_c

<T> T (LootContextParam<T>): c, getParamOrNull, method_296, get, m_78953_

Random (): a, getRandom, method_294, getRandom, func_216032_b

Random (): a, getRandom, method_294, getRandom, m_78933_

ServerLevel (): c, getLevel, method_299, getWorld, func_202879_g

ServerLevel (): c, getLevel, method_299, getWorld, m_78952_

boolean (LootItemCondition): a, addVisitedCondition, method_22555, addCondition, func_227501_a_

boolean (LootItemCondition): a, addVisitedCondition, method_22555, addCondition, m_78938_

void (LootItemCondition): b, removeVisitedCondition, method_22557, removeCondition, func_227503_b_

void (LootItemCondition): b, removeVisitedCondition, method_22557, removeCondition, m_78948_

LootTable (ResourceLocation): a, getLootTable, method_22556, getSupplier, func_227502_a_

LootTable (ResourceLocation): a, getLootTable, method_22556, getTable, m_78940_

LootItemCondition (ResourceLocation): b, getCondition, method_22558, getCondition, func_227504_b_

LootItemCondition (ResourceLocation): b, getCondition, method_22558, getCondition, m_78950_

<T> T (LootContextParam<T>): b, getParam, method_35508, requireParameter, m_165124_

1.16.5

Names

Fields

Constructors

Methods

1.16.4

Names

cys

cyv

Fields

Constructors

Methods

1.16.3

Names

Fields

Constructors

Methods

1.16.2

Names

dat

cys

Fields

Constructors

Methods

1.16.1

Names

crx

dat

net.minecraft.world.storage.loot.LootContext

net.minecraft.loot.LootContext

Fields

Set<LootTable>: e, visitedTables, field_927, suppliers, field_186504_g

Set<LootTable>: e, visitedTables, field_927, activeTables, field_186504_g

Function<ResourceLocation, LootTable>: d, lootTables, field_924, supplierGetter, field_186500_c

Function<ResourceLocation, LootTable>: d, lootTables, field_924, tableGetter, field_186500_c

Constructors

Methods

boolean (LootTable): a, addVisitedTable, method_298, addDrop, func_186496_a

boolean (LootTable): a, addVisitedTable, method_298, markActive, func_186496_a

void (LootTable): b, removeVisitedTable, method_295, removeDrop, func_186490_b

void (LootTable): b, removeVisitedTable, method_295, markInactive, func_186490_b

1.15.2

Names

cru

crx

Fields

Constructors

Methods

1.15.1

Names

Fields

Constructors

Methods

1.15

Names

coy

cru

Fields

LootTables: d, lootTables, field_924, manager, field_186500_c

Map<LootContextParam<?>, Object>: f, params, field_925, parameters, field_216036_f

Map<LootContextParam<?>, Object>: h, params, field_925, parameters, field_216036_f

Map<ResourceLocation, LootContext$DynamicDrop>: g, dynamicDrops, field_929, drops, field_216037_g

Map<ResourceLocation, LootContext$DynamicDrop>: i, dynamicDrops, field_929, drops, field_216037_g

Function<ResourceLocation, LootTable>: d, lootTables, field_924, supplierGetter, field_186500_c

Function<ResourceLocation, LootItemCondition>: f, conditions, field_20750, conditionGetter, field_227499_f_

Set<LootItemCondition>: g, visitedConditions, field_20751, conditions, field_227500_g_

Constructors

(Random, float, ServerLevel, LootTables, Map<LootContextParam<?>, Object>, Map<ResourceLocation, LootContext$DynamicDrop>)

(Random, float, ServerLevel, Function<ResourceLocation, LootTable>, Function<ResourceLocation, LootItemCondition>, Map<LootContextParam<?>, Object>, Map<ResourceLocation, LootContext$DynamicDrop>)

Methods

LootTables (): a, getLootTables, method_301, getLootManager, func_186497_e

float (): c, getLuck, method_302, getLuck, func_186491_f

float (): b, getLuck, method_302, getLuck, func_186491_f

Random (): b, getRandom, method_294, getRandom, func_216032_b

Random (): a, getRandom, method_294, getRandom, func_216032_b

ServerLevel (): d, getLevel, method_299, getWorld, func_202879_g

ServerLevel (): c, getLevel, method_299, getWorld, func_202879_g

boolean (LootItemCondition): a, addVisitedCondition, method_22555, addCondition, func_227501_a_

void (LootItemCondition): b, removeVisitedCondition, method_22557, removeCondition, func_227503_b_

LootTable (ResourceLocation): a, getLootTable, method_22556, getSupplier, func_227502_a_

LootItemCondition (ResourceLocation): b, getCondition, method_22558, getCondition, func_227504_b_

1.14.4

Names

cos

coy

net.minecraft.world.level.storage.loot.LootContext

net.minecraft.world.loot.context.LootContext

net.minecraft.loot.context.LootContext

Fields

float: b, field_926, luck, field_186498_a

float: b, luck, field_926, luck, field_186498_a

LootManager: d, field_924, manager, field_186500_c

LootTables: d, lootTables, field_924, manager, field_186500_c

Set<LootSupplier>: e, field_927, suppliers, field_186504_g

Set<LootTable>: e, visitedTables, field_927, suppliers, field_186504_g

Random: a, field_923, random, field_216035_a

Random: a, random, field_923, random, field_216035_a

ServerWorld: c, field_928, world, field_186499_b

ServerLevel: c, level, field_928, world, field_186499_b

Map<LootContextParameter<?>, Object>: f, field_925, parameters, field_216036_f

Map<LootContextParam<?>, Object>: f, params, field_925, parameters, field_216036_f

Map<Identifier, LootContext$Dropper>: g, field_929, drops, field_216037_g

Map<ResourceLocation, LootContext$DynamicDrop>: g, dynamicDrops, field_929, drops, field_216037_g

Constructors

Methods

boolean (LootSupplier): a, method_298, addDrop, func_186496_a

boolean (LootTable): a, addVisitedTable, method_298, addDrop, func_186496_a

void (LootSupplier): b, method_295, removeDrop, func_186490_b

void (LootTable): b, removeVisitedTable, method_295, removeDrop, func_186490_b

LootManager (): a, method_301, getLootManager, func_186497_e

LootTables (): a, getLootTables, method_301, getLootManager, func_186497_e

float (): c, method_302, getLuck, func_186491_f

float (): c, getLuck, method_302, getLuck, func_186491_f

boolean (LootContextParameter<?>): a, method_300, hasParameter, func_216033_a

boolean (LootContextParam<?>): a, hasParam, method_300, hasParameter, func_216033_a

void (Identifier, Consumer<ItemStack>): a, method_297, drop, func_216034_a

void (ResourceLocation, Consumer<ItemStack>): a, addDynamicDrops, method_297, drop, func_216034_a

<T> T (LootContextParameter<T>): c, method_296, get, func_216031_c

<T> T (LootContextParam<T>): c, getParamOrNull, method_296, get, func_216031_c

Random (): b, method_294, getRandom, func_216032_b

Random (): b, getRandom, method_294, getRandom, func_216032_b

ServerWorld (): d, method_299, getWorld, func_202879_g

ServerLevel (): d, getLevel, method_299, getWorld, func_202879_g

1.14.3

Names

coo

cos

net.minecraft.world.loot.context.LootContext

Fields

float: b, field_926, field_186498_a

float: b, field_926, luck, field_186498_a

LootTableManager: d, field_924, field_186500_c

LootManager: d, field_924, manager, field_186500_c

Set<LootTable>: e, field_927, field_186504_g

Set<LootSupplier>: e, field_927, suppliers, field_186504_g

Random: a, field_923, field_216035_a

Random: a, field_923, random, field_216035_a

ServerWorld: c, field_928, field_186499_b

ServerWorld: c, field_928, world, field_186499_b

Map<LootParameter<?>, Object>: f, field_925, field_216036_f

Map<LootContextParameter<?>, Object>: f, field_925, parameters, field_216036_f

Map<ResourceLocation, LootContext$IDynamicDropProvider>: g, field_929, field_216037_g

Map<Identifier, LootContext$Dropper>: g, field_929, drops, field_216037_g

Constructors

Methods

boolean (LootTable): a, method_298, func_186496_a

boolean (LootSupplier): a, method_298, addDrop, func_186496_a

void (LootTable): b, method_295, func_186490_b

void (LootSupplier): b, method_295, removeDrop, func_186490_b

LootTableManager (): a, method_301, func_186497_e

LootManager (): a, method_301, getLootManager, func_186497_e

float (): c, method_302, func_186491_f

float (): c, method_302, getLuck, func_186491_f

boolean (LootParameter<?>): a, method_300, func_216033_a

boolean (LootContextParameter<?>): a, method_300, hasParameter, func_216033_a

void (ResourceLocation, Consumer<ItemStack>): a, method_297, func_216034_a

void (Identifier, Consumer<ItemStack>): a, method_297, drop, func_216034_a

<T> T (LootParameter<T>): c, method_296, func_216031_c

<T> T (LootContextParameter<T>): c, method_296, get, func_216031_c

Random (): b, method_294, func_216032_b

Random (): b, method_294, getRandom, func_216032_b

ServerWorld (): d, method_299, func_202879_g

ServerWorld (): d, method_299, getWorld, func_202879_g

1.14.2

Names

Fields

Constructors

Methods

1.14.1

Names

col

coo

Fields

Constructors

Methods

1.14

Names

ccr

col

net.minecraft.class_47

Fields

float: a, field_186498_a

float: b, field_926, field_186498_a

WorldServer: b, field_186499_b

LootTableManager: c, field_186500_c

LootTableManager: d, field_924, field_186500_c

Entity: d, field_186501_d

EntityPlayer: e, field_186502_e

DamageSource: f, field_186503_f

Set<LootTable>: h, field_186504_g

Set<LootTable>: e, field_927, field_186504_g

BlockPos: g, field_204316_g

Random: a, field_923, field_216035_a

ServerWorld: c, field_928, field_186499_b

Map<LootParameter<?>, Object>: f, field_925, field_216036_f

Map<ResourceLocation, LootContext$IDynamicDropProvider>: g, field_929, field_216037_g

Constructors

(float, WorldServer, LootTableManager, Entity, EntityPlayer, DamageSource, BlockPos)

(Random, float, ServerWorld, LootTableManager, Map<LootParameter<?>, Object>, Map<ResourceLocation, LootContext$IDynamicDropProvider>)

Methods

Entity (): a, func_186493_a

Entity (): b, func_186495_b

Entity (): c, func_186492_c

boolean (LootTable): a, func_186496_a

boolean (LootTable): a, method_298, func_186496_a

void (LootTable): b, func_186490_b

void (LootTable): b, method_295, func_186490_b

LootTableManager (): f, func_186497_e

LootTableManager (): a, method_301, func_186497_e

float (): g, func_186491_f

float (): c, method_302, func_186491_f

Entity (LootContext$EntityTarget): a, func_186494_a

BlockPos (): e, func_204315_e

WorldServer (): h, func_202879_g

boolean (LootParameter<?>): a, method_300, func_216033_a

void (ResourceLocation, Consumer<ItemStack>): a, method_297, func_216034_a

<T> T (LootParameter<T>): c, method_296, func_216031_c

Random (): b, method_294, func_216032_b

ServerWorld (): d, method_299, func_202879_g

1.13.2

Names

ccq

ccr

Fields

Constructors

Methods

1.13.1

Names

ccg

ccq

Fields

Constructors

Methods

1.13

Names

bft

ccg

Fields

Set<LootTable>: g, field_186504_g

Set<LootTable>: h, field_186504_g

BlockPos: g, field_204316_g

Constructors

(float, WorldServer, LootTableManager, Entity, EntityPlayer, DamageSource)

(float, WorldServer, LootTableManager, Entity, EntityPlayer, DamageSource, BlockPos)

Methods

LootTableManager (): e, func_186497_e

LootTableManager (): f, func_186497_e

float (): f, func_186491_f

float (): g, func_186491_f

BlockPos (): e, func_204315_e

WorldServer (): h, func_202879_g

1.12.2

Names

Fields

Constructors

Methods

1.12.1

Names

bfr

bft

Fields

Constructors

Methods

1.12

Names

bcl

bfr

Fields

Constructors

Methods

1.11.2

Names

Fields

Constructors

Methods

1.11.1

Names

bcj

bcl

Fields

Constructors

Methods

1.11

Names

baq

bcj

Fields

Constructors

Methods

1.10.2

Names

Fields

Constructors

Methods

1.10

Names

azx

baq

Fields

Constructors

Methods

1.9.4

Names

azw

azx

Fields

Constructors

Methods

1.9.2

Names

azz

azw

Fields

Constructors

Methods

1.9

Names

azz

net.minecraft.world.storage.loot.LootContext

Fields

float: a, field_186498_a

WorldServer: b, field_186499_b

LootTableManager: c, field_186500_c

Entity: d, field_186501_d

EntityPlayer: e, field_186502_e

DamageSource: f, field_186503_f

Set<LootTable>: g, field_186504_g

Constructors

(float, WorldServer, LootTableManager, Entity, EntityPlayer, DamageSource)

Methods

Entity (): a, func_186493_a

Entity (): b, func_186495_b

Entity (): c, func_186492_c

boolean (LootTable): a, func_186496_a

void (LootTable): b, func_186490_b

LootTableManager (): e, func_186497_e

float (): f, func_186491_f

Entity (LootContext$EntityTarget): a, func_186494_a