Uses of Class
net.minecraft.loot.context.LootContextParameterSet.Builder
-
Uses of LootContextParameterSet.Builder in net.minecraft.block
Modifier and TypeMethodDescriptionAbstractBlock.AbstractBlockState.getDroppedStacks
(LootContextParameterSet.Builder builder) AbstractBlock.getDroppedStacks
(BlockState state, LootContextParameterSet.Builder builder) Deprecated.BeehiveBlock.getDroppedStacks
(BlockState state, LootContextParameterSet.Builder builder) Returns the block's dropped item stacks.DecoratedPotBlock.getDroppedStacks
(BlockState state, LootContextParameterSet.Builder builder) Returns the block's dropped item stacks.FluidBlock.getDroppedStacks
(BlockState state, LootContextParameterSet.Builder builder) Returns the block's dropped item stacks.PistonExtensionBlock.getDroppedStacks
(BlockState state, LootContextParameterSet.Builder builder) Returns the block's dropped item stacks.ShulkerBoxBlock.getDroppedStacks
(BlockState state, LootContextParameterSet.Builder builder) Returns the block's dropped item stacks.WallPlayerSkullBlock.getDroppedStacks
(BlockState state, LootContextParameterSet.Builder builder) Returns the block's dropped item stacks. -
Uses of LootContextParameterSet.Builder in net.minecraft.loot.context
Modifier and TypeMethodDescriptionLootContextParameterSet.Builder.add
(LootContextParameter<T> parameter, T value) LootContextParameterSet.Builder.addDynamicDrop
(Identifier id, LootContextParameterSet.DynamicDrop dynamicDrop) LootContextParameterSet.Builder.addOptional
(LootContextParameter<T> parameter, T value) LootContextParameterSet.Builder.luck
(float luck)
AbstractBlock.AbstractBlockState.getDroppedStacks(net.minecraft.loot.context.LootContextParameterSet.Builder)
instead.