Package com.misterpemodder.shulkerboxtooltip.api
@ParametersAreNonnullByDefault
package com.misterpemodder.shulkerboxtooltip.api
The platform independent part of the ShulkerBoxTooltip API.
Most of the API is accessed through the
ShulkerBoxTooltipApi interface.
The Forge-specific API is implemented at com.misterpemodder.shulkerboxtooltip.api.forge.
- Since:
- 1.3.0
-
ClassDescriptionProvides information for item previews, such as the item stack and player that owns the stack (if present).A builder for creating
PreviewContextinstances.The type of preview to draw.Implement this interface and use this as your entrypoint.