public class SwitchBlockGroup extends ConditionalBlockGroupBase
correspondingBlocks
Constructor and Description |
---|
SwitchBlockGroup()
Constructor.
|
SwitchBlockGroup(ShallowEntity surroundingEntity,
java.util.List<ConditionalBlock> correspondingBlocks)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
ShallowEntity |
getSurroundingEntity() |
int |
hashCode() |
void |
setSurroundingEntity(ShallowEntity surroundingEntity) |
java.lang.String |
toString() |
getCorrespondingBlocks, setCorrespondingBlocks
public SwitchBlockGroup(ShallowEntity surroundingEntity, java.util.List<ConditionalBlock> correspondingBlocks)
public SwitchBlockGroup()
public ShallowEntity getSurroundingEntity()
surroundingEntity
public void setSurroundingEntity(ShallowEntity surroundingEntity)
surroundingEntity
public java.lang.String toString()
toString
in class ConditionalBlockGroupBase
public boolean equals(java.lang.Object obj)
equals
in class ConditionalBlockGroupBase
public int hashCode()
hashCode
in class ConditionalBlockGroupBase