Package net.fabricmc.classtweaker.impl
Class InjectedInterfaceImpl
java.lang.Object
net.fabricmc.classtweaker.impl.InjectedInterfaceImpl
- All Implemented Interfaces:
InjectedInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe class name of the interface to inject onto the target class.The signature of the interface to inject, including any generics.booleanWhether the interface to inject has any generics.inthashCode()
-
Constructor Details
-
InjectedInterfaceImpl
-
-
Method Details
-
getInterfaceName
Description copied from interface:InjectedInterfaceThe class name of the interface to inject onto the target class.- Specified by:
getInterfaceNamein interfaceInjectedInterface
-
getInterfaceSignature
Description copied from interface:InjectedInterfaceThe signature of the interface to inject, including any generics. If no generics are present, this will be"L" + interfaceName + ";". See the JVMS.- Specified by:
getInterfaceSignaturein interfaceInjectedInterface
-
hasGenerics
public boolean hasGenerics()Description copied from interface:InjectedInterfaceWhether the interface to inject has any generics.- Specified by:
hasGenericsin interfaceInjectedInterface
-
hashCode
public int hashCode()
-