struct DotPrison::Prison::UniformColour

Defined in:

dot_prison/prison/uniform_colour.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 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 unconsumed_tree : Array(Tuple(String, String)) #

Returns a recursive array of the {class name, key} that have not been consumed

Uses the Consumer::HANDLED_VARIABLES constant, so custom Consumer::consume macro use may not work

Similar to #unconsumed, but travels the whole tree


def uniform_colour_death_row : DotPrison::Colour | String #

[View source]
def uniform_colour_death_row=(v) #

[View source]
def uniform_colour_insane : DotPrison::Colour | String #

[View source]
def uniform_colour_insane=(v) #

[View source]
def uniform_colour_max_sec : DotPrison::Colour | String #

[View source]
def uniform_colour_max_sec=(v) #

[View source]
def uniform_colour_min_sec : DotPrison::Colour | String #

[View source]
def uniform_colour_min_sec=(v) #

[View source]
def uniform_colour_none : DotPrison::Colour | String #

[View source]
def uniform_colour_none=(v) #

[View source]
def uniform_colour_normal : DotPrison::Colour | String #

[View source]
def uniform_colour_normal=(v) #

[View source]
def uniform_colour_protected : DotPrison::Colour | String #

[View source]
def uniform_colour_protected=(v) #

[View source]
def uniform_colour_super_max : DotPrison::Colour | String #

[View source]
def uniform_colour_super_max=(v) #

[View source]
def uniform_colour_transfer_prisoner : DotPrison::Colour | String #

[View source]
def uniform_colour_transfer_prisoner=(v) #

[View source]