Uses of Class
org.openpatch.scratch.extensions.hitbox.Hitbox
Packages that use Hitbox
Package
Description
The org.openpatch.scratch package contains classes that provide an API for creating Scratch-like
projects in Java.
-
Uses of Hitbox in org.openpatch.scratch
Methods in org.openpatch.scratch that return HitboxModifier and TypeMethodDescriptionSprite.getHitbox()
Returns the hitbox of the sprite based on its current costume, position, and rotation.Methods in org.openpatch.scratch with parameters of type Hitbox -
Uses of Hitbox in org.openpatch.scratch.extensions.hitbox
Methods in org.openpatch.scratch.extensions.hitbox with parameters of type HitboxModifier and TypeMethodDescriptionboolean
Hitbox.intersects
(Hitbox hitbox) Checks if the hitbox intersects with another hitbox.