Package guideme.scene
Interface ImplicitAnnotationStrategy
- All Superinterfaces:
Extension
Provides a way to generate a
SceneAnnotation
on the fly if no explicit annotation could be found under the
mouse.-
Field Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable SceneAnnotation
getAnnotation
(GuidebookLevel level, net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.world.phys.BlockHitResult blockHitResult) Methods inherited from interface guideme.extensions.Extension
onExtensionsBuilt
-
Field Details
-
EXTENSION_POINT
-
-
Method Details
-
getAnnotation
@Nullable @Nullable SceneAnnotation getAnnotation(GuidebookLevel level, net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.world.phys.BlockHitResult blockHitResult)
-