Class JadeCompat

java.lang.Object
de.cech12.unlitcampfire.compat.JadeCompat
All Implemented Interfaces:
snownee.jade.api.IJadeProvider, snownee.jade.api.IServerDataProvider<snownee.jade.api.BlockAccessor>, snownee.jade.api.IWailaPlugin

public class JadeCompat extends Object implements snownee.jade.api.IWailaPlugin, snownee.jade.api.IServerDataProvider<snownee.jade.api.BlockAccessor>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    appendServerData(net.minecraft.nbt.CompoundTag data, snownee.jade.api.BlockAccessor blockAccessor)
     
    net.minecraft.resources.Identifier
     
    void
    register(snownee.jade.api.IWailaCommonRegistration registration)
     

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

    getDefaultPriority

    Methods inherited from interface snownee.jade.api.IServerDataProvider

    shouldRequestData

    Methods inherited from interface snownee.jade.api.IWailaPlugin

    registerClient
  • Constructor Details

    • JadeCompat

      public JadeCompat()
  • Method Details

    • getUid

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

      public void register(snownee.jade.api.IWailaCommonRegistration registration)
      Specified by:
      register in interface snownee.jade.api.IWailaPlugin
    • appendServerData

      public void appendServerData(net.minecraft.nbt.CompoundTag data, snownee.jade.api.BlockAccessor blockAccessor)
      Specified by:
      appendServerData in interface snownee.jade.api.IServerDataProvider<snownee.jade.api.BlockAccessor>