RGB-rogue-like-game
1.0
RGB-rogue-like-game
/
ru.hse.sd.rgb.gameloaders.factories
/
GenerationTableBuilder
Generation
Table
Builder
public
interface
GenerationTableBuilder
<
T
extends
Object
>
Content copied to clipboard
Functions
Extensions
Functions
build
Link copied to clipboard
abstract
GenerationTable
<
T
>
build
(
)
Content copied to clipboard
outcome
Link copied to clipboard
abstract
GenerationTableBuilder
<
T
>
outcome
(
Integer
weight
,
Function0
<
T
>
result
)
Content copied to clipboard
use
Random
Link copied to clipboard
abstract
GenerationTableBuilder
<
T
>
useRandom
(
Random
random
)
Content copied to clipboard
Extensions
add
Defaults
Link copied to clipboard
final
GenerationTableBuilder
<
RGBDelta
>
addDefaults
(
Int
eachWeight
)
Content copied to clipboard