Package de.cech12.unlitcampfire.compat
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidappendServerData(net.minecraft.nbt.CompoundTag data, snownee.jade.api.BlockAccessor blockAccessor) net.minecraft.resources.IdentifiergetUid()voidregister(snownee.jade.api.IWailaCommonRegistration registration) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface snownee.jade.api.IJadeProvider
getDefaultPriorityMethods inherited from interface snownee.jade.api.IServerDataProvider
shouldRequestDataMethods inherited from interface snownee.jade.api.IWailaPlugin
registerClient
-
Constructor Details
-
JadeCompat
public JadeCompat()
-
-
Method Details
-
getUid
public net.minecraft.resources.Identifier getUid()- Specified by:
getUidin interfacesnownee.jade.api.IJadeProvider
-
register
public void register(snownee.jade.api.IWailaCommonRegistration registration) - Specified by:
registerin interfacesnownee.jade.api.IWailaPlugin
-
appendServerData
public void appendServerData(net.minecraft.nbt.CompoundTag data, snownee.jade.api.BlockAccessor blockAccessor) - Specified by:
appendServerDatain interfacesnownee.jade.api.IServerDataProvider<snownee.jade.api.BlockAccessor>
-