Uses of Record Class
net.minecraft.world.entity.animal.wolf.WolfVariant.AssetInfo
Packages that use WolfVariant.AssetInfo
-
Uses of WolfVariant.AssetInfo in net.minecraft.world.entity.animal.wolf
Fields in net.minecraft.world.entity.animal.wolf declared as WolfVariant.AssetInfoModifier and TypeFieldDescriptionprivate final WolfVariant.AssetInfoWolfVariant.adultInfoThe field for theadultInforecord component.private final WolfVariant.AssetInfoWolfVariant.babyInfoThe field for thebabyInforecord component.Fields in net.minecraft.world.entity.animal.wolf with type parameters of type WolfVariant.AssetInfoModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<WolfVariant.AssetInfo> WolfVariant.AssetInfo.CODECMethods in net.minecraft.world.entity.animal.wolf that return WolfVariant.AssetInfoModifier and TypeMethodDescriptionWolfVariant.adultInfo()Returns the value of theadultInforecord component.WolfVariant.babyInfo()Returns the value of thebabyInforecord component.Constructors in net.minecraft.world.entity.animal.wolf with parameters of type WolfVariant.AssetInfoModifierConstructorDescriptionprivateWolfVariant(WolfVariant.AssetInfo adultInfo, WolfVariant.AssetInfo babyInfo) WolfVariant(WolfVariant.AssetInfo adultInfo, WolfVariant.AssetInfo babyInfo, SpawnPrioritySelectors spawnConditions) Creates an instance of aWolfVariantrecord class.