Class HitboxComponent

java.lang.Object
dev.engine_room.flywheel.lib.visual.component.HitboxComponent
All Implemented Interfaces:
EntityComponent

public final class HitboxComponent extends Object implements EntityComponent
  • Field Details

    • BOX_MODEL

      public static final Model BOX_MODEL
    • LINE_MODEL

      public static final Model LINE_MODEL
  • Constructor Details

    • HitboxComponent

      public HitboxComponent(VisualizationContext context, net.minecraft.world.entity.Entity entity)
  • Method Details