Class PneumaticProvider.DataProvider

java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.waila.PneumaticProvider.DataProvider
All Implemented Interfaces:
snownee.jade.api.IJadeProvider, snownee.jade.api.IServerDataProvider<snownee.jade.api.BlockAccessor>
Enclosing class:
PneumaticProvider

public static class PneumaticProvider.DataProvider extends Object implements 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 compoundTag, snownee.jade.api.BlockAccessor blockAccessor)
     
    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.IJadeProvider

    getDefaultPriority
  • Constructor Details

    • DataProvider

      public DataProvider()
  • Method Details

    • getUid

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

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