We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e8c97 commit ea38c4eCopy full SHA for ea38c4e
1 file changed
src/main/java/com/gtnewhorizon/structurelib/StructureLibAPI.java
@@ -86,7 +86,7 @@ public static void disableInstrument() {
86
87
/**
88
* Check if instrumenting is enabled.
89
- *
+ *
90
* @return true if enabled, false otherwise
91
*/
92
public static boolean isInstrumentEnabled() {
@@ -272,6 +272,13 @@ public static Item getItemBlockHint() {
272
return StructureLib.itemBlockHint;
273
}
274
275
+ /**
276
+ * Get the hologram item.
277
+ */
278
+ public static Item getDefaultHologramItem() {
279
+ return StructureLib.itemConstructableTrigger;
280
+ }
281
+
282
283
* Check if structure debug mode is on.
284
*
0 commit comments