Uses of Record Class
net.minecraft.entity.VariantSelectorProvider.Selector
Packages that use VariantSelectorProvider.Selector
-
Uses of VariantSelectorProvider.Selector in net.minecraft.entity
Methods in net.minecraft.entity that return types with arguments of type VariantSelectorProvider.SelectorModifier and TypeMethodDescriptionstatic <Context,Condition extends VariantSelectorProvider.SelectorCondition<Context>>
com.mojang.serialization.Codec<VariantSelectorProvider.Selector<Context, Condition>> VariantSelectorProvider.Selector.createCodec(com.mojang.serialization.Codec<Condition> conditionCodec) static <Context,Condition extends VariantSelectorProvider.SelectorCondition<Context>>
List<VariantSelectorProvider.Selector<Context, Condition>> VariantSelectorProvider.createFallback(int priority) static <Context,Condition extends VariantSelectorProvider.SelectorCondition<Context>>
List<VariantSelectorProvider.Selector<Context, Condition>> VariantSelectorProvider.createSingle(Condition condition, int priority) VariantSelectorProvider.getSelectors() -
Uses of VariantSelectorProvider.Selector in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return types with arguments of type VariantSelectorProvider.SelectorModifier and TypeMethodDescriptionCatVariant.getSelectors()ChickenVariant.getSelectors()CowVariant.getSelectors()FrogVariant.getSelectors()PigVariant.getSelectors()WolfVariant.getSelectors() -
Uses of VariantSelectorProvider.Selector in net.minecraft.entity.spawn
Fields in net.minecraft.entity.spawn with type parameters of type VariantSelectorProvider.SelectorModifier and TypeFieldDescriptionprivate final List<VariantSelectorProvider.Selector<SpawnContext, SpawnCondition>> SpawnConditionSelectors.selectorsThe field for theselectorsrecord component.Methods in net.minecraft.entity.spawn that return types with arguments of type VariantSelectorProvider.SelectorModifier and TypeMethodDescriptionSpawnConditionSelectors.selectors()Returns the value of theselectorsrecord component.Constructor parameters in net.minecraft.entity.spawn with type arguments of type VariantSelectorProvider.SelectorModifierConstructorDescription