struct DotPrison::Prison::NeedsLibrary::Provider

Defined in:

dot_prison/prison/needs_library.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 broadcast_slot_id : Int32 #

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

[View source]
def broadcaster_id : Int32 #

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

[View source]
def broadcaster_uid : Int32 #

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

[View source]
def consumer_id : Int32 #

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

[View source]
def consumer_uid : Int32 #

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

[View source]
def id : Int32 #

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

[View source]
def object_id : Int32 #

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

[View source]
def object_uid : Int32 #

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

[View source]
def pos : Tuple(Float64, Float64) #

[View source]
def pos=(v : Tuple(Float, Float)) #

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

def type : Int32 #

TODO Enum it


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

TODO Enum it


[View source]
def uid : Int32 #

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

[View source]
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]