class LxChess::Change

Defined in:

lx_chess/change.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(index : Int16, from : Nil | LxChess::Piece, to : Nil | LxChess::Piece) #

[View source]

Instance Method Detail

def from : Piece | Nil #

[View source]
def from=(from : Piece | Nil) #

[View source]
def index : Int16 #

[View source]
def index=(index : Int16) #

[View source]
def to : Piece | Nil #

[View source]
def to=(to : Piece | Nil) #

[View source]