Class: WonkoVersion::Resources

Inherits:
Object
  • Object
show all
Defined in:
lib/wonko_the_sane/wonko_version.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeResources

Returns a new instance of Resources.



156
157
158
159
160
# File 'lib/wonko_the_sane/wonko_version.rb', line 156

def initialize
  @extra = {}
  @folders = {}
  @downloads = []
end

Instance Attribute Details

#appletClassObject

Returns the value of attribute appletClass.



145
146
147
# File 'lib/wonko_the_sane/wonko_version.rb', line 145

def appletClass
  @appletClass
end

#assetsObject

Returns the value of attribute assets.



146
147
148
# File 'lib/wonko_the_sane/wonko_version.rb', line 146

def assets
  @assets
end

#downloadsObject

Download


151
152
153
# File 'lib/wonko_the_sane/wonko_version.rb', line 151

def downloads
  @downloads
end

#extraObject

for communication between sanitizers, parsers etc.



154
155
156
# File 'lib/wonko_the_sane/wonko_version.rb', line 154

def extra
  @extra
end

#foldersObject

Path => [Type]



150
151
152
# File 'lib/wonko_the_sane/wonko_version.rb', line 150

def folders
  @folders
end

#jarModTargetObject

Returns the value of attribute jarModTarget.



149
150
151
# File 'lib/wonko_the_sane/wonko_version.rb', line 149

def jarModTarget
  @jarModTarget
end

#launchMethodObject

Returns the value of attribute launchMethod.



141
142
143
# File 'lib/wonko_the_sane/wonko_version.rb', line 141

def launchMethod
  @launchMethod
end

#mainClassObject

resources



144
145
146
# File 'lib/wonko_the_sane/wonko_version.rb', line 144

def mainClass
  @mainClass
end

#minecraftArgumentsObject

Returns the value of attribute minecraftArguments.



147
148
149
# File 'lib/wonko_the_sane/wonko_version.rb', line 147

def minecraftArguments
  @minecraftArguments
end

#traitsObject

Returns the value of attribute traits.



140
141
142
# File 'lib/wonko_the_sane/wonko_version.rb', line 140

def traits
  @traits
end

#tweakersObject

Returns the value of attribute tweakers.



148
149
150
# File 'lib/wonko_the_sane/wonko_version.rb', line 148

def tweakers
  @tweakers
end