Class GossipHolderProviderMixin

java.lang.Object
settingdust.reputationviewer.mixin.jade.GossipHolderProviderMixin
All Implemented Interfaces:
snownee.jade.api.IComponentProvider<snownee.jade.api.EntityAccessor>, snownee.jade.api.IEntityComponentProvider, snownee.jade.api.IJadeProvider, snownee.jade.api.IServerDataProvider<snownee.jade.api.EntityAccessor>, snownee.jade.api.IToggleableProvider

public class GossipHolderProviderMixin extends Object implements snownee.jade.api.IEntityComponentProvider, snownee.jade.api.IServerDataProvider<snownee.jade.api.EntityAccessor>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    appendServerData(net.minecraft.nbt.NbtCompound tag, snownee.jade.api.EntityAccessor accessor)
     
    void
    appendTooltip(snownee.jade.api.ITooltip tooltip, snownee.jade.api.EntityAccessor accessor, snownee.jade.api.config.IPluginConfig config)
     
    int
     
    net.minecraft.util.Identifier
     

    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.IComponentProvider

    getIcon

    Methods inherited from interface snownee.jade.api.IServerDataProvider

    shouldRequestData

    Methods inherited from interface snownee.jade.api.IToggleableProvider

    enabledByDefault, isRequired
  • Constructor Details

    • GossipHolderProviderMixin

      public GossipHolderProviderMixin()
  • Method Details

    • appendTooltip

      public void appendTooltip(snownee.jade.api.ITooltip tooltip, snownee.jade.api.EntityAccessor accessor, snownee.jade.api.config.IPluginConfig config)
      Specified by:
      appendTooltip in interface snownee.jade.api.IComponentProvider<snownee.jade.api.EntityAccessor>
    • appendServerData

      public void appendServerData(net.minecraft.nbt.NbtCompound tag, snownee.jade.api.EntityAccessor accessor)
      Specified by:
      appendServerData in interface snownee.jade.api.IServerDataProvider<snownee.jade.api.EntityAccessor>
    • getUid

      public net.minecraft.util.Identifier getUid()
      Specified by:
      getUid in interface snownee.jade.api.IJadeProvider
    • getDefaultPriority

      public int getDefaultPriority()
      Specified by:
      getDefaultPriority in interface snownee.jade.api.IJadeProvider