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 SummaryNested Classes Modifier and Type Class Description static classInhibitionSource.Sourcetypethe available types of inhibition sourcesstatic classInhibitionSource.Warpeffectthe effect the inhibiton has
- 
Field SummaryFields Modifier and Type Field Description private InhibitionSource.Warpeffecteffectprivate InhibitionSource.Sourcetypetype
- 
Constructor SummaryConstructors Constructor Description InhibitionSource(InhibitionSource.Sourcetype type, InhibitionSource.Warpeffect effect)
- 
Method SummaryModifier and Type Method Description InhibitionSource.WarpeffectgetEffect()InhibitionSource.SourcetypegetType()voidsetEffect(InhibitionSource.Warpeffect effect)voidsetType(InhibitionSource.Sourcetype type)