Uses of Class
net.minecraft.loot.LootContext.Builder
Packages that use LootContext.Builder
-
Uses of LootContext.Builder in net.minecraft.block
Methods in net.minecraft.block with parameters of type LootContext.BuilderModifier and TypeMethodDescriptionAbstractBlock.AbstractBlockState.getDrops(LootContext.Builder p_215693_1_) AbstractBlock.getDrops(BlockState p_220076_1_, LootContext.Builder p_220076_2_) Deprecated.BeehiveBlock.getDrops(BlockState p_220076_1_, LootContext.Builder p_220076_2_) FlowingFluidBlock.getDrops(BlockState p_220076_1_, LootContext.Builder p_220076_2_) MovingPistonBlock.getDrops(BlockState p_220076_1_, LootContext.Builder p_220076_2_) ShulkerBoxBlock.getDrops(BlockState p_220076_1_, LootContext.Builder p_220076_2_) SkullWallPlayerBlock.getDrops(BlockState p_220076_1_, LootContext.Builder p_220076_2_) -
Uses of LootContext.Builder in net.minecraft.entity
Methods in net.minecraft.entity that return LootContext.BuilderModifier and TypeMethodDescriptionprotected LootContext.BuilderLivingEntity.createLootContext(boolean p_213363_1_, DamageSource p_213363_2_) protected LootContext.BuilderMobEntity.createLootContext(boolean p_213363_1_, DamageSource p_213363_2_) -
Uses of LootContext.Builder in net.minecraft.loot
Methods in net.minecraft.loot that return LootContext.BuilderModifier and TypeMethodDescriptionLootContext.Builder.withDynamicDrop(ResourceLocation p_216017_1_, LootContext.IDynamicDropProvider p_216017_2_) LootContext.Builder.withLuck(float p_186469_1_) LootContext.Builder.withOptionalParameter(LootParameter<T> p_216021_1_, T p_216021_2_) LootContext.Builder.withOptionalRandomSeed(long p_216016_1_) LootContext.Builder.withOptionalRandomSeed(long p_216020_1_, Random p_216020_3_) LootContext.Builder.withParameter(LootParameter<T> p_216015_1_, T p_216015_2_) LootContext.Builder.withRandom(Random p_216023_1_)