Package net.tnemc.item.component.helper
Class BlockPredicate
java.lang.Object
net.tnemc.item.component.helper.BlockPredicate
BlockPredicate
- Since:
- 0.2.0.0
- Author:
- creatorfromhell
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
readJSON
(JSONHelper json) Reads JSON data and populates this block predicate.org.json.simple.JSONObject
toJSON()
Converts this block predicate to a JSON object.
-
Constructor Details
-
BlockPredicate
public BlockPredicate()
-
-
Method Details
-
toJSON
Converts this block predicate to a JSON object.- Returns:
- The JSONObject representing this block predicate.
- Since:
- 0.2.0.0
-
readJSON
Reads JSON data and populates this block predicate.- Parameters:
json
- The JSONHelper instance of the JSON data.- Since:
- 0.2.0.0
-
equals
-
hashCode
-
clone
- Throws:
CloneNotSupportedException
-