Package me.ulrich.outpost.interfaces
Interface Line
- All Known Implementing Classes:
OptimalItemLine,OptimalTextLine
public interface Line
The line interface used to return lines, and which has a method to update the
Hologram-
Method Summary
Modifier and TypeMethodDescriptiondefault voidupdateHologram(Hologram hologram) Update a hologram line
-
Method Details
-
updateHologram
Update a hologram line- Parameters:
hologram- The parent hologram
-