struct DotPrison::Prison::Thermometer

Defined in:

dot_prison/prison/thermometer.cr

Constructors

Instance Method Summary

Instance methods inherited from struct DotPrison::Consumer

initialize initialize, table : DotPrison::Table table

Constructor methods inherited from struct DotPrison::Consumer

new new

Instance methods inherited from class Object

to_prison to_prison

Constructor Detail

def self.new(table : DotPrison::Table) #

[View source]

Instance Method Detail

def active_armed_guards : Float64 #

[View source]
def active_armed_guards=(v : Float) #

[View source]
def active_armed_guards=(v : Int) #

[View source]
def calming_warden : Float64 #

[View source]
def calming_warden=(v : Float) #

[View source]
def calming_warden=(v : Int) #

[View source]
def desired : Float64 #

[View source]
def desired=(v : Float) #

[View source]
def desired=(v : Int) #

[View source]
def happy_prisoners : Float64 #

[View source]
def happy_prisoners=(v : Float) #

[View source]
def happy_prisoners=(v : Int) #

[View source]
def hours_on_roll_call : Float64 #

[View source]
def hours_on_roll_call=(v : Float) #

[View source]
def hours_on_roll_call=(v : Int) #

[View source]
def locked_up_prisoners : Float64 #

[View source]
def locked_up_prisoners=(v : Float) #

[View source]
def locked_up_prisoners=(v : Int) #

[View source]
def rate_of_change : Float64 #

[View source]
def rate_of_change=(v : Float) #

[View source]
def rate_of_change=(v : Int) #

[View source]
def recent_calmed : Float64 #

[View source]
def recent_calmed=(v : Float) #

[View source]
def recent_calmed=(v : Int) #

[View source]
def recent_deaths : Float64 #

[View source]
def recent_deaths=(v : Float) #

[View source]
def recent_deaths=(v : Int) #

[View source]
def recent_punishment : Float64 #

[View source]
def recent_punishment=(v : Float) #

[View source]
def recent_punishment=(v : Int) #

[View source]
def recent_searches : Float64 #

[View source]
def recent_searches=(v : Float) #

[View source]
def recent_searches=(v : Int) #

[View source]
def suppressed_prisoners : Float64 #

[View source]
def suppressed_prisoners=(v : Float) #

[View source]
def suppressed_prisoners=(v : Int) #

[View source]
def table : DotPrison::Table #

def unconsumed : Array(String) #

Keys for the associated table that have not been consumed

This may be because they have not been implemented yet, they may have an unknown purpose, or could be part of an unsupported mod


[View source]
def unhappy_prisoners : Float64 #

[View source]
def unhappy_prisoners=(v : Float) #

[View source]
def unhappy_prisoners=(v : Int) #

[View source]
def well_fed_prisoners : Float64 #

[View source]
def well_fed_prisoners=(v : Float) #

[View source]
def well_fed_prisoners=(v : Int) #

[View source]