mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-30 20:39:10 +00:00
优化座椅交互与乐魂的生成
This commit is contained in:
@@ -3,5 +3,5 @@ package net.momirealms.craftengine.core.entity.furniture.hitbox;
|
||||
import net.momirealms.craftengine.core.world.Vec3d;
|
||||
import net.momirealms.craftengine.core.world.collision.AABB;
|
||||
|
||||
public record FurnitureHitboxPart(int entityId, AABB aabb, Vec3d pos) {
|
||||
public record FurnitureHitboxPart(int entityId, AABB aabb, Vec3d pos, boolean interactive) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user