Class InhibitionSource
java.lang.Object
me.iron.WarpSpace.Mod.Interdiction.InhibitionSource
public class InhibitionSource
extends java.lang.Object
NOT USED
wrapper class that gives info about the object causing inhibition.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInhibitionSource.Sourcetypethe available types of inhibition sourcesstatic classInhibitionSource.Warpeffectthe effect the inhibiton has -
Field Summary
Fields Modifier and Type Field Description private InhibitionSource.Warpeffecteffectprivate InhibitionSource.Sourcetypetype -
Constructor Summary
Constructors Constructor Description InhibitionSource(InhibitionSource.Sourcetype type, InhibitionSource.Warpeffect effect) -
Method Summary
Modifier and Type Method Description InhibitionSource.WarpeffectgetEffect()InhibitionSource.SourcetypegetType()voidsetEffect(InhibitionSource.Warpeffect effect)voidsetType(InhibitionSource.Sourcetype type)