Uses of Interface
net.minecraft.registry.RegistryKeyedValue
Packages that use RegistryKeyedValue
Package
Description
-
Uses of RegistryKeyedValue in net.minecraft.block
Fields in net.minecraft.block declared as RegistryKeyedValueModifier and TypeFieldDescriptionprivate RegistryKeyedValue<Block, Optional<RegistryKey<LootTable>>> AbstractBlock.Settings.lootTableprivate RegistryKeyedValue<Block, String> AbstractBlock.Settings.translationKey -
Uses of RegistryKeyedValue in net.minecraft.entity
Fields in net.minecraft.entity declared as RegistryKeyedValueModifier and TypeFieldDescriptionprivate RegistryKeyedValue<EntityType<?>, Optional<RegistryKey<LootTable>>> EntityType.Builder.lootTableprivate RegistryKeyedValue<EntityType<?>, String> EntityType.Builder.translationKey -
Uses of RegistryKeyedValue in net.minecraft.item
Fields in net.minecraft.item declared as RegistryKeyedValueModifier and TypeFieldDescriptionprivate static final RegistryKeyedValue<Item, String> Item.Settings.BLOCK_PREFIXED_TRANSLATION_KEYprivate static final RegistryKeyedValue<Item, String> Item.Settings.ITEM_PREFIXED_TRANSLATION_KEYprivate RegistryKeyedValue<Item, Identifier> Item.Settings.modelIdprivate RegistryKeyedValue<Item, String> Item.Settings.translationKey -
Uses of RegistryKeyedValue in net.minecraft.registry
Methods in net.minecraft.registry that return RegistryKeyedValueModifier and TypeMethodDescriptionstatic <T,V> RegistryKeyedValue <T, V> RegistryKeyedValue.fixed(V value)