Uses of Class
net.minecraft.loot.context.LootContextParameterSet.Builder
Packages that use LootContextParameterSet.Builder
-
Uses of LootContextParameterSet.Builder in net.minecraft.block
Methods in net.minecraft.block with parameters of type LootContextParameterSet.BuilderModifier and TypeMethodDescriptionAbstractBlock.AbstractBlockState.getDroppedStacks
(LootContextParameterSet.Builder builder) AbstractBlock.getDroppedStacks
(BlockState state, LootContextParameterSet.Builder builder) Returns the block's dropped item stacks.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. -
Uses of LootContextParameterSet.Builder in net.minecraft.loot.context
Methods in net.minecraft.loot.context that return LootContextParameterSet.BuilderModifier 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)