INNER CODE UNIT · Java

BlockTable

BSVogler/WurfelEngineSDK · core/src/main/java/editor/BlockTable.java:44

public class BlockTable extends AbstractPlacableTable {

	private byte selectionId;
	/**
	 * stores the block drawables
	 */
	private final ArrayList<BlockDrawable> blockDrawables = new ArrayList<>(40);
	private BlockDrawable selectedDrawable;

	@Override
	public void show(GameView view) {
		if (!isVisible()) {
			setVisible(true);
		}

		//setScale(5f);
		if (!hasChildren()) {

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…