Uses of Class
net.minecraft.loot.LootFunctionType
-
Packages that use LootFunctionType Package Description net.minecraft.loot.functions net.minecraft.util.registry -
-
Uses of LootFunctionType in net.minecraft.loot.functions
Fields in net.minecraft.loot.functions declared as LootFunctionType Modifier and Type Field Description static LootFunctionType
LootFunctionManager. APPLY_BONUS
static LootFunctionType
LootFunctionManager. COPY_NAME
static LootFunctionType
LootFunctionManager. COPY_NBT
static LootFunctionType
LootFunctionManager. COPY_STATE
static LootFunctionType
LootFunctionManager. ENCHANT_RANDOMLY
static LootFunctionType
LootFunctionManager. ENCHANT_WITH_LEVELS
static LootFunctionType
LootFunctionManager. EXPLORATION_MAP
static LootFunctionType
LootFunctionManager. EXPLOSION_DECAY
static LootFunctionType
LootFunctionManager. FILL_PLAYER_HEAD
static LootFunctionType
LootFunctionManager. FURNACE_SMELT
static LootFunctionType
LootFunctionManager. LIMIT_COUNT
static LootFunctionType
LootFunctionManager. LOOTING_ENCHANT
static LootFunctionType
LootFunctionManager. SET_ATTRIBUTES
static LootFunctionType
LootFunctionManager. SET_CONTENTS
static LootFunctionType
LootFunctionManager. SET_COUNT
static LootFunctionType
LootFunctionManager. SET_DAMAGE
static LootFunctionType
LootFunctionManager. SET_LOOT_TABLE
static LootFunctionType
LootFunctionManager. SET_LORE
static LootFunctionType
LootFunctionManager. SET_NAME
static LootFunctionType
LootFunctionManager. SET_NBT
static LootFunctionType
LootFunctionManager. SET_STEW_EFFECT
-
Uses of LootFunctionType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type LootFunctionType Modifier and Type Field Description static RegistryKey<Registry<LootFunctionType>>
Registry. LOOT_FUNCTION_REGISTRY
static Registry<LootFunctionType>
Registry. LOOT_FUNCTION_TYPE
-