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.IBuilderIN_BAMBOO_JUNGLEstatic ILootCondition.IBuilderIN_BAMBOO_JUNGLE_HILLSstatic ILootCondition.IBuilderIN_JUNGLEstatic ILootCondition.IBuilderIN_JUNGLE_EDGEstatic ILootCondition.IBuilderIN_JUNGLE_HILLSstatic ILootCondition.IBuilderIN_MODIFIED_JUNGLEstatic ILootCondition.IBuilderIN_MODIFIED_JUNGLE_EDGE
-
Constructor Summary
Constructors Constructor Description FishingLootTables()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(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:
acceptin interfacejava.util.function.Consumer<java.util.function.BiConsumer<ResourceLocation,LootTable.Builder>>
-
-