Class HitboxComponent
java.lang.Object
dev.engine_room.flywheel.lib.visual.component.HitboxComponent
- All Implemented Interfaces:
EntityComponent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHitboxComponent(VisualizationContext context, net.minecraft.world.entity.Entity entity) -
Method Summary
Modifier and TypeMethodDescriptionvoidbeginFrame(DynamicVisual.Context context) voiddelete()booleanshowEyeBox(boolean showEyeBox)
-
Field Details
-
BOX_MODEL
-
LINE_MODEL
-
-
Constructor Details
-
HitboxComponent
-
-
Method Details
-
doesShowEyeBox
public boolean doesShowEyeBox() -
showEyeBox
-
beginFrame
- Specified by:
beginFramein interfaceEntityComponent
-
delete
public void delete()- Specified by:
deletein interfaceEntityComponent
-