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.Builder
BlockLootTableGenerator. drops(Block drop, LootCondition.Builder conditionBuilder, LootPoolEntry.Builder<?> child)
private static LootTable.Builder
BlockLootTableGenerator. dropsWithShears(Block drop, LootPoolEntry.Builder<?> child)
private static LootTable.Builder
BlockLootTableGenerator. dropsWithSilkTouch(Block drop, LootPoolEntry.Builder<?> child)
private static LootTable.Builder
BlockLootTableGenerator. 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.Builder
LootPool.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 class
LootPoolEntry.Builder<T extends LootPoolEntry.Builder<T>>
Subclasses of LootPoolEntry.Builder in net.minecraft.loot.entry Modifier and Type Class Description static class
AlternativeEntry.Builder
static class
GroupEntry.class_6153
(package private) static class
LeafEntry.BasicBuilder
static class
LeafEntry.Builder<T extends LeafEntry.Builder<T>>
static class
SequenceEntry.class_6152
Methods in net.minecraft.loot.entry with parameters of type LootPoolEntry.Builder Modifier and Type Method Description AlternativeEntry.Builder
AlternativeEntry.Builder. alternatively(LootPoolEntry.Builder<?> builder)
AlternativeEntry.Builder
LootPoolEntry.Builder. alternatively(LootPoolEntry.Builder<?> builder)
static AlternativeEntry.Builder
AlternativeEntry. builder(LootPoolEntry.Builder<?>[] children)
static SequenceEntry.class_6152
SequenceEntry. method_35511(LootPoolEntry.Builder<?>[] builder)
SequenceEntry.class_6152
LootPoolEntry.Builder. method_35513(LootPoolEntry.Builder<?> builder)
SequenceEntry.class_6152
SequenceEntry.class_6152. method_35513(LootPoolEntry.Builder<?> builder)
GroupEntry.class_6153
GroupEntry.class_6153. method_35514(LootPoolEntry.Builder<?> builder)
GroupEntry.class_6153
LootPoolEntry.Builder. method_35514(LootPoolEntry.Builder<?> builder)
static GroupEntry.class_6153
GroupEntry. method_35515(LootPoolEntry.Builder<?>[] builder)
Constructors in net.minecraft.loot.entry with parameters of type LootPoolEntry.Builder Constructor Description Builder(LootPoolEntry.Builder<?>[] children)
class_6152(LootPoolEntry.Builder<?>[] builder)
class_6153(LootPoolEntry.Builder<?>[] builder)
-
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.Builer
SetContentsLootFunction.Builer. withEntry(LootPoolEntry.Builder<?> entryBuilder)