Package net.minecraft.data.loot
Class FishingLootTables
java.lang.Object
net.minecraft.data.loot.FishingLootTables
- All Implemented Interfaces:
Consumer<BiConsumer<ResourceLocation,
LootTable.Builder>>
public class FishingLootTables
extends Object
implements Consumer<BiConsumer<ResourceLocation,LootTable.Builder>>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ILootCondition.IBuilder
static final ILootCondition.IBuilder
static final ILootCondition.IBuilder
static final ILootCondition.IBuilder
static final ILootCondition.IBuilder
static final ILootCondition.IBuilder
static final ILootCondition.IBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(BiConsumer<ResourceLocation, LootTable.Builder> p_accept_1_)
-
Field Details
-
IN_JUNGLE
-
IN_JUNGLE_HILLS
-
IN_JUNGLE_EDGE
-
IN_BAMBOO_JUNGLE
-
IN_MODIFIED_JUNGLE
-
IN_MODIFIED_JUNGLE_EDGE
-
IN_BAMBOO_JUNGLE_HILLS
-
-
Constructor Details
-
FishingLootTables
public FishingLootTables()
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<BiConsumer<ResourceLocation,
LootTable.Builder>>
-