Uses of Class
net.minecraft.loot.entry.LootPoolEntry.Builder
| Package | Description |
|---|---|
| net.minecraft.data.server | |
| net.minecraft.loot | |
| net.minecraft.loot.entry | |
| net.minecraft.loot.function |
-
Uses of LootPoolEntry.Builder in net.minecraft.data.server
Methods in net.minecraft.data.server with parameters of type LootPoolEntry.Builder Modifier and Type Method Description private static LootTable.BuilderBlockLootTableGenerator. drops(Block drop, LootCondition.Builder conditionBuilder, LootPoolEntry.Builder<?> child)private static LootTable.BuilderBlockLootTableGenerator. dropsWithShears(Block drop, LootPoolEntry.Builder<?> child)private static LootTable.BuilderBlockLootTableGenerator. dropsWithSilkTouch(Block drop, LootPoolEntry.Builder<?> child)private static LootTable.BuilderBlockLootTableGenerator. dropsWithSilkTouchOrShears(Block drop, LootPoolEntry.Builder<?> child) -
Uses of LootPoolEntry.Builder in net.minecraft.loot
Methods in net.minecraft.loot with parameters of type LootPoolEntry.Builder Modifier and Type Method Description LootPool.BuilderLootPool.Builder. with(LootPoolEntry.Builder<?> entry) -
Uses of LootPoolEntry.Builder in net.minecraft.loot.entry
Classes in net.minecraft.loot.entry with type parameters of type LootPoolEntry.Builder Modifier and Type Class Description static classLootPoolEntry.Builder<T extends LootPoolEntry.Builder<T>>Subclasses of LootPoolEntry.Builder in net.minecraft.loot.entry Modifier and Type Class Description static classAlternativeEntry.Builderstatic classGroupEntry.Builder(package private) static classLeafEntry.BasicBuilderstatic classLeafEntry.Builder<T extends LeafEntry.Builder<T>>static classSequenceEntry.BuilderMethods in net.minecraft.loot.entry with parameters of type LootPoolEntry.Builder Modifier and Type Method Description AlternativeEntry.BuilderAlternativeEntry.Builder. alternatively(LootPoolEntry.Builder<?> builder)AlternativeEntry.BuilderLootPoolEntry.Builder. alternatively(LootPoolEntry.Builder<?> builder)static AlternativeEntry.BuilderAlternativeEntry. builder(LootPoolEntry.Builder<?>[] children)static GroupEntry.BuilderGroupEntry. create(LootPoolEntry.Builder<?>[] entries)static SequenceEntry.BuilderSequenceEntry. create(LootPoolEntry.Builder<?>[] entries)GroupEntry.BuilderGroupEntry.Builder. groupEntry(LootPoolEntry.Builder<?> entry)GroupEntry.BuilderLootPoolEntry.Builder. groupEntry(LootPoolEntry.Builder<?> entry)SequenceEntry.BuilderLootPoolEntry.Builder. sequenceEntry(LootPoolEntry.Builder<?> entry)SequenceEntry.BuilderSequenceEntry.Builder. sequenceEntry(LootPoolEntry.Builder<?> entry)Constructors in net.minecraft.loot.entry with parameters of type LootPoolEntry.Builder Constructor Description Builder(LootPoolEntry.Builder<?>[] children)Builder(LootPoolEntry.Builder<?>[] entries)Builder(LootPoolEntry.Builder<?>[] entries) -
Uses of LootPoolEntry.Builder in net.minecraft.loot.function
Methods in net.minecraft.loot.function with parameters of type LootPoolEntry.Builder Modifier and Type Method Description SetContentsLootFunction.BuilerSetContentsLootFunction.Builer. withEntry(LootPoolEntry.Builder<?> entryBuilder)