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 class
InhibitionSource.Sourcetype
the available types of inhibition sourcesstatic class
InhibitionSource.Warpeffect
the effect the inhibiton has -
Field Summary
Fields Modifier and Type Field Description private InhibitionSource.Warpeffect
effect
private InhibitionSource.Sourcetype
type
-
Constructor Summary
Constructors Constructor Description InhibitionSource(InhibitionSource.Sourcetype type, InhibitionSource.Warpeffect effect)
-
Method Summary
Modifier and Type Method Description InhibitionSource.Warpeffect
getEffect()
InhibitionSource.Sourcetype
getType()
void
setEffect(InhibitionSource.Warpeffect effect)
void
setType(InhibitionSource.Sourcetype type)