|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.tudey.config.PaintableConfig.Case
com.threerings.tudey.config.GroundConfig.EdgeCase
com.threerings.tudey.config.GroundConfig.TransitionCase
public static class GroundConfig.TransitionCase
Transition edge case.
| Field Summary | |
|---|---|
boolean |
oe
The constraints for the other ground. |
boolean |
on
The constraints for the other ground. |
boolean |
one
The constraints for the other ground. |
boolean |
onw
The constraints for the other ground. |
boolean |
os
The constraints for the other ground. |
boolean |
ose
The constraints for the other ground. |
boolean |
osw
The constraints for the other ground. |
ConfigReference<GroundConfig> |
other
The "other" ground to which we are transitioning. |
boolean |
ow
The constraints for the other ground. |
| Fields inherited from class com.threerings.tudey.config.PaintableConfig.Case |
|---|
e, n, ne, nw, s, se, sw, tiles, w |
| Constructor Summary | |
|---|---|
GroundConfig.TransitionCase()
|
|
| Method Summary | |
|---|---|
int |
getRotations(TudeySceneModel scene,
ConfigReference<GroundConfig> ref,
GroundConfig.Original original,
int x,
int y,
int elevation)
Returns a bit set containing the rotations of this case that match the specified pattern. |
void |
invalidate()
Invalidates any cached data. |
| Methods inherited from class com.threerings.tudey.config.PaintableConfig.Case |
|---|
getRotations, getUpdateReferences |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(nullable=true) public ConfigReference<GroundConfig> other
@Editable(hgroup="d") public boolean on
@Editable(hgroup="d") public boolean onw
@Editable(hgroup="d") public boolean ow
@Editable(hgroup="d") public boolean osw
@Editable(hgroup="d") public boolean os
@Editable(hgroup="d") public boolean ose
@Editable(hgroup="d") public boolean oe
@Editable(hgroup="d") public boolean one
| Constructor Detail |
|---|
public GroundConfig.TransitionCase()
| Method Detail |
|---|
public int getRotations(TudeySceneModel scene,
ConfigReference<GroundConfig> ref,
GroundConfig.Original original,
int x,
int y,
int elevation)
GroundConfig.EdgeCase
getRotations in class GroundConfig.EdgeCasepublic void invalidate()
PaintableConfig.Case
invalidate in class PaintableConfig.Case
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||