Uses of Class
com.bombinggames.wurfelengine.core.map.AbstractBlockLogicExtension
-
Packages that use AbstractBlockLogicExtension Package Description com.bombinggames.wurfelengine.core.map -
-
Uses of AbstractBlockLogicExtension in com.bombinggames.wurfelengine.core.map
Methods in com.bombinggames.wurfelengine.core.map that return AbstractBlockLogicExtension Modifier and Type Method Description AbstractBlockLogicExtension
Chunk. getLogic(Coordinate coord)
Get the logic to a logicblock.AbstractBlockLogicExtension
Coordinate. getLogic()
get the logic to a block.AbstractBlockLogicExtension
Map. getLogic(Coordinate coord)
static AbstractBlockLogicExtension
AbstractBlockLogicExtension. newLogicInstance(byte blockId, byte value, Coordinate coord)
Creates a new logic instance if registered.Methods in com.bombinggames.wurfelengine.core.map with parameters of type AbstractBlockLogicExtension Modifier and Type Method Description protected void
Chunk. addLogic(AbstractBlockLogicExtension block)
void
Map. addLogic(AbstractBlockLogicExtension block)
Add a logicblock to the map.Method parameters in com.bombinggames.wurfelengine.core.map with type arguments of type AbstractBlockLogicExtension Modifier and Type Method Description static void
AbstractBlockLogicExtension. registerClass(byte id, java.lang.Class<? extends AbstractBlockLogicExtension> aClass)
Register a block id with a logic block class.
-