Package net.minecraft.data.loot
Class FishingLootTables
- java.lang.Object
-
- net.minecraft.data.loot.FishingLootTables
-
- All Implemented Interfaces:
java.util.function.Consumer<java.util.function.BiConsumer<ResourceLocation,LootTable.Builder>>
public class FishingLootTables extends java.lang.Object implements java.util.function.Consumer<java.util.function.BiConsumer<ResourceLocation,LootTable.Builder>>
-
-
Field Summary
Fields Modifier and Type Field Description static ILootCondition.IBuilder
IN_BAMBOO_JUNGLE
static ILootCondition.IBuilder
IN_BAMBOO_JUNGLE_HILLS
static ILootCondition.IBuilder
IN_JUNGLE
static ILootCondition.IBuilder
IN_JUNGLE_EDGE
static ILootCondition.IBuilder
IN_JUNGLE_HILLS
static ILootCondition.IBuilder
IN_MODIFIED_JUNGLE
static ILootCondition.IBuilder
IN_MODIFIED_JUNGLE_EDGE
-
Constructor Summary
Constructors Constructor Description FishingLootTables()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(java.util.function.BiConsumer<ResourceLocation,LootTable.Builder> p_accept_1_)
-
-
-
Field Detail
-
IN_JUNGLE
public static final ILootCondition.IBuilder IN_JUNGLE
-
IN_JUNGLE_HILLS
public static final ILootCondition.IBuilder IN_JUNGLE_HILLS
-
IN_JUNGLE_EDGE
public static final ILootCondition.IBuilder IN_JUNGLE_EDGE
-
IN_BAMBOO_JUNGLE
public static final ILootCondition.IBuilder IN_BAMBOO_JUNGLE
-
IN_MODIFIED_JUNGLE
public static final ILootCondition.IBuilder IN_MODIFIED_JUNGLE
-
IN_MODIFIED_JUNGLE_EDGE
public static final ILootCondition.IBuilder IN_MODIFIED_JUNGLE_EDGE
-
IN_BAMBOO_JUNGLE_HILLS
public static final ILootCondition.IBuilder IN_BAMBOO_JUNGLE_HILLS
-
-
Method Detail
-
accept
public void accept(java.util.function.BiConsumer<ResourceLocation,LootTable.Builder> p_accept_1_)
- Specified by:
accept
in interfacejava.util.function.Consumer<java.util.function.BiConsumer<ResourceLocation,LootTable.Builder>>
-
-