Package games.stendhal.client.gui
Interface Inspectable
- All Known Subinterfaces:
EntityView<T>
- All Known Implementing Classes:
Entity2DView
,FeatureEnabledItemPanel
,FlyOverArea2DView
,SlotGrid
,SlotWindow
,Spells
,StackableItem2DView
public interface Inspectable
Interface for objects that can be inspected.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setInspector(Inspector inspector)
Set the Inspector used for inspection.
-
Method Details
-
setInspector
Set the Inspector used for inspection.- Parameters:
inspector
- inspector for the object
-