struct Rosegold::BlockOperation

Defined in:

rosegold/models/block_operation.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(location : Vec3i, operation_type : Symbol, timestamp : Time = Time.utc) #

[View source]

Instance Method Detail

def location : Vec3i #

[View source]
def location=(location : Vec3i) #

[View source]
def operation_type : Symbol #

[View source]
def operation_type=(operation_type : Symbol) #

[View source]
def timestamp : Time #

[View source]
def timestamp=(timestamp : Time) #

[View source]