Uses of Enum Class
net.minecraft.util.DyeColor
Packages that use DyeColor
Package
Description
-
Uses of DyeColor in net.minecraft
Fields in net.minecraft declared as DyeColorModifier and TypeFieldDescriptionprivate final DyeColorclass_3066.field_15144private final DyeColorclass_3684.field_17711private final DyeColorclass_4066.field_19723Methods in net.minecraft that return DyeColorModifier and TypeMethodDescriptionstatic DyeColorclass_3066.method_13716(Item item) static DyeColorclass_3066.method_13717(Block block) class_3066.method_13718()class_3684.method_16547()Methods in net.minecraft with parameters of type DyeColorModifier and TypeMethodDescriptionstatic Blockclass_3066.method_13714(DyeColor dyeColor) static ItemStackclass_3066.method_13715(DyeColor dyeColor) Constructors in net.minecraft with parameters of type DyeColorModifierConstructorDescriptionclass_3066(DyeColor dyeColor, Block.Builder builder) class_3545(DyeColor dyeColor, Item.Settings settings) class_3546(DyeColor dyeColor, Item.Settings settings) protectedclass_3684(DyeColor dyeColor, Block.Builder builder) class_3733(DyeColor dyeColor, Block.Builder builder) class_4066(BlockPos blockPos, DyeColor dyeColor, Text text) -
Uses of DyeColor in net.minecraft.block
Fields in net.minecraft.block declared as DyeColorModifier and TypeFieldDescriptionprivate final DyeColorBedBlock.field_17742private final DyeColorStainedGlassBlock.field_18499private final DyeColorStainedGlassPaneBlock.field_18500private final DyeColorCarpetBlock.field_18589Fields in net.minecraft.block with type parameters of type DyeColorMethods in net.minecraft.block that return DyeColorModifier and TypeMethodDescriptionBedBlock.method_16560()StainedGlassBlock.method_16739()StainedGlassPaneBlock.method_16740()CarpetBlock.method_16773()Methods in net.minecraft.block with parameters of type DyeColorModifier and TypeMethodDescriptionstatic BlockBannerBlock.method_16551(DyeColor dyeColor) static Block.BuilderBlock.Builder.setMaterialAndDyeColor(Material material, DyeColor dyeColor) Constructors in net.minecraft.block with parameters of type DyeColorModifierConstructorDescriptionBannerBlock(DyeColor dyeColor, Block.Builder builder) BedBlock(DyeColor dyeColor, Block.Builder builder) protectedCarpetBlock(DyeColor dyeColor, Block.Builder builder) StainedGlassBlock(DyeColor dyeColor, Block.Builder builder) StainedGlassPaneBlock(DyeColor dyeColor, Block.Builder builder) -
Uses of DyeColor in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as DyeColorModifier and TypeFieldDescriptionprivate DyeColorBedBlockEntity.colorprivate DyeColorShulkerBoxBlockEntity.colorprivate DyeColorBannerBlockEntity.field_15148Fields in net.minecraft.block.entity with type parameters of type DyeColorMethods in net.minecraft.block.entity that return DyeColorModifier and TypeMethodDescriptionBedBlockEntity.getColor()ShulkerBoxBlockEntity.method_13745()BannerBlockEntity.method_16776(Supplier<BlockState> supplier) Methods in net.minecraft.block.entity that return types with arguments of type DyeColorMethods in net.minecraft.block.entity with parameters of type DyeColorModifier and TypeMethodDescriptionvoidBannerBlockEntity.method_16774(ItemStack itemStack, DyeColor dyeColor) voidConstructors in net.minecraft.block.entity with parameters of type DyeColorModifierConstructorDescriptionBannerBlockEntity(DyeColor dyeColor) BedBlockEntity(DyeColor dyeColor) -
Uses of DyeColor in net.minecraft.client.texture
Fields in net.minecraft.client.texture with type parameters of type DyeColor -
Uses of DyeColor in net.minecraft.entity
Methods in net.minecraft.entity that return DyeColorModifier and TypeMethodDescriptionShulkerEntity.method_13573()LlamaEntity.method_14027()private static DyeColorLlamaEntity.method_15831(ItemStack itemStack) Methods in net.minecraft.entity with parameters of type DyeColor -
Uses of DyeColor in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type DyeColorMethods in net.minecraft.entity.passive that return DyeColorModifier and TypeMethodDescriptionstatic DyeColorSheepEntity.generateDefaultColor(Random random) private DyeColorSheepEntity.getChildColor(AnimalEntity animalEntity, AnimalEntity animalEntity2) WolfEntity.getCollarColor()SheepEntity.getColor()static DyeColorTropicalFishEntity.method_15776(int int2) static DyeColorTropicalFishEntity.method_15783(int int2) Methods in net.minecraft.entity.passive with parameters of type DyeColorModifier and TypeMethodDescriptionstatic float[]SheepEntity.getDyedColor(DyeColor color) private static float[]SheepEntity.method_14113(DyeColor dyeColor) private static intTropicalFishEntity.method_15774(TropicalFishEntity.class_3493 class_3493, DyeColor dyeColor, DyeColor dyeColor2) voidWolfEntity.setCollarColor(DyeColor color) void -
Uses of DyeColor in net.minecraft.item
Fields in net.minecraft.item declared as DyeColorFields in net.minecraft.item with type parameters of type DyeColorMethods in net.minecraft.item that return DyeColorModifier and TypeMethodDescriptionBannerItem.method_16011()DyeItem.method_16047()static DyeColorShieldItem.method_16122(ItemStack itemStack) Methods in net.minecraft.item with parameters of type DyeColorConstructors in net.minecraft.item with parameters of type DyeColor -
Uses of DyeColor in net.minecraft.util
Fields in net.minecraft.util declared as DyeColorFields in net.minecraft.util with type parameters of type DyeColorModifier and TypeFieldDescriptionprivate static final Int2ObjectOpenHashMap<DyeColor>DyeColor.DyeColorToFireworkColorMethods in net.minecraft.util that return DyeColorModifier and TypeMethodDescriptionstatic DyeColorDyeColor.byId(int id) static DyeColorDyeColor.getByFireworkColor(int rawId) static DyeColorDyeColor.getByTranslationKey(String translationKey) static DyeColorReturns the enum constant of this class with the specified name.static DyeColor[]DyeColor.values()Returns an array containing the constants of this enum class, in the order they are declared.