Package dev.architectury.mixin.forge
Class MixinRegistryEntry<T>
java.lang.Object
dev.architectury.mixin.forge.MixinRegistryEntry<T>
- All Implemented Interfaces:
net.minecraftforge.registries.IForgeRegistryEntry<T>
public abstract class MixinRegistryEntry<T>
extends Object
implements net.minecraftforge.registries.IForgeRegistryEntry<T>
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraftforge.registries.IForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName
-
Constructor Details
-
MixinRegistryEntry
public MixinRegistryEntry()
-