public class Diamond extends AbstractBoulderDashMineral
org.refcodes.graphical.Position.PositionBuilder<B extends org.refcodes.graphical.Position.PositionBuilder<B>>, org.refcodes.graphical.Position.PositionMutator, org.refcodes.graphical.Position.PositionProperty, org.refcodes.graphical.Position.PositionPropertyBuilder
org.refcodes.graphical.PosXAccessor.PosXBuilder<B extends org.refcodes.graphical.PosXAccessor.PosXBuilder<B>>, org.refcodes.graphical.PosXAccessor.PosXMutator, org.refcodes.graphical.PosXAccessor.PosXProperty
org.refcodes.graphical.PosYAccessor.PosYBuilder<B extends org.refcodes.graphical.PosYAccessor.PosYBuilder<B>>, org.refcodes.graphical.PosYAccessor.PosYMutator, org.refcodes.graphical.PosYAccessor.PosYProperty
org.refcodes.mixin.StateAccessor.StateBuilder<S,B extends org.refcodes.mixin.StateAccessor.StateBuilder<S,B>>, org.refcodes.mixin.StateAccessor.StateMutator<S>, org.refcodes.mixin.StateAccessor.StateProperty<S>
org.refcodes.graphical.VisibleAccessor.VisibleBuilder<B extends org.refcodes.graphical.VisibleAccessor.VisibleBuilder<B>>, org.refcodes.graphical.VisibleAccessor.VisibleMutator, org.refcodes.graphical.VisibleAccessor.VisibleProperty
org.refcodes.graphical.DraggableAccessor.DraggableBuilder<B extends org.refcodes.graphical.DraggableAccessor.DraggableBuilder<B>>, org.refcodes.graphical.DraggableAccessor.DraggableMutator, org.refcodes.graphical.DraggableAccessor.DraggableProperty
Constructor and Description |
---|
Diamond()
Constructs the plain instance.
|
Diamond(org.refcodes.data.ext.boulderdash.BoulderDashStatus aState)
Constructs the instance with the given state.
|
Diamond(int aPosX,
int aPosY)
Constructs the instance with the given coordinates.
|
execute, initialize
draggable, fireEvent, getPositionX, getPositionY, getState, hide, isDraggable, isVisible, setDraggable, setPosition, setPosition, setPositionX, setPositionY, setState, setVisible, show, stationary, toString, withDraggable, withDraggable, withHide, withPosition, withPosition, withPositionX, withPositionY, withShow, withState, withStationary, withVisible
clear, dispose, doHandleEventListenerException, fireEvent, getThreadPriority, hasObserverSubscription, isEmpty, setThreadPriority, size, subscribeObserver, unsubscribeObserver
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
blink, moveDown, moveLeft, moveRight, moveUp
withPosition, withPosition
setPosition, setPosition
hasObserverSubscription, subscribeObserver, unsubscribeObserver
hide, setVisible, show
withHide, withShow, withVisible
draggable, setDraggable, stationary
public Diamond()
public Diamond(org.refcodes.data.ext.boulderdash.BoulderDashStatus aState)
aState
- The alternate state to be set for this instance.public Diamond(int aPosX, int aPosY)
aPosX
- The x-position for the instance being created.aPosY
- The y-position for the instance being created.Copyright © 2018. All rights reserved.