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) Methods inherited from class WorldObject
animation, animationValue, close, closed, effectiveTransform, effects, effects, localBounds, material, material, pickable, pickable, pickable, pickId, position, position, releaseResources, self, transform, transform, updater, visible, visible
-
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>
-