Usage

快速使用 TrHologram API 创建全息图

Add as dependency

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
	dependencies {
	        implementation 'com.github.Arasple:TrHologram:1.11'
	}

Create Hologram

import me.arasple.mc.trhologram.api.TrHologramAPI;
TrHologramAPI.createHologram(Plugin plugin, String id, Location location, List<String> contents) Hologram

Manager Hologram

hologram.updateLines(List<String> contents);

Last updated