Uses of Class
net.minecraft.world.level.storage.loot.functions.LootItemFunctionType
Packages that use LootItemFunctionType
Package
Description
-
Uses of LootItemFunctionType in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type LootItemFunctionTypeModifier and TypeFieldDescriptionstatic final Registry<LootItemFunctionType>
BuiltInRegistries.LOOT_FUNCTION_TYPE
static final ResourceKey<Registry<LootItemFunctionType>>
Registries.LOOT_FUNCTION_TYPE
-
Uses of LootItemFunctionType in net.minecraft.world.level.storage.loot
Methods in net.minecraft.world.level.storage.loot that return LootItemFunctionType -
Uses of LootItemFunctionType in net.minecraft.world.level.storage.loot.functions
Fields in net.minecraft.world.level.storage.loot.functions declared as LootItemFunctionTypeModifier and TypeFieldDescriptionstatic final LootItemFunctionType
LootItemFunctions.APPLY_BONUS
static final LootItemFunctionType
LootItemFunctions.COPY_NAME
static final LootItemFunctionType
LootItemFunctions.COPY_NBT
static final LootItemFunctionType
LootItemFunctions.COPY_STATE
static final LootItemFunctionType
LootItemFunctions.ENCHANT_RANDOMLY
static final LootItemFunctionType
LootItemFunctions.ENCHANT_WITH_LEVELS
static final LootItemFunctionType
LootItemFunctions.EXPLORATION_MAP
static final LootItemFunctionType
LootItemFunctions.EXPLOSION_DECAY
static final LootItemFunctionType
LootItemFunctions.FILL_PLAYER_HEAD
static final LootItemFunctionType
LootItemFunctions.FURNACE_SMELT
static final LootItemFunctionType
LootItemFunctions.LIMIT_COUNT
static final LootItemFunctionType
LootItemFunctions.LOOTING_ENCHANT
static final LootItemFunctionType
LootItemFunctions.SET_ATTRIBUTES
static final LootItemFunctionType
LootItemFunctions.SET_BANNER_PATTERN
static final LootItemFunctionType
LootItemFunctions.SET_CONTENTS
static final LootItemFunctionType
LootItemFunctions.SET_COUNT
static final LootItemFunctionType
LootItemFunctions.SET_DAMAGE
static final LootItemFunctionType
LootItemFunctions.SET_ENCHANTMENTS
static final LootItemFunctionType
LootItemFunctions.SET_INSTRUMENT
static final LootItemFunctionType
LootItemFunctions.SET_LOOT_TABLE
static final LootItemFunctionType
LootItemFunctions.SET_LORE
static final LootItemFunctionType
LootItemFunctions.SET_NAME
static final LootItemFunctionType
LootItemFunctions.SET_NBT
static final LootItemFunctionType
LootItemFunctions.SET_POTION
static final LootItemFunctionType
LootItemFunctions.SET_STEW_EFFECT
Methods in net.minecraft.world.level.storage.loot.functions that return LootItemFunctionTypeModifier and TypeMethodDescriptionApplyBonusCount.getType()
ApplyExplosionDecay.getType()
CopyBlockState.getType()
CopyNameFunction.getType()
CopyNbtFunction.getType()
EnchantRandomlyFunction.getType()
EnchantWithLevelsFunction.getType()
ExplorationMapFunction.getType()
FillPlayerHead.getType()
LimitCount.getType()
LootingEnchantFunction.getType()
LootItemFunction.getType()
SetAttributesFunction.getType()
SetBannerPatternFunction.getType()
SetContainerContents.getType()
SetContainerLootTable.getType()
SetEnchantmentsFunction.getType()
SetInstrumentFunction.getType()
SetItemCountFunction.getType()
SetItemDamageFunction.getType()
SetLoreFunction.getType()
SetNameFunction.getType()
SetNbtFunction.getType()
SetPotionFunction.getType()
SetStewEffectFunction.getType()
SmeltItemFunction.getType()
private static LootItemFunctionType
LootItemFunctions.register
(String p_80763_, Serializer<? extends LootItemFunction> p_80764_)