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