Uses of Class
com.bombinggames.wurfelengine.core.map.BlockConfig
-
Packages that use BlockConfig Package Description com.bombinggames.wurfelengine.core.map -
-
Uses of BlockConfig in com.bombinggames.wurfelengine.core.map
Methods in com.bombinggames.wurfelengine.core.map that return BlockConfig Modifier and Type Method Description static BlockConfig
Map. getBlockConfig()
Get the currently set block config.Methods in com.bombinggames.wurfelengine.core.map with parameters of type BlockConfig Modifier and Type Method Description static void
Map. setBlockConfig(BlockConfig blockConfig)
Set the currently set block config.
-