Uses of Class
net.minecraft.loot.StandaloneLootEntry.Builder
-
Packages that use StandaloneLootEntry.Builder Package Description net.minecraft.loot -
-
Uses of StandaloneLootEntry.Builder in net.minecraft.loot
Classes in net.minecraft.loot with type parameters of type StandaloneLootEntry.Builder Modifier and Type Class Description static classStandaloneLootEntry.Builder<T extends StandaloneLootEntry.Builder<T>>Subclasses of StandaloneLootEntry.Builder in net.minecraft.loot Modifier and Type Class Description (package private) static classStandaloneLootEntry.BuilderImplMethods in net.minecraft.loot that return StandaloneLootEntry.Builder Modifier and Type Method Description static StandaloneLootEntry.Builder<?>DynamicLootEntry. dynamicEntry(ResourceLocation p_216162_0_)static StandaloneLootEntry.Builder<?>EmptyLootEntry. emptyItem()static StandaloneLootEntry.Builder<?>TagLootEntry. expandTag(ITag<Item> p_216176_0_)static StandaloneLootEntry.Builder<?>ItemLootEntry. lootTableItem(IItemProvider p_216168_0_)static StandaloneLootEntry.Builder<?>TableLootEntry. lootTableReference(ResourceLocation p_216171_0_)static StandaloneLootEntry.Builder<?>StandaloneLootEntry. simpleBuilder(StandaloneLootEntry.ILootEntryBuilder p_216156_0_)
-