public static interface ChatOverlay.InfoProvider
| Modifier and Type | Method and Description |
|---|---|
void |
getAvoidables(Name speaker,
List<Shape> high,
List<Shape> low)
Get a list of Shape objects that we should attempt to avoid when laying out the chat.
|
Point |
getSpeaker(Name speaker)
Get a point which is approximately the origin of the speaker, or null if unknown.
|
void getAvoidables(Name speaker, List<Shape> high, List<Shape> low)
speaker - The username of the speaking player, or null.high - Add to this list shapes that should never be drawn on.low - If non-null, add to this list shapes that can be drawn on if needed.Copyright © 2015. All rights reserved.