INNER CODE UNIT · Java

BlockListener

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

	private class BlockListener extends ClickListener {

		/**
		 * id of represented block
		 */
		private final byte blockId;
		private final byte id;

		/**
		 *
		 * @param id id of the listener
		 * @param blockId representing block id
		 */
		BlockListener(byte id, byte blockId) {
			this.blockId = blockId;
			this.id = id;
		}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…