Skip to content

Instantly share code, notes, and snippets.

View TropicalShadow's full-sized avatar
🤖
Doing the Code

TropicalShadow TropicalShadow

🤖
Doing the Code
View GitHub Profile
@TropicalShadow
TropicalShadow / BoundingBoxVisualiser.java
Created October 10, 2025 14:38
Minestom BoundingBox Visualiser
package funny.package.name;
import net.minestom.server.collision.BoundingBox;
import net.minestom.server.coordinate.Vec;
import net.minestom.server.entity.Entity;
import net.minestom.server.entity.EntityType;
import net.minestom.server.entity.metadata.display.BlockDisplayMeta;
import net.minestom.server.instance.Instance;
import net.minestom.server.instance.block.Block;
import org.jetbrains.annotations.NotNull;