Class ContaminationBlockComponentProvider

java.lang.Object
com.petrolpark.compat.jade.ContaminationBlockComponentProvider
All Implemented Interfaces:
snownee.jade.api.IBlockComponentProvider, snownee.jade.api.IJadeProvider, snownee.jade.api.IToggleableProvider

public class ContaminationBlockComponentProvider extends Object implements snownee.jade.api.IBlockComponentProvider
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceLocation
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    appendTooltip(snownee.jade.api.ITooltip tooltip, snownee.jade.api.BlockAccessor blockAccessor, snownee.jade.api.config.IPluginConfig pluginConfig)
     
    net.minecraft.resources.ResourceLocation
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface snownee.jade.api.IBlockComponentProvider

    getIcon

    Methods inherited from interface snownee.jade.api.IJadeProvider

    getDefaultPriority

    Methods inherited from interface snownee.jade.api.IToggleableProvider

    enabledByDefault, isRequired
  • Field Details

    • UID

      public static final net.minecraft.resources.ResourceLocation UID
  • Constructor Details

    • ContaminationBlockComponentProvider

      public ContaminationBlockComponentProvider()
  • Method Details

    • getUid

      public net.minecraft.resources.ResourceLocation getUid()
      Specified by:
      getUid in interface snownee.jade.api.IJadeProvider
    • appendTooltip

      public void appendTooltip(snownee.jade.api.ITooltip tooltip, snownee.jade.api.BlockAccessor blockAccessor, snownee.jade.api.config.IPluginConfig pluginConfig)
      Specified by:
      appendTooltip in interface snownee.jade.api.IBlockComponentProvider