Uses of Interface
net.minecraft.entity.passive.SheepColors.ColorSelector
Packages that use SheepColors.ColorSelector
-
Uses of SheepColors.ColorSelector in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as SheepColors.ColorSelectorModifier and TypeFieldDescriptionprivate final SheepColors.ColorSelectorSheepColors.SpawnConfig.colorsThe field for thecolorsrecord component.Methods in net.minecraft.entity.passive that return SheepColors.ColorSelectorModifier and TypeMethodDescriptionSheepColors.SpawnConfig.colors()Returns the value of thecolorsrecord component.private static SheepColors.ColorSelectorSheepColors.createCombinedSelector(Pool<SheepColors.ColorSelector> pool) private static SheepColors.ColorSelectorSheepColors.createDefaultSelector(DyeColor color) private static SheepColors.ColorSelectorSheepColors.createSingleSelector(DyeColor color) Methods in net.minecraft.entity.passive that return types with arguments of type SheepColors.ColorSelectorModifier and TypeMethodDescriptionprivate static Pool.Builder<SheepColors.ColorSelector> SheepColors.poolBuilder()Method parameters in net.minecraft.entity.passive with type arguments of type SheepColors.ColorSelectorModifier and TypeMethodDescriptionprivate static SheepColors.ColorSelectorSheepColors.createCombinedSelector(Pool<SheepColors.ColorSelector> pool) Constructors in net.minecraft.entity.passive with parameters of type SheepColors.ColorSelectorModifierConstructorDescription(package private)SpawnConfig(SheepColors.ColorSelector colors) Creates an instance of aSpawnConfigrecord class.