Class EntityProvider.ComponentProvider

java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.waila.EntityProvider.ComponentProvider
All Implemented Interfaces:
snownee.jade.api.IEntityComponentProvider, snownee.jade.api.IJadeProvider, snownee.jade.api.IToggleableProvider
Enclosing class:
EntityProvider

public static class EntityProvider.ComponentProvider extends Object implements snownee.jade.api.IEntityComponentProvider
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    appendTooltip(snownee.jade.api.ITooltip iTooltip, snownee.jade.api.EntityAccessor entityAccessor, snownee.jade.api.config.IPluginConfig iPluginConfig)
     
    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.IEntityComponentProvider

    getIcon

    Methods inherited from interface snownee.jade.api.IJadeProvider

    getDefaultPriority

    Methods inherited from interface snownee.jade.api.IToggleableProvider

    enabledByDefault, isRequired
  • Constructor Details

    • ComponentProvider

      public ComponentProvider()
  • Method Details

    • appendTooltip

      public void appendTooltip(snownee.jade.api.ITooltip iTooltip, snownee.jade.api.EntityAccessor entityAccessor, snownee.jade.api.config.IPluginConfig iPluginConfig)
      Specified by:
      appendTooltip in interface snownee.jade.api.IEntityComponentProvider
    • getUid

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