Class Arrow3D
- All Implemented Interfaces:
AutoCloseable
Line with a configurable conical arrow head.
-
Constructor Summary
ConstructorsConstructorDescriptionArrow3D(net.minecraft.world.phys.Vec3 start, net.minecraft.world.phys.Vec3 end) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidextract(WorldRenderContext context) head(float length, float radius) protected WorldBoundsstroke(WorldStroke value)
-
Constructor Details
-
Arrow3D
public Arrow3D(net.minecraft.world.phys.Vec3 start, net.minecraft.world.phys.Vec3 end)
-
-
Method Details
-
stroke
-
head
-
localBounds
- Overrides:
localBoundsin classWorldObject<Arrow3D>
-
extract
- Specified by:
extractin classWorldObject<Arrow3D>
-