Class TipOfTheLoomMod

java.lang.Object
net.darkhax.tipoftheloom.common.impl.TipOfTheLoomMod

public class TipOfTheLoomMod extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Config
     
    static final org.slf4j.Logger
     
    static final String
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    getPatternTooltips(net.minecraft.core.Holder<net.minecraft.world.level.block.entity.BannerPattern> pattern, boolean isSelected, net.minecraft.world.item.DyeColor dye, List<net.minecraft.network.chat.Component> tooltip, net.minecraft.world.item.TooltipFlag flags)
     

    Methods inherited from class Object

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

  • Constructor Details

    • TipOfTheLoomMod

      public TipOfTheLoomMod()
  • Method Details

    • getPatternTooltips

      public static void getPatternTooltips(net.minecraft.core.Holder<net.minecraft.world.level.block.entity.BannerPattern> pattern, boolean isSelected, net.minecraft.world.item.DyeColor dye, List<net.minecraft.network.chat.Component> tooltip, net.minecraft.world.item.TooltipFlag flags)