Uses of Class
rea.components.Visual
Packages that use Visual
Package
Description
Components of a gameplay, the set of feature of a game.
Types related to events.
Actual gameplay classes for a couple of game examples.
-
Uses of Visual in rea.components
Fields in rea.components declared as VisualModifier and TypeFieldDescription(package private) Visual
Component.visual
The visual representation of the component.Methods in rea.components that return VisualModifier and TypeMethodDescriptionAvatar.getAvatarVisual()
The visual representation of the avatar.Component.getVisual()
Get the visual representation of the component.Constructors in rea.components with parameters of type VisualModifierConstructorDescriptionCreate a component.Create an item.Create a passage to a place.Create a place.Positionable
(Visual visual, String description) Create a positionable object. -
Uses of Visual in rea.events
Methods in rea.events that return VisualModifier and TypeMethodDescriptionSceneUpdateEvent.getBackground()
Background of this scene, representing a placeConstructors in rea.events with parameters of type VisualModifierConstructorDescriptionSceneUpdateEvent
(Visual background, List<Positionable> positionables) Create a scene update event with a background and a set of positionables -
Uses of Visual in rea.gameplay.games
Fields in rea.gameplay.games declared as VisualModifier and TypeFieldDescription(package private) final Visual
CartoonAvatar.avatarVisual
The visual representation of the avatar.(package private) static final Visual[]
EasterEggRace.EGG_VISUAL
The visual representation of some Easter eggs(package private) static final Visual
TreasureHunt.EMPTY_ROOM_VISUAL
The visual representation of an empty room used as a background(package private) static final Visual
TreasureHunt.HOUSE_CLOSE_DOOR_VISUAL
The visual representation of house with a closed door(package private) static final Visual
TreasureHunt.HOUSE_OPEN_DOOR_VISUAL
The visual representation of a house with an open door(package private) static final Visual
TreasureHunt.KEY_VISUAL
The visual representation of a key(package private) static final Visual
EasterEggRace.LAWN_VISUAL
The visual representation of the lawn used as a background(package private) static final Visual
TreasureHunt.LAWN_VISUAL
The visual representation of a lawn used a background(package private) static final Visual
TreasureHunt.TREASURE_VISUAL
The visual representation of the treasureMethods in rea.gameplay.games that return Visual