Uses of Class
net.minecraft.world.level.storage.loot.LootParams.Builder
Packages that use LootParams.Builder
Package
Description
-
Uses of LootParams.Builder in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type LootParams.BuilderModifier and TypeMethodDescriptionBeehiveBlock.getDrops
(BlockState pState, LootParams.Builder pParams) DecoratedPotBlock.getDrops
(BlockState p_287683_, LootParams.Builder p_287582_) LiquidBlock.getDrops
(BlockState pState, LootParams.Builder pParams) ShulkerBoxBlock.getDrops
(BlockState pState, LootParams.Builder pParams) -
Uses of LootParams.Builder in net.minecraft.world.level.block.piston
Methods in net.minecraft.world.level.block.piston with parameters of type LootParams.BuilderModifier and TypeMethodDescriptionMovingPistonBlock.getDrops
(BlockState pState, LootParams.Builder pParams) -
Uses of LootParams.Builder in net.minecraft.world.level.block.state
Methods in net.minecraft.world.level.block.state with parameters of type LootParams.BuilderModifier and TypeMethodDescriptionBlockBehaviour.BlockStateBase.getDrops
(LootParams.Builder pLootParams) BlockBehaviour.getDrops
(BlockState pState, LootParams.Builder pParams) -
Uses of LootParams.Builder in net.minecraft.world.level.storage.loot
Methods in net.minecraft.world.level.storage.loot that return LootParams.BuilderModifier and TypeMethodDescriptionLootParams.Builder.withDynamicDrop
(ResourceLocation pName, LootParams.DynamicDrop pDynamicDrop) LootParams.Builder.withLuck
(float pLuck) LootParams.Builder.withOptionalParameter
(LootContextParam<T> pParameter, T pValue) LootParams.Builder.withParameter
(LootContextParam<T> pParameter, T pValue)