Package com.hbm_m.client.missile.track
Class MissileTrackContrail
java.lang.Object
com.hbm_m.client.missile.track.MissileTrackContrail
Contrail segments for network-tracked missiles.
Must use
pForce=true spawn — vanilla addAlwaysVisibleParticle still caps at 32 blocks from camera.
Gray vapor is spawned later by MissileContrailParticle when each hot particle expires.-
Method Summary
Modifier and TypeMethodDescriptionstatic voidspawn(net.minecraft.client.multiplayer.ClientLevel level, double fromX, double fromY, double fromZ, double toX, double toY, double toZ, float scale) static voidspawnSegments(net.minecraft.client.multiplayer.ClientLevel level, double anchorX, double anchorY, double anchorZ, net.minecraft.world.phys.Vec3 motionNorm, double len, net.minecraft.world.phys.Vec3 exhaustVelocity, float scale, double offsetX, double offsetY, double offsetZ)
-
Method Details
-
spawn
public static void spawn(net.minecraft.client.multiplayer.ClientLevel level, double fromX, double fromY, double fromZ, double toX, double toY, double toZ, float scale) -
spawnSegments
public static void spawnSegments(net.minecraft.client.multiplayer.ClientLevel level, double anchorX, double anchorY, double anchorZ, net.minecraft.world.phys.Vec3 motionNorm, double len, net.minecraft.world.phys.Vec3 exhaustVelocity, float scale, double offsetX, double offsetY, double offsetZ)
-