Uses of Interface
net.minecraft.resources.DependantName
Packages that use DependantName
Package
Description
-
Uses of DependantName in net.minecraft.resources
Methods in net.minecraft.resources that return DependantNameModifier and TypeMethodDescriptionstatic <T,
V> DependantName <T, V> DependantName.fixed
(V p_368602_) -
Uses of DependantName in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as DependantNameModifier and TypeFieldDescriptionprivate final DependantName
<EntityType<?>, String> EntityType.Builder.descriptionId
private DependantName
<EntityType<?>, Optional<ResourceKey<LootTable>>> EntityType.Builder.lootTable
-
Uses of DependantName in net.minecraft.world.item
Fields in net.minecraft.world.item declared as DependantNameModifier and TypeFieldDescriptionprivate static final DependantName
<Item, String> Item.Properties.BLOCK_DESCRIPTION_ID
private DependantName
<Item, String> Item.Properties.descriptionId
private static final DependantName
<Item, String> Item.Properties.ITEM_DESCRIPTION_ID
private DependantName
<Item, ResourceLocation> Item.Properties.model
-
Uses of DependantName in net.minecraft.world.level.block.state
Fields in net.minecraft.world.level.block.state declared as DependantNameModifier and TypeFieldDescriptionprivate DependantName
<Block, String> BlockBehaviour.Properties.descriptionId
private DependantName
<Block, Optional<ResourceKey<LootTable>>> BlockBehaviour.Properties.drops