Class DyeColorMixin

java.lang.Object
io.github.vampirestudios.vampirelib.mixins.DyeColorMixin
All Implemented Interfaces:
DyeExtension

public class DyeColorMixin extends Object implements DyeExtension
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addTag(String woolId, int id, int color, String mapColor, int fireworkColor, net.minecraft.world.level.material.MaterialColor signColor, int j, int k, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     
    net.minecraft.tags.TagKey<net.minecraft.world.item.Item>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DyeColorMixin

      public DyeColorMixin()
  • Method Details

    • addTag

      public void addTag(String woolId, int id, int color, String mapColor, int fireworkColor, net.minecraft.world.level.material.MaterialColor signColor, int j, int k, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
    • getTag

      public net.minecraft.tags.TagKey<net.minecraft.world.item.Item> getTag()
      Specified by:
      getTag in interface DyeExtension