Package fr.andross.banitem.actions
Class BanData
java.lang.Object
fr.andross.banitem.actions.BanData
The ban data used into a ban check
The object will be an instance of the described
BanDataType
Example: if type == BanDataType.CREATIVE, the object is a boolean.- Version:
- 3.1
- Author:
- Andross
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BanData
-
-
Method Details
-
getType
- Returns:
- the ban data type
-
getObject
- Returns:
- the object, which is an instance described by the
BanDataType
-