public class XBSBlockType extends java.lang.Object implements XBBlockType
| Constructor and Description |
|---|
XBSBlockType()
Creates a new instance of XBDBlockType
|
XBSBlockType(int groupID,
int blockID) |
XBSBlockType(long groupID,
long blockID) |
XBSBlockType(UBNatural groupID,
UBNatural blockID) |
XBSBlockType(XBBasicBlockType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
UBNatural |
getBlockID()
Get block ID of this block
|
UBNatural |
getGroupID()
Get group ID of this block
|
int |
hashCode() |
public XBSBlockType()
public XBSBlockType(long groupID,
long blockID)
public XBSBlockType(int groupID,
int blockID)
public XBSBlockType(XBBasicBlockType type)
public UBNatural getGroupID()
getGroupID in interface XBBlockTypepublic UBNatural getBlockID()
getBlockID in interface XBBlockTypepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object