Uses of Class
net.minecraft.loot.provider.score.LootScoreProviderType
Packages that use LootScoreProviderType
Package
Description
The base package for all Minecraft classes.
Contains the registry, used to register various in-game components, and related classes.
-
Uses of LootScoreProviderType in net.minecraft
Fields in net.minecraft with type parameters of type LootScoreProviderTypeModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<LootScoreProviderType>>class_7924.LOOT_SCORE_PROVIDER_TYPE -
Uses of LootScoreProviderType in net.minecraft.loot.provider.score
Fields in net.minecraft.loot.provider.score declared as LootScoreProviderTypeModifier and TypeFieldDescriptionstatic final LootScoreProviderTypeLootScoreProviderTypes.CONTEXTstatic final LootScoreProviderTypeLootScoreProviderTypes.FIXEDMethods in net.minecraft.loot.provider.score that return LootScoreProviderTypeModifier and TypeMethodDescriptionContextLootScoreProvider.getType()FixedLootScoreProvider.getType()LootScoreProvider.getType()private static LootScoreProviderTypeLootScoreProviderTypes.register(String id, JsonSerializer<? extends LootScoreProvider> jsonSerializer) -
Uses of LootScoreProviderType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type LootScoreProviderTypeModifier and TypeFieldDescriptionstatic final Registry<LootScoreProviderType>Registries.LOOT_SCORE_PROVIDER_TYPE