struct Rosegold::Spectate::MonitorState

Defined in:

rosegold/spectate/monitoring.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(last_hotbar_selection : UInt32, last_chunk_x : Int32, last_chunk_z : Int32, last_dimension_name : String) #

[View source]

Instance Method Detail

def last_chunk_x : Int32 #

[View source]
def last_chunk_x=(last_chunk_x : Int32) #

[View source]
def last_chunk_z : Int32 #

[View source]
def last_chunk_z=(last_chunk_z : Int32) #

[View source]
def last_dimension_name : String #

[View source]
def last_dimension_name=(last_dimension_name : String) #

[View source]
def last_hotbar_selection : UInt32 #

[View source]
def last_hotbar_selection=(last_hotbar_selection : UInt32) #

[View source]