net.minecraft.world.entity.vehicle

public abstract class MinecartBehavior

cvd
net.minecraft.world.entity.vehicle.MinecartBehavior
net.minecraft.class_9878
net.minecraft.entity.vehicle.MinecartController
net.minecraft.src.C_345848_

Field summary

Modifier and TypeField
protected final AbstractMinecart
a
minecart
field_52520
minecart
f_349141_

Constructor summary

ModifierConstructor
protected (AbstractMinecart minecart)

Method summary

Modifier and TypeMethod
public InterpolationHandler
a()
getInterpolation()
method_66328()
getInterpolator()
m_386831_()
public void
a(double arg0, double arg1, double arg2)
lerpMotion(double arg0, double arg1, double arg2)
method_61573(double arg0, double arg1, double arg2)
setLerpTargetVelocity(double x, double y, double z)
m_352358_(double p_369322_, double arg1, double arg2)
public abstract void
b()
tick()
method_61587()
tick()
m_352175_()
public Level
c()
level()
method_61588()
getWorld()
m_354883_()
public abstract void
a(asb arg0)
moveAlongTrack(ServerLevel arg0)
method_61589(class_3218 arg0)
moveOnRail(ServerWorld world)
m_355605_(C_12_ arg0)
public abstract double
a(iw arg0, ecu arg1, double arg2)
stepAlongTrack(BlockPos arg0, RailShape arg1, double arg2)
method_61577(class_2338 arg0, class_2768 arg1, double arg2)
moveAlongTrack(BlockPos blockPos, RailShape railShape, double remainingMovement)
m_353264_(C_4675_ p_365444_, C_2100_ p_369487_, double arg2)
public abstract boolean
d()
pushAndPickupEntities()
method_62826()
handleCollision()
m_354637_()
public Vec3
e()
getDeltaMovement()
method_61590()
getVelocity()
m_355278_()
public void
a(fgc arg0)
setDeltaMovement(Vec3 arg0)
method_61576(class_243 arg0)
setVelocity(Vec3d velocity)
m_357144_(C_3046_ arg0)
public void
b(double arg0, double arg1, double arg2)
setDeltaMovement(double arg0, double arg1, double arg2)
method_61579(double arg0, double arg1, double arg2)
setVelocity(double x, double y, double z)
m_351809_(double p_368764_, double arg1, double arg2)
public Vec3
f()
position()
method_61591()
getPos()
m_353976_()
public double
g()
getX()
method_61592()
getX()
m_356065_()
public double
h()
getY()
method_61593()
getY()
m_355069_()
public double
i()
getZ()
method_61594()
getZ()
m_353526_()
public void
b(fgc arg0)
setPos(Vec3 arg0)
method_61581(class_243 arg0)
setPos(Vec3d pos)
m_357506_(C_3046_ arg0)
public void
c(double arg0, double arg1, double arg2)
setPos(double arg0, double arg1, double arg2)
method_61583(double arg0, double arg1, double arg2)
setPos(double x, double y, double z)
m_352338_(double p_367426_, double arg1, double arg2)
public float
j()
getXRot()
method_61595()
getPitch()
m_353360_()
public void
a(float arg0)
setXRot(float arg0)
method_61575(float arg0)
setPitch(float pitch)
m_353930_(float arg0)
public float
k()
getYRot()
method_61596()
getYaw()
m_354728_()
public void
b(float arg0)
setYRot(float arg0)
method_61580(float arg0)
setYaw(float yaw)
m_356170_(float arg0)
public Direction
l()
getMotionDirection()
method_61597()
getHorizontalFacing()
m_351880_()
public Vec3
c(fgc arg0)
getKnownMovement(Vec3 arg0)
method_61584(class_243 arg0)
limitSpeed(Vec3d velocity)
m_353032_(C_3046_ arg0)
public abstract double
b(asb arg0)
getMaxSpeed(ServerLevel arg0)
method_61598(class_3218 arg0)
getMaxSpeed(ServerWorld world)
m_351896_(C_12_ arg0)
public abstract double
m()
getSlowdownFactor()
method_61599()
getSpeedRetention()
m_353778_()