History - net.minecraft.world.entity.vehicle.Boat
1.21.8
Names
Fields
Constructors
Methods
1.21.7
Names
Fields
Constructors
Methods
1.21.6
Names
cux
cxi
Fields
Constructors
Methods
1.21.5
Names
cqz
cux
Fields
Constructors
Methods
1.21.4
Names
cry
cqz
Fields
Constructors
Methods
1.21.3
Names
cov
cry
Fields
double: aD, lerpYRot, field_7699, boatYaw, f_38271_
double: t, lerpX, field_7686, x, f_38268_
EntityDataAccessor<Integer>: i, DATA_ID_TYPE, field_7698, BOAT_TYPE, f_38285_
float[]: o, paddlePositions, field_7704, paddlePhases, f_38263_
float: p, invFriction, field_7692, velocityDecay, f_38264_
float: q, outOfControlTicks, field_7706, ticksUnderwater, f_38265_
float: r, deltaRotation, field_7690, yawVelocity, f_38266_
int: s, lerpSteps, field_7708, lerpTicks, f_38267_
double: u, lerpY, field_7700, y, f_38269_
double: v, lerpZ, field_7685, z, f_38270_
double: aE, lerpXRot, field_7684, boatPitch, f_38272_
boolean: aF, inputLeft, field_7710, pressingLeft, f_38273_
boolean: aG, inputRight, field_7695, pressingRight, f_38274_
boolean: aH, inputUp, field_7709, pressingForward, f_38275_
boolean: aI, inputDown, field_7693, pressingBack, f_38276_
double: aJ, waterLevel, field_7697, waterLevel, f_38277_
float: aK, landFriction, field_7714, nearbySlipperiness, f_38278_
Boat$Status: aL, status, field_7702, location, f_38279_
Boat$Status: aM, oldStatus, field_7701, lastLocation, f_38280_
double: aN, lastYd, field_7696, fallVelocity, f_38281_
EntityDataAccessor<Boolean>: j, DATA_ID_PADDLE_LEFT, field_7687, LEFT_PADDLE_MOVING, f_38286_
EntityDataAccessor<Boolean>: k, DATA_ID_PADDLE_RIGHT, field_7713, RIGHT_PADDLE_MOVING, f_38287_
EntityDataAccessor<Integer>: l, DATA_ID_BUBBLE_TIME, field_7691, BUBBLE_WOBBLE_TICKS, f_38262_
boolean: aO, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, f_38257_
boolean: aP, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, f_38258_
float: aQ, bubbleMultiplier, field_7712, bubbleWobbleStrength, f_38259_
float: aR, bubbleAngle, field_7694, bubbleWobble, f_38260_
float: aS, bubbleAngleO, field_7711, lastBubbleWobble, f_38261_
int: b, PADDLE_LEFT, field_30697, field_30697, f_150268_
int: c, PADDLE_RIGHT, field_30698, field_30698, f_150269_
int: m, TIME_TO_EJECT, field_30695, field_30695, f_150266_
double: d, PADDLE_SOUND_TIME, field_30699, EMIT_SOUND_EVENT_PADDLE_ROTATION, f_150270_
int: e, BUBBLE_TIME, field_30700, field_30700, f_150271_
float: n, PADDLE_SPEED, field_30696, NEXT_PADDLE_PHASE, f_150267_
Leashable$LeashData: aT, leashData, field_52225, leashData, f_336799_
Constructors
(Level, double, double, double)
(EntityType<? extends Boat>, Level)
(EntityType<? extends Boat>, Level, Supplier<Item>)
Methods
boolean (): bB, isPushable, method_5810, isPushable, m_6094_
boolean (): bA, isPickable, method_5863, canHit, m_6087_
void (): l, tick, method_5773, tick, m_8119_
void (CompoundTag): a, readAdditionalSaveData, method_5749, readCustomDataFromNbt, m_7378_
void (Entity): h, push, method_5697, pushAwayFrom, m_7334_
Item (): ak_, getDropItem, method_7557, asItem, m_38369_
Direction (): cI, getMotionDirection, method_5755, getMovementDirection, m_6374_
void (): C, tickLerp, method_7555, updatePositionAndRotation, m_38391_
void (boolean, boolean): b, setPaddleState, method_7538, setPaddleMovings, m_38339_
Boat$Status (): D, getStatus, method_7552, checkLocation, m_38392_
float (): t, getWaterLevelAbove, method_7544, getWaterHeightBelow, m_38371_
float (): v, getGroundFriction, method_7548, getNearbySlipperiness, m_38377_
boolean (): E, checkInWater, method_7545, checkBoatInWater, m_38393_
Boat$Status (): H, isUnderwater, method_7532, getUnderWaterLocation, m_38394_
void (): I, floatBoat, method_7534, updateVelocity, m_38395_
void (): J, controlBoat, method_7549, updatePaddles, m_38396_
void (Entity): d, clampRotation, method_7546, clampPassengerYaw, m_38321_
void (double, boolean, BlockState, BlockPos): a, checkFallDamage, method_5623, fall, m_7840_
boolean (int): c, getPaddleState, method_7556, isPaddleMoving, m_38313_
boolean (Entity): r, canAddPassenger, method_5818, canAddPassenger, m_7310_
float (int, float): a, getRowingTime, method_7551, interpolatePaddlePhase, m_38315_
void (Entity): k, onPassengerTurned, method_5644, onPassengerLookAround, m_7340_
void (boolean, boolean, boolean, boolean): a, setInput, method_7535, setInputs, m_38342_
SoundEvent (): s, getPaddleSound, method_7537, getPaddleSoundEvent, m_38370_
void (boolean): l, onAboveBubbleCol, method_5700, onBubbleColumnSurfaceCollision, m_6845_
void (): B, tickBubbleColumn, method_7550, handleBubbleColumn, m_38388_
void (int): b, setBubbleTime, method_7531, setBubbleWobbleTicks, m_38366_
int (): K, getBubbleTime, method_7539, getBubbleWobbleTicks, m_38397_
float (float): a, getBubbleAngle, method_7547, interpolateBubbleWobble, m_38352_
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToNbt, m_7380_
Vec3 (LivingEntity): b, getDismountLocationForPassenger, method_24829, updatePassengerForDismount, m_7688_
InteractionResult (Player, InteractionHand): a, interact, method_5688, interact, m_6096_
boolean (): bk, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (Entity): i, canCollideWith, method_30949, collidesWith, m_7337_
boolean (Entity, Entity): a, canVehicleCollide, method_30959, canCollide, m_38323_
boolean (): bG, canBeCollidedWith, method_30948, isCollidable, m_5829_
Vec3 (Direction$Axis, BlockUtil$FoundRectangle): a, getRelativePortalPosition, method_30633, positionInPortal, m_7643_
Entity$MovementEmission (): bc, getMovementEmission, method_33570, getMoveEffect, m_142319_
ItemStack (): dB, getPickResult, method_31480, getPickBlockStack, m_142340_
float (): w, getSinglePassengerXOffset, method_42280, getPassengerHorizontalOffset, m_213802_
int (): F, getMaxPassengers, method_42281, getMaxPassengers, m_213801_
void (Boat$Type): a, setVariant, method_47884, setVariant, m_28464_
Boat$Type (): x, getVariant, method_47885, getVariant, m_28554_
void (float): n, animateHurt, method_5879, animateDamage, m_6053_
boolean (Entity): c, hasEnoughSpaceFor, method_49182, isSmallerThanBoat, m_271938_
LivingEntity (): cQ, getControllingPassenger, method_5642, getControllingPassenger, m_6688_
void (Entity, Entity$MoveFunction): a, positionRider, method_5865, updatePassengerPosition, m_19956_
void (double, double, double, float, float, int): a, lerpTo, method_5759, updateTrackedPositionAndAngles, m_6453_
double (): c_, lerpTargetX, method_53830, getLerpTargetX, m_293268_
double (): d_, lerpTargetY, method_53827, getLerpTargetY, m_293950_
double (): P_, lerpTargetZ, method_53828, getLerpTargetZ, m_292720_
float (): Q_, lerpTargetXRot, method_53829, getLerpTargetPitch, m_293123_
float (): e_, lerpTargetYRot, method_53831, getLerpTargetYaw, m_293582_
Component (): cs, getTypeName, method_23315, getDefaultName, m_5677_
void (SynchedEntityData$Builder): a, defineSynchedData, method_5693, initDataTracker, m_8097_
Vec3 (Entity, EntityDimensions, float): a, getPassengerAttachmentPoint, method_52533, getPassengerAttachmentPos, m_293035_
double (): aZ, getDefaultGravity, method_7490, getGravity, m_319564_
Leashable$LeashData (): X_, getLeashData, method_60955, getLeashData, m_338492_
void (Leashable$LeashData): a, setLeashData, method_60960, setLeashData, m_338401_
Vec3 (): cM, getLeashOffset, method_29919, getLeashOffset, m_7939_
void (Entity, float): b, elasticRangeLeashBehaviour, method_61162, applyLeashElasticity, m_338435_
void (Entity$RemovalReason): a, remove, method_5650, remove, m_142687_
double (EntityDimensions): b, rideHeight, method_64489, getPassengerAttachmentY, m_352375_
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
cox
cov
Fields
double: aF, lerpYRot, field_7699, boatYaw, f_38271_
double: aD, lerpYRot, field_7699, boatYaw, f_38271_
double: aG, lerpXRot, field_7684, boatPitch, f_38272_
double: aE, lerpXRot, field_7684, boatPitch, f_38272_
boolean: aH, inputLeft, field_7710, pressingLeft, f_38273_
boolean: aF, inputLeft, field_7710, pressingLeft, f_38273_
boolean: aI, inputRight, field_7695, pressingRight, f_38274_
boolean: aG, inputRight, field_7695, pressingRight, f_38274_
boolean: aJ, inputUp, field_7709, pressingForward, f_38275_
boolean: aH, inputUp, field_7709, pressingForward, f_38275_
boolean: aK, inputDown, field_7693, pressingBack, f_38276_
boolean: aI, inputDown, field_7693, pressingBack, f_38276_
double: aL, waterLevel, field_7697, waterLevel, f_38277_
double: aJ, waterLevel, field_7697, waterLevel, f_38277_
float: aM, landFriction, field_7714, nearbySlipperiness, f_38278_
float: aK, landFriction, field_7714, nearbySlipperiness, f_38278_
Boat$Status: aN, status, field_7702, location, f_38279_
Boat$Status: aL, status, field_7702, location, f_38279_
Boat$Status: aO, oldStatus, field_7701, lastLocation, f_38280_
Boat$Status: aM, oldStatus, field_7701, lastLocation, f_38280_
double: aP, lastYd, field_7696, fallVelocity, f_38281_
double: aN, lastYd, field_7696, fallVelocity, f_38281_
boolean: aQ, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, f_38257_
boolean: aO, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, f_38257_
boolean: aR, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, f_38258_
boolean: aP, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, f_38258_
float: aS, bubbleMultiplier, field_7712, bubbleWobbleStrength, f_38259_
float: aQ, bubbleMultiplier, field_7712, bubbleWobbleStrength, f_38259_
float: aT, bubbleAngle, field_7694, bubbleWobble, f_38260_
float: aR, bubbleAngle, field_7694, bubbleWobble, f_38260_
float: aU, bubbleAngleO, field_7711, lastBubbleWobble, f_38261_
float: aS, bubbleAngleO, field_7711, lastBubbleWobble, f_38261_
Leashable$LeashData: aT, leashData, field_52225, leashData, f_336799_
Constructors
Methods
boolean (): bA, isPushable, method_5810, isPushable, m_6094_
boolean (): bB, isPushable, method_5810, isPushable, m_6094_
boolean (): bz, isPickable, method_5863, canHit, m_6087_
boolean (): bA, isPickable, method_5863, canHit, m_6087_
Item (): ag_, getDropItem, method_7557, asItem, m_38369_
Item (): ak_, getDropItem, method_7557, asItem, m_38369_
void (): A, tickLerp, method_7555, updatePositionAndRotation, m_38391_
void (): C, tickLerp, method_7555, updatePositionAndRotation, m_38391_
void (boolean, boolean): a, setPaddleState, method_7538, setPaddleMovings, m_38339_
void (boolean, boolean): b, setPaddleState, method_7538, setPaddleMovings, m_38339_
Boat$Status (): B, getStatus, method_7552, checkLocation, m_38392_
Boat$Status (): D, getStatus, method_7552, checkLocation, m_38392_
float (): u, getWaterLevelAbove, method_7544, getWaterHeightBelow, m_38371_
float (): t, getWaterLevelAbove, method_7544, getWaterHeightBelow, m_38371_
boolean (): C, checkInWater, method_7545, checkBoatInWater, m_38393_
boolean (): E, checkInWater, method_7545, checkBoatInWater, m_38393_
Boat$Status (): D, isUnderwater, method_7532, getUnderWaterLocation, m_38394_
Boat$Status (): H, isUnderwater, method_7532, getUnderWaterLocation, m_38394_
void (): E, floatBoat, method_7534, updateVelocity, m_38395_
void (): I, floatBoat, method_7534, updateVelocity, m_38395_
void (): G, controlBoat, method_7549, updatePaddles, m_38396_
void (): J, controlBoat, method_7549, updatePaddles, m_38396_
void (Entity): c, clampRotation, method_7546, clampPassengerYaw, m_38321_
void (Entity): d, clampRotation, method_7546, clampPassengerYaw, m_38321_
void (): z, tickBubbleColumn, method_7550, handleBubbleColumn, m_38388_
void (): B, tickBubbleColumn, method_7550, handleBubbleColumn, m_38388_
int (): H, getBubbleTime, method_7539, getBubbleWobbleTicks, m_38397_
int (): K, getBubbleTime, method_7539, getBubbleWobbleTicks, m_38397_
boolean (): bj, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (): bk, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (): bF, canBeCollidedWith, method_30948, isCollidable, m_5829_
boolean (): bG, canBeCollidedWith, method_30948, isCollidable, m_5829_
Entity$MovementEmission (): bb, getMovementEmission, method_33570, getMoveEffect, m_142319_
Entity$MovementEmission (): bc, getMovementEmission, method_33570, getMoveEffect, m_142319_
ItemStack (): dC, getPickResult, method_31480, getPickBlockStack, m_142340_
ItemStack (): dB, getPickResult, method_31480, getPickBlockStack, m_142340_
int (): y, getMaxPassengers, method_42281, getMaxPassengers, m_213801_
int (): F, getMaxPassengers, method_42281, getMaxPassengers, m_213801_
void (float): m, animateHurt, method_5879, animateDamage, m_6053_
void (float): n, animateHurt, method_5879, animateDamage, m_6053_
boolean (Entity): b, hasEnoughSpaceFor, method_49182, isSmallerThanBoat, m_271938_
boolean (Entity): c, hasEnoughSpaceFor, method_49182, isSmallerThanBoat, m_271938_
double (): L_, lerpTargetZ, method_53828, getLerpTargetZ, m_292720_
double (): P_, lerpTargetZ, method_53828, getLerpTargetZ, m_292720_
float (): M_, lerpTargetXRot, method_53829, getLerpTargetPitch, m_293123_
float (): Q_, lerpTargetXRot, method_53829, getLerpTargetPitch, m_293123_
Component (): cr, getTypeName, method_23315, getDefaultName, m_5677_
Component (): cs, getTypeName, method_23315, getDefaultName, m_5677_
double (): aY, getDefaultGravity, method_7490, getGravity, m_319564_
double (): aZ, getDefaultGravity, method_7490, getGravity, m_319564_
Leashable$LeashData (): X_, getLeashData, method_60955, getLeashData, m_338492_
void (Leashable$LeashData): a, setLeashData, method_60960, setLeashData, m_338401_
Vec3 (): cM, getLeashOffset, method_29919, getLeashOffset, m_7939_
void (Entity, float): b, elasticRangeLeashBehaviour, method_61162, applyLeashElasticity, m_338435_
void (Entity$RemovalReason): a, remove, method_5650, remove, m_142687_
1.20.6
Names
chc
cox
Fields
double: aE, lerpYRot, field_7699, boatYaw, f_38271_
double: aF, lerpYRot, field_7699, boatYaw, f_38271_
double: aF, lerpXRot, field_7684, boatPitch, f_38272_
double: aG, lerpXRot, field_7684, boatPitch, f_38272_
boolean: aG, inputLeft, field_7710, pressingLeft, f_38273_
boolean: aH, inputLeft, field_7710, pressingLeft, f_38273_
boolean: aH, inputRight, field_7695, pressingRight, f_38274_
boolean: aI, inputRight, field_7695, pressingRight, f_38274_
boolean: aI, inputUp, field_7709, pressingForward, f_38275_
boolean: aJ, inputUp, field_7709, pressingForward, f_38275_
boolean: aJ, inputDown, field_7693, pressingBack, f_38276_
boolean: aK, inputDown, field_7693, pressingBack, f_38276_
double: aK, waterLevel, field_7697, waterLevel, f_38277_
double: aL, waterLevel, field_7697, waterLevel, f_38277_
float: aL, landFriction, field_7714, nearbySlipperiness, f_38278_
float: aM, landFriction, field_7714, nearbySlipperiness, f_38278_
Boat$Status: aM, status, field_7702, location, f_38279_
Boat$Status: aN, status, field_7702, location, f_38279_
Boat$Status: aN, oldStatus, field_7701, lastLocation, f_38280_
Boat$Status: aO, oldStatus, field_7701, lastLocation, f_38280_
double: aO, lastYd, field_7696, fallVelocity, f_38281_
double: aP, lastYd, field_7696, fallVelocity, f_38281_
boolean: aP, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, f_38257_
boolean: aQ, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, f_38257_
boolean: aQ, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, f_38258_
boolean: aR, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, f_38258_
float: aR, bubbleMultiplier, field_7712, bubbleWobbleStrength, f_38259_
float: aS, bubbleMultiplier, field_7712, bubbleWobbleStrength, f_38259_
float: aS, bubbleAngle, field_7694, bubbleWobble, f_38260_
float: aT, bubbleAngle, field_7694, bubbleWobble, f_38260_
float: aT, bubbleAngleO, field_7711, lastBubbleWobble, f_38261_
float: aU, bubbleAngleO, field_7711, lastBubbleWobble, f_38261_
Constructors
Methods
void (): c_, defineSynchedData, method_5693, initDataTracker, m_8097_
boolean (): bu, isPushable, method_5810, isPushable, m_6094_
boolean (): bA, isPushable, method_5810, isPushable, m_6094_
boolean (): bt, isPickable, method_5863, canHit, m_6087_
boolean (): bz, isPickable, method_5863, canHit, m_6087_
void (Entity): g, push, method_5697, pushAwayFrom, m_7334_
void (Entity): h, push, method_5697, pushAwayFrom, m_7334_
Item (): ah_, getDropItem, method_7557, asItem, m_38369_
Item (): ag_, getDropItem, method_7557, asItem, m_38369_
Direction (): cF, getMotionDirection, method_5755, getMovementDirection, m_6374_
Direction (): cI, getMotionDirection, method_5755, getMovementDirection, m_6374_
void (): B, tickLerp, method_7555, updatePositionAndRotation, m_38391_
void (): A, tickLerp, method_7555, updatePositionAndRotation, m_38391_
Boat$Status (): C, getStatus, method_7552, checkLocation, m_38392_
Boat$Status (): B, getStatus, method_7552, checkLocation, m_38392_
float (): w, getGroundFriction, method_7548, getNearbySlipperiness, m_38377_
float (): v, getGroundFriction, method_7548, getNearbySlipperiness, m_38377_
boolean (): D, checkInWater, method_7545, checkBoatInWater, m_38393_
boolean (): C, checkInWater, method_7545, checkBoatInWater, m_38393_
Boat$Status (): E, isUnderwater, method_7532, getUnderWaterLocation, m_38394_
Boat$Status (): D, isUnderwater, method_7532, getUnderWaterLocation, m_38394_
void (): G, floatBoat, method_7534, updateVelocity, m_38395_
void (): E, floatBoat, method_7534, updateVelocity, m_38395_
void (): H, controlBoat, method_7549, updatePaddles, m_38396_
void (): G, controlBoat, method_7549, updatePaddles, m_38396_
void (Entity): b, clampRotation, method_7546, clampPassengerYaw, m_38321_
void (Entity): c, clampRotation, method_7546, clampPassengerYaw, m_38321_
void (Entity): j, onPassengerTurned, method_5644, onPassengerLookAround, m_7340_
void (Entity): k, onPassengerTurned, method_5644, onPassengerLookAround, m_7340_
void (boolean): k, onAboveBubbleCol, method_5700, onBubbleColumnSurfaceCollision, m_6845_
void (boolean): l, onAboveBubbleCol, method_5700, onBubbleColumnSurfaceCollision, m_6845_
void (): A, tickBubbleColumn, method_7550, handleBubbleColumn, m_38388_
void (): z, tickBubbleColumn, method_7550, handleBubbleColumn, m_38388_
int (): I, getBubbleTime, method_7539, getBubbleWobbleTicks, m_38397_
int (): H, getBubbleTime, method_7539, getBubbleWobbleTicks, m_38397_
float (Pose, EntityDimensions): a, getEyeHeight, method_18378, getEyeHeight, m_6380_
boolean (): be, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (): bj, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (Entity): h, canCollideWith, method_30949, collidesWith, m_7337_
boolean (Entity): i, canCollideWith, method_30949, collidesWith, m_7337_
boolean (): bz, canBeCollidedWith, method_30948, isCollidable, m_5829_
boolean (): bF, canBeCollidedWith, method_30948, isCollidable, m_5829_
Entity$MovementEmission (): aW, getMovementEmission, method_33570, getMoveEffect, m_142319_
Entity$MovementEmission (): bb, getMovementEmission, method_33570, getMoveEffect, m_142319_
ItemStack (): dz, getPickResult, method_31480, getPickBlockStack, m_142340_
ItemStack (): dC, getPickResult, method_31480, getPickBlockStack, m_142340_
float (): x, getSinglePassengerXOffset, method_42280, getPassengerHorizontalOffset, m_213802_
float (): w, getSinglePassengerXOffset, method_42280, getPassengerHorizontalOffset, m_213802_
int (): z, getMaxPassengers, method_42281, getMaxPassengers, m_213801_
int (): y, getMaxPassengers, method_42281, getMaxPassengers, m_213801_
Boat$Type (): y, getVariant, method_47885, getVariant, m_28554_
Boat$Type (): x, getVariant, method_47885, getVariant, m_28554_
boolean (Entity): a, hasEnoughSpaceFor, method_49182, isSmallerThanBoat, m_271938_
boolean (Entity): b, hasEnoughSpaceFor, method_49182, isSmallerThanBoat, m_271938_
LivingEntity (): cN, getControllingPassenger, method_5642, getControllingPassenger, m_6688_
LivingEntity (): cQ, getControllingPassenger, method_5642, getControllingPassenger, m_6688_
org.joml.Vector3f (Entity, EntityDimensions, float): a, getPassengerAttachmentPoint, method_52533, getPassengerAttachmentPos, m_292594_
double (): p_, lerpTargetX, method_53830, getLerpTargetX, m_293268_
double (): c_, lerpTargetX, method_53830, getLerpTargetX, m_293268_
double (): N_, lerpTargetY, method_53827, getLerpTargetY, m_293950_
double (): d_, lerpTargetY, method_53827, getLerpTargetY, m_293950_
double (): O_, lerpTargetZ, method_53828, getLerpTargetZ, m_292720_
double (): L_, lerpTargetZ, method_53828, getLerpTargetZ, m_292720_
float (): f_, lerpTargetXRot, method_53829, getLerpTargetPitch, m_293123_
float (): M_, lerpTargetXRot, method_53829, getLerpTargetPitch, m_293123_
float (): q_, lerpTargetYRot, method_53831, getLerpTargetYaw, m_293582_
float (): e_, lerpTargetYRot, method_53831, getLerpTargetYaw, m_293582_
Component (): co, getTypeName, method_23315, getDefaultName, m_5677_
Component (): cr, getTypeName, method_23315, getDefaultName, m_5677_
void (SynchedEntityData$Builder): a, defineSynchedData, method_5693, initDataTracker, m_8097_
Vec3 (Entity, EntityDimensions, float): a, getPassengerAttachmentPoint, method_52533, getPassengerAttachmentPos, m_293035_
double (): aY, getDefaultGravity, method_7490, getGravity, m_319564_
1.20.4
Names
cdn
chc
Fields
EntityDataAccessor<Integer>: f, DATA_ID_HURT, field_7688, DAMAGE_WOBBLE_TICKS, f_38282_
EntityDataAccessor<Integer>: g, DATA_ID_HURTDIR, field_7707, DAMAGE_WOBBLE_SIDE, f_38283_
EntityDataAccessor<Float>: h, DATA_ID_DAMAGE, field_7705, DAMAGE_WOBBLE_STRENGTH, f_38284_
int: s, lerpSteps, field_7708, field_7708, f_38267_
int: s, lerpSteps, field_7708, lerpTicks, f_38267_
Constructors
Methods
void (): a_, defineSynchedData, method_5693, initDataTracker, m_8097_
void (): c_, defineSynchedData, method_5693, initDataTracker, m_8097_
boolean (): bs, isPushable, method_5810, isPushable, m_6094_
boolean (): bu, isPushable, method_5810, isPushable, m_6094_
boolean (DamageSource, float): a, hurt, method_5643, damage, m_6469_
boolean (): br, isPickable, method_5863, canHit, m_6087_
boolean (): bt, isPickable, method_5863, canHit, m_6087_
void (float): a, setDamage, method_7542, setDamageWobbleStrength, m_38311_
float (): x, getDamage, method_7554, getDamageWobbleStrength, m_38384_
void (int): d, setHurtTime, method_7553, setDamageWobbleTicks, m_38354_
int (): y, getHurtTime, method_7533, getDamageWobbleTicks, m_38385_
void (int): m, setHurtDir, method_7540, setDamageWobbleSide, m_38362_
int (): z, getHurtDir, method_7543, getDamageWobbleSide, m_38386_
Item (): q, getDropItem, method_7557, asItem, m_38369_
Item (): ah_, getDropItem, method_7557, asItem, m_38369_
Direction (): cE, getMotionDirection, method_5755, getMovementDirection, m_6374_
Direction (): cF, getMotionDirection, method_5755, getMovementDirection, m_6374_
void (): E, tickLerp, method_7555, updatePositionAndRotation, m_38391_
void (): B, tickLerp, method_7555, updatePositionAndRotation, m_38391_
Boat$Status (): F, getStatus, method_7552, checkLocation, m_38392_
Boat$Status (): C, getStatus, method_7552, checkLocation, m_38392_
float (): t, getWaterLevelAbove, method_7544, getWaterHeightBelow, m_38371_
float (): u, getWaterLevelAbove, method_7544, getWaterHeightBelow, m_38371_
float (): v, getGroundFriction, method_7548, getNearbySlipperiness, m_38377_
float (): w, getGroundFriction, method_7548, getNearbySlipperiness, m_38377_
boolean (): G, checkInWater, method_7545, checkBoatInWater, m_38393_
boolean (): D, checkInWater, method_7545, checkBoatInWater, m_38393_
Boat$Status (): H, isUnderwater, method_7532, getUnderWaterLocation, m_38394_
Boat$Status (): E, isUnderwater, method_7532, getUnderWaterLocation, m_38394_
void (): I, floatBoat, method_7534, updateVelocity, m_38395_
void (): G, floatBoat, method_7534, updateVelocity, m_38395_
void (): K, controlBoat, method_7549, updatePaddles, m_38396_
void (): H, controlBoat, method_7549, updatePaddles, m_38396_
void (): C, tickBubbleColumn, method_7550, handleBubbleColumn, m_38388_
void (): A, tickBubbleColumn, method_7550, handleBubbleColumn, m_38388_
int (): L, getBubbleTime, method_7539, getBubbleWobbleTicks, m_38397_
int (): I, getBubbleTime, method_7539, getBubbleWobbleTicks, m_38397_
float (float): b, getBubbleAngle, method_7547, interpolateBubbleWobble, m_38352_
float (float): a, getBubbleAngle, method_7547, interpolateBubbleWobble, m_38352_
boolean (): bc, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (): be, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (): bx, canBeCollidedWith, method_30948, isCollidable, m_5829_
boolean (): bz, canBeCollidedWith, method_30948, isCollidable, m_5829_
Entity$MovementEmission (): aU, getMovementEmission, method_33570, getMoveEffect, m_142319_
Entity$MovementEmission (): aW, getMovementEmission, method_33570, getMoveEffect, m_142319_
ItemStack (): dy, getPickResult, method_31480, getPickBlockStack, m_142340_
ItemStack (): dz, getPickResult, method_31480, getPickBlockStack, m_142340_
void (DamageSource): a, destroy, method_42279, dropItems, m_213560_
float (): w, getSinglePassengerXOffset, method_42280, getPassengerHorizontalOffset, m_213802_
float (): x, getSinglePassengerXOffset, method_42280, getPassengerHorizontalOffset, m_213802_
int (): B, getMaxPassengers, method_42281, getMaxPassengers, m_213801_
int (): z, getMaxPassengers, method_42281, getMaxPassengers, m_213801_
Boat$Type (): A, getVariant, method_47885, getVariant, m_28554_
Boat$Type (): y, getVariant, method_47885, getVariant, m_28554_
double (): n_, lerpTargetX, method_53830, getLerpTargetX, m_293268_
double (): p_, lerpTargetX, method_53830, getLerpTargetX, m_293268_
double (): K_, lerpTargetY, method_53827, getLerpTargetY, m_293950_
double (): N_, lerpTargetY, method_53827, getLerpTargetY, m_293950_
double (): L_, lerpTargetZ, method_53828, getLerpTargetZ, m_292720_
double (): O_, lerpTargetZ, method_53828, getLerpTargetZ, m_292720_
float (): d_, lerpTargetXRot, method_53829, getLerpTargetPitch, m_293123_
float (): f_, lerpTargetXRot, method_53829, getLerpTargetPitch, m_293123_
float (): o_, lerpTargetYRot, method_53831, getLerpTargetYaw, m_293582_
float (): q_, lerpTargetYRot, method_53831, getLerpTargetYaw, m_293582_
Component (): cn, getTypeName, method_23315, getDefaultName, m_5677_
Component (): co, getTypeName, method_23315, getDefaultName, m_5677_
1.20.2
Names
cah
cdn
Fields
double: aD, lerpZ, field_7685, z, f_38270_
double: v, lerpZ, field_7685, z, f_38270_
Constructors
Methods
boolean (): bp, isPushable, method_5810, isPushable, m_6094_
boolean (): bs, isPushable, method_5810, isPushable, m_6094_
double (): bx, getPassengersRidingOffset, method_5621, getMountedHeightOffset, m_6048_
boolean (): bo, isPickable, method_5863, canHit, m_6087_
boolean (): br, isPickable, method_5863, canHit, m_6087_
float (): r, getDamage, method_7554, getDamageWobbleStrength, m_38384_
float (): x, getDamage, method_7554, getDamageWobbleStrength, m_38384_
int (): s, getHurtTime, method_7533, getDamageWobbleTicks, m_38385_
int (): y, getHurtTime, method_7533, getDamageWobbleTicks, m_38385_
int (): t, getHurtDir, method_7543, getDamageWobbleSide, m_38386_
int (): z, getHurtDir, method_7543, getDamageWobbleSide, m_38386_
void (double, double, double, float, float, int, boolean): a, lerpTo, method_5759, updateTrackedPositionAndAngles, m_6453_
Item (): j, getDropItem, method_7557, asItem, m_38369_
Item (): q, getDropItem, method_7557, asItem, m_38369_
Direction (): cC, getMotionDirection, method_5755, getMovementDirection, m_6374_
Direction (): cE, getMotionDirection, method_5755, getMovementDirection, m_6374_
void (): y, tickLerp, method_7555, updatePositionAndRotation, m_38391_
void (): E, tickLerp, method_7555, updatePositionAndRotation, m_38391_
Boat$Status (): z, getStatus, method_7552, checkLocation, m_38392_
Boat$Status (): F, getStatus, method_7552, checkLocation, m_38392_
float (): o, getWaterLevelAbove, method_7544, getWaterHeightBelow, m_38371_
float (): t, getWaterLevelAbove, method_7544, getWaterHeightBelow, m_38371_
float (): p, getGroundFriction, method_7548, getNearbySlipperiness, m_38377_
float (): v, getGroundFriction, method_7548, getNearbySlipperiness, m_38377_
boolean (): A, checkInWater, method_7545, checkBoatInWater, m_38393_
boolean (): G, checkInWater, method_7545, checkBoatInWater, m_38393_
Boat$Status (): C, isUnderwater, method_7532, getUnderWaterLocation, m_38394_
Boat$Status (): H, isUnderwater, method_7532, getUnderWaterLocation, m_38394_
void (): D, floatBoat, method_7534, updateVelocity, m_38395_
void (): I, floatBoat, method_7534, updateVelocity, m_38395_
void (): E, controlBoat, method_7549, updatePaddles, m_38396_
void (): K, controlBoat, method_7549, updatePaddles, m_38396_
void (Entity): b, clampRotation, method_7546, copyEntityData, m_38321_
void (Entity): b, clampRotation, method_7546, clampPassengerYaw, m_38321_
boolean (Entity): o, canAddPassenger, method_5818, canAddPassenger, m_7310_
boolean (Entity): r, canAddPassenger, method_5818, canAddPassenger, m_7310_
SoundEvent (): k, getPaddleSound, method_7537, getPaddleSoundEvent, m_38370_
SoundEvent (): s, getPaddleSound, method_7537, getPaddleSoundEvent, m_38370_
void (): x, tickBubbleColumn, method_7550, handleBubbleColumn, m_38388_
void (): C, tickBubbleColumn, method_7550, handleBubbleColumn, m_38388_
int (): F, getBubbleTime, method_7539, getBubbleWobbleTicks, m_38397_
int (): L, getBubbleTime, method_7539, getBubbleWobbleTicks, m_38397_
float (float): s, getBubbleAngle, method_7547, interpolateBubbleWobble, m_38352_
float (float): b, getBubbleAngle, method_7547, interpolateBubbleWobble, m_38352_
boolean (): aZ, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (): bc, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (): bu, canBeCollidedWith, method_30948, isCollidable, m_5829_
boolean (): bx, canBeCollidedWith, method_30948, isCollidable, m_5829_
Entity$MovementEmission (): aS, getMovementEmission, method_33570, getMoveEffect, m_142319_
Entity$MovementEmission (): aU, getMovementEmission, method_33570, getMoveEffect, m_142319_
ItemStack (): dv, getPickResult, method_31480, getPickBlockStack, m_142340_
ItemStack (): dy, getPickResult, method_31480, getPickBlockStack, m_142340_
float (): q, getSinglePassengerXOffset, method_42280, getPassengerHorizontalOffset, m_213802_
float (): w, getSinglePassengerXOffset, method_42280, getPassengerHorizontalOffset, m_213802_
int (): w, getMaxPassengers, method_42281, getMaxPassengers, m_213801_
int (): B, getMaxPassengers, method_42281, getMaxPassengers, m_213801_
Boat$Type (): v, getVariant, method_47885, getVariant, m_28554_
Boat$Type (): A, getVariant, method_47885, getVariant, m_28554_
LivingEntity (): cL, getControllingPassenger, method_5642, getControllingPassenger, m_6688_
LivingEntity (): cN, getControllingPassenger, method_5642, getControllingPassenger, m_6688_
org.joml.Vector3f (Entity, EntityDimensions, float): a, getPassengerAttachmentPoint, method_52533, getPassengerAttachmentPos, m_292594_
void (double, double, double, float, float, int): a, lerpTo, method_5759, updateTrackedPositionAndAngles, m_6453_
double (): n_, lerpTargetX, method_53830, getLerpTargetX, m_293268_
double (): K_, lerpTargetY, method_53827, getLerpTargetY, m_293950_
double (): L_, lerpTargetZ, method_53828, getLerpTargetZ, m_292720_
float (): d_, lerpTargetXRot, method_53829, getLerpTargetPitch, m_293123_
float (): o_, lerpTargetYRot, method_53831, getLerpTargetYaw, m_293582_
Component (): cn, getTypeName, method_23315, getDefaultName, m_5677_
1.20.1
Names
caf
cah
Fields
double: aD, lerpYRot, field_7699, boatYaw, f_38271_
double: aE, lerpYRot, field_7699, boatYaw, f_38271_
double: aC, lerpZ, field_7685, z, f_38270_
double: aD, lerpZ, field_7685, z, f_38270_
double: aE, lerpXRot, field_7684, boatPitch, f_38272_
double: aF, lerpXRot, field_7684, boatPitch, f_38272_
boolean: aF, inputLeft, field_7710, pressingLeft, f_38273_
boolean: aG, inputLeft, field_7710, pressingLeft, f_38273_
boolean: aG, inputRight, field_7695, pressingRight, f_38274_
boolean: aH, inputRight, field_7695, pressingRight, f_38274_
boolean: aH, inputUp, field_7709, pressingForward, f_38275_
boolean: aI, inputUp, field_7709, pressingForward, f_38275_
boolean: aI, inputDown, field_7693, pressingBack, f_38276_
boolean: aJ, inputDown, field_7693, pressingBack, f_38276_
double: aJ, waterLevel, field_7697, waterLevel, f_38277_
double: aK, waterLevel, field_7697, waterLevel, f_38277_
float: aK, landFriction, field_7714, nearbySlipperiness, f_38278_
float: aL, landFriction, field_7714, nearbySlipperiness, f_38278_
Boat$Status: aL, status, field_7702, location, f_38279_
Boat$Status: aM, status, field_7702, location, f_38279_
Boat$Status: aM, oldStatus, field_7701, lastLocation, f_38280_
Boat$Status: aN, oldStatus, field_7701, lastLocation, f_38280_
double: aN, lastYd, field_7696, fallVelocity, f_38281_
double: aO, lastYd, field_7696, fallVelocity, f_38281_
boolean: aO, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, f_38257_
boolean: aP, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, f_38257_
boolean: aP, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, f_38258_
boolean: aQ, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, f_38258_
float: aQ, bubbleMultiplier, field_7712, bubbleWobbleStrength, f_38259_
float: aR, bubbleMultiplier, field_7712, bubbleWobbleStrength, f_38259_
float: aR, bubbleAngle, field_7694, bubbleWobble, f_38260_
float: aS, bubbleAngle, field_7694, bubbleWobble, f_38260_
float: aS, bubbleAngleO, field_7711, lastBubbleWobble, f_38261_
float: aT, bubbleAngleO, field_7711, lastBubbleWobble, f_38261_
Constructors
Methods
boolean (): bn, isPushable, method_5810, isPushable, m_6094_
boolean (): bp, isPushable, method_5810, isPushable, m_6094_
double (): bv, getPassengersRidingOffset, method_5621, getMountedHeightOffset, m_6048_
double (): bx, getPassengersRidingOffset, method_5621, getMountedHeightOffset, m_6048_
boolean (): bm, isPickable, method_5863, canHit, m_6087_
boolean (): bo, isPickable, method_5863, canHit, m_6087_
float (): q, getDamage, method_7554, getDamageWobbleStrength, m_38384_
float (): r, getDamage, method_7554, getDamageWobbleStrength, m_38384_
int (): r, getHurtTime, method_7533, getDamageWobbleTicks, m_38385_
int (): s, getHurtTime, method_7533, getDamageWobbleTicks, m_38385_
void (int): l, setHurtDir, method_7540, setDamageWobbleSide, m_38362_
void (int): m, setHurtDir, method_7540, setDamageWobbleSide, m_38362_
int (): s, getHurtDir, method_7543, getDamageWobbleSide, m_38386_
int (): t, getHurtDir, method_7543, getDamageWobbleSide, m_38386_
Item (): i, getDropItem, method_7557, asItem, m_38369_
Item (): j, getDropItem, method_7557, asItem, m_38369_
Direction (): cB, getMotionDirection, method_5755, getMovementDirection, m_6374_
Direction (): cC, getMotionDirection, method_5755, getMovementDirection, m_6374_
void (): x, tickLerp, method_7555, updatePositionAndRotation, m_38391_
void (): y, tickLerp, method_7555, updatePositionAndRotation, m_38391_
Boat$Status (): y, getStatus, method_7552, checkLocation, m_38392_
Boat$Status (): z, getStatus, method_7552, checkLocation, m_38392_
float (): k, getWaterLevelAbove, method_7544, getWaterHeightBelow, m_38371_
float (): o, getWaterLevelAbove, method_7544, getWaterHeightBelow, m_38371_
float (): o, getGroundFriction, method_7548, getNearbySlipperiness, m_38377_
float (): p, getGroundFriction, method_7548, getNearbySlipperiness, m_38377_
boolean (): z, checkInWater, method_7545, checkBoatInWater, m_38393_
boolean (): A, checkInWater, method_7545, checkBoatInWater, m_38393_
Boat$Status (): A, isUnderwater, method_7532, getUnderWaterLocation, m_38394_
Boat$Status (): C, isUnderwater, method_7532, getUnderWaterLocation, m_38394_
void (): C, floatBoat, method_7534, updateVelocity, m_38395_
void (): D, floatBoat, method_7534, updateVelocity, m_38395_
void (): D, controlBoat, method_7549, updatePaddles, m_38396_
void (): E, controlBoat, method_7549, updatePaddles, m_38396_
void (Entity): i, positionRider, method_5865, updatePassengerPosition, m_7332_
SoundEvent (): j, getPaddleSound, method_7537, getPaddleSoundEvent, m_38370_
SoundEvent (): k, getPaddleSound, method_7537, getPaddleSoundEvent, m_38370_
void (): w, tickBubbleColumn, method_7550, handleBubbleColumn, m_38388_
void (): x, tickBubbleColumn, method_7550, handleBubbleColumn, m_38388_
int (): E, getBubbleTime, method_7539, getBubbleWobbleTicks, m_38397_
int (): F, getBubbleTime, method_7539, getBubbleWobbleTicks, m_38397_
float (float): b, getBubbleAngle, method_7547, interpolateBubbleWobble, m_38352_
float (float): s, getBubbleAngle, method_7547, interpolateBubbleWobble, m_38352_
boolean (): aX, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (): aZ, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (): bs, canBeCollidedWith, method_30948, isCollidable, m_5829_
boolean (): bu, canBeCollidedWith, method_30948, isCollidable, m_5829_
Entity$MovementEmission (): aQ, getMovementEmission, method_33570, getMoveEffect, m_142319_
Entity$MovementEmission (): aS, getMovementEmission, method_33570, getMoveEffect, m_142319_
ItemStack (): dt, getPickResult, method_31480, getPickBlockStack, m_142340_
ItemStack (): dv, getPickResult, method_31480, getPickBlockStack, m_142340_
float (): p, getSinglePassengerXOffset, method_42280, getPassengerHorizontalOffset, m_213802_
float (): q, getSinglePassengerXOffset, method_42280, getPassengerHorizontalOffset, m_213802_
int (): v, getMaxPassengers, method_42281, getMaxPassengers, m_213801_
int (): w, getMaxPassengers, method_42281, getMaxPassengers, m_213801_
Boat$Type (): t, getVariant, method_47885, getVariant, m_28554_
Boat$Type (): v, getVariant, method_47885, getVariant, m_28554_
void (float): q, animateHurt, method_5879, animateDamage, m_6053_
void (float): m, animateHurt, method_5879, animateDamage, m_6053_
LivingEntity (): cK, getControllingPassenger, method_5642, getControllingPassenger, m_6688_
LivingEntity (): cL, getControllingPassenger, method_5642, getControllingPassenger, m_6688_
void (Entity, Entity$MoveFunction): a, positionRider, method_5865, updatePassengerPosition, m_19956_
1.19.4
Names
byi
caf
Fields
double: aE, lerpYRot, field_7699, boatYaw, f_38271_
double: aD, lerpYRot, field_7699, boatYaw, f_38271_
double: aB, lerpX, field_7686, x, f_38268_
double: t, lerpX, field_7686, x, f_38268_
EntityDataAccessor<Integer>: ao, DATA_ID_HURTDIR, field_7707, DAMAGE_WOBBLE_SIDE, f_38283_
EntityDataAccessor<Integer>: g, DATA_ID_HURTDIR, field_7707, DAMAGE_WOBBLE_SIDE, f_38283_
EntityDataAccessor<Float>: ap, DATA_ID_DAMAGE, field_7705, DAMAGE_WOBBLE_STRENGTH, f_38284_
EntityDataAccessor<Float>: h, DATA_ID_DAMAGE, field_7705, DAMAGE_WOBBLE_STRENGTH, f_38284_
EntityDataAccessor<Integer>: aq, DATA_ID_TYPE, field_7698, BOAT_TYPE, f_38285_
EntityDataAccessor<Integer>: i, DATA_ID_TYPE, field_7698, BOAT_TYPE, f_38285_
float[]: aw, paddlePositions, field_7704, paddlePhases, f_38263_
float[]: o, paddlePositions, field_7704, paddlePhases, f_38263_
float: ax, invFriction, field_7692, velocityDecay, f_38264_
float: p, invFriction, field_7692, velocityDecay, f_38264_
float: ay, outOfControlTicks, field_7706, ticksUnderwater, f_38265_
float: q, outOfControlTicks, field_7706, ticksUnderwater, f_38265_
float: az, deltaRotation, field_7690, yawVelocity, f_38266_
float: r, deltaRotation, field_7690, yawVelocity, f_38266_
int: aA, lerpSteps, field_7708, field_7708, f_38267_
int: s, lerpSteps, field_7708, field_7708, f_38267_
double: aC, lerpY, field_7700, y, f_38269_
double: u, lerpY, field_7700, y, f_38269_
double: aD, lerpZ, field_7685, z, f_38270_
double: aC, lerpZ, field_7685, z, f_38270_
double: aF, lerpXRot, field_7684, boatPitch, f_38272_
double: aE, lerpXRot, field_7684, boatPitch, f_38272_
boolean: aG, inputLeft, field_7710, pressingLeft, f_38273_
boolean: aF, inputLeft, field_7710, pressingLeft, f_38273_
boolean: aH, inputRight, field_7695, pressingRight, f_38274_
boolean: aG, inputRight, field_7695, pressingRight, f_38274_
boolean: aI, inputUp, field_7709, pressingForward, f_38275_
boolean: aH, inputUp, field_7709, pressingForward, f_38275_
boolean: aJ, inputDown, field_7693, pressingBack, f_38276_
boolean: aI, inputDown, field_7693, pressingBack, f_38276_
double: aK, waterLevel, field_7697, waterLevel, f_38277_
double: aJ, waterLevel, field_7697, waterLevel, f_38277_
float: aL, landFriction, field_7714, nearbySlipperiness, f_38278_
float: aK, landFriction, field_7714, nearbySlipperiness, f_38278_
Boat$Status: aM, status, field_7702, location, f_38279_
Boat$Status: aL, status, field_7702, location, f_38279_
Boat$Status: aN, oldStatus, field_7701, lastLocation, f_38280_
Boat$Status: aM, oldStatus, field_7701, lastLocation, f_38280_
double: aO, lastYd, field_7696, fallVelocity, f_38281_
double: aN, lastYd, field_7696, fallVelocity, f_38281_
EntityDataAccessor<Boolean>: ar, DATA_ID_PADDLE_LEFT, field_7687, LEFT_PADDLE_MOVING, f_38286_
EntityDataAccessor<Boolean>: j, DATA_ID_PADDLE_LEFT, field_7687, LEFT_PADDLE_MOVING, f_38286_
EntityDataAccessor<Boolean>: as, DATA_ID_PADDLE_RIGHT, field_7713, RIGHT_PADDLE_MOVING, f_38287_
EntityDataAccessor<Boolean>: k, DATA_ID_PADDLE_RIGHT, field_7713, RIGHT_PADDLE_MOVING, f_38287_
EntityDataAccessor<Integer>: at, DATA_ID_BUBBLE_TIME, field_7691, BUBBLE_WOBBLE_TICKS, f_38262_
EntityDataAccessor<Integer>: l, DATA_ID_BUBBLE_TIME, field_7691, BUBBLE_WOBBLE_TICKS, f_38262_
boolean: aP, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, f_38257_
boolean: aO, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, f_38257_
boolean: aQ, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, f_38258_
boolean: aP, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, f_38258_
float: aR, bubbleMultiplier, field_7712, bubbleWobbleStrength, f_38259_
float: aQ, bubbleMultiplier, field_7712, bubbleWobbleStrength, f_38259_
float: aS, bubbleAngle, field_7694, bubbleWobble, f_38260_
float: aR, bubbleAngle, field_7694, bubbleWobble, f_38260_
float: aT, bubbleAngleO, field_7711, lastBubbleWobble, f_38261_
float: aS, bubbleAngleO, field_7711, lastBubbleWobble, f_38261_
int: au, TIME_TO_EJECT, field_30695, field_30695, f_150266_
int: m, TIME_TO_EJECT, field_30695, field_30695, f_150266_
float: av, PADDLE_SPEED, field_30696, NEXT_PADDLE_PHASE, f_150267_
float: n, PADDLE_SPEED, field_30696, NEXT_PADDLE_PHASE, f_150267_
Constructors
Methods
boolean (): bo, isPushable, method_5810, isPushable, m_6094_
boolean (): bn, isPushable, method_5810, isPushable, m_6094_
double (): bw, getPassengersRidingOffset, method_5621, getMountedHeightOffset, m_6048_
double (): bv, getPassengersRidingOffset, method_5621, getMountedHeightOffset, m_6048_
boolean (): bn, isPickable, method_5863, canHit, m_6087_
boolean (): bm, isPickable, method_5863, canHit, m_6087_
float (): o, getDamage, method_7554, getDamageWobbleStrength, m_38384_
float (): q, getDamage, method_7554, getDamageWobbleStrength, m_38384_
int (): p, getHurtTime, method_7533, getDamageWobbleTicks, m_38385_
int (): r, getHurtTime, method_7533, getDamageWobbleTicks, m_38385_
void (int): m, setHurtDir, method_7540, setDamageWobbleSide, m_38362_
void (int): l, setHurtDir, method_7540, setDamageWobbleSide, m_38362_
int (): r, getHurtDir, method_7543, getDamageWobbleSide, m_38386_
int (): s, getHurtDir, method_7543, getDamageWobbleSide, m_38386_
void (): bG, animateHurt, method_5879, animateDamage, m_6053_
Item (): h, getDropItem, method_7557, asItem, m_38369_
Item (): i, getDropItem, method_7557, asItem, m_38369_
void (): w, tickLerp, method_7555, updatePositionAndRotation, m_38391_
void (): x, tickLerp, method_7555, updatePositionAndRotation, m_38391_
Boat$Status (): x, getStatus, method_7552, checkLocation, m_38392_
Boat$Status (): y, getStatus, method_7552, checkLocation, m_38392_
float (): j, getWaterLevelAbove, method_7544, getWaterHeightBelow, m_38371_
float (): k, getWaterLevelAbove, method_7544, getWaterHeightBelow, m_38371_
float (): k, getGroundFriction, method_7548, getNearbySlipperiness, m_38377_
float (): o, getGroundFriction, method_7548, getNearbySlipperiness, m_38377_
boolean (): y, checkInWater, method_7545, checkBoatInWater, m_38393_
boolean (): z, checkInWater, method_7545, checkBoatInWater, m_38393_
Boat$Status (): z, isUnderwater, method_7532, getUnderWaterLocation, m_38394_
Boat$Status (): A, isUnderwater, method_7532, getUnderWaterLocation, m_38394_
void (): A, floatBoat, method_7534, updateVelocity, m_38395_
void (): C, floatBoat, method_7534, updateVelocity, m_38395_
void (): B, controlBoat, method_7549, updatePaddles, m_38396_
void (): D, controlBoat, method_7549, updatePaddles, m_38396_
void (Entity): a, clampRotation, method_7546, copyEntityData, m_38321_
void (Entity): b, clampRotation, method_7546, copyEntityData, m_38321_
boolean (Entity): p, canAddPassenger, method_5818, canAddPassenger, m_7310_
boolean (Entity): o, canAddPassenger, method_5818, canAddPassenger, m_7310_
Entity (): cL, getControllingPassenger, method_5642, getPrimaryPassenger, m_6688_
SoundEvent (): i, getPaddleSound, method_7537, getPaddleSoundEvent, m_38370_
SoundEvent (): j, getPaddleSound, method_7537, getPaddleSoundEvent, m_38370_
void (): u, tickBubbleColumn, method_7550, handleBubbleColumn, m_38388_
void (): w, tickBubbleColumn, method_7550, handleBubbleColumn, m_38388_
void (int): a, setBubbleTime, method_7531, setBubbleWobbleTicks, m_38366_
void (int): b, setBubbleTime, method_7531, setBubbleWobbleTicks, m_38366_
int (): D, getBubbleTime, method_7539, getBubbleWobbleTicks, m_38397_
int (): E, getBubbleTime, method_7539, getBubbleWobbleTicks, m_38397_
boolean (): aZ, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (): aX, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (): bt, canBeCollidedWith, method_30948, isCollidable, m_5829_
boolean (): bs, canBeCollidedWith, method_30948, isCollidable, m_5829_
Entity$MovementEmission (): aS, getMovementEmission, method_33570, getMoveEffect, m_142319_
Entity$MovementEmission (): aQ, getMovementEmission, method_33570, getMoveEffect, m_142319_
ItemStack (): ds, getPickResult, method_31480, getPickBlockStack, m_142340_
ItemStack (): dt, getPickResult, method_31480, getPickBlockStack, m_142340_
float (): m, getSinglePassengerXOffset, method_42280, getPassengerHorizontalOffset, m_213802_
float (): p, getSinglePassengerXOffset, method_42280, getPassengerHorizontalOffset, m_213802_
int (): t, getMaxPassengers, method_42281, getMaxPassengers, m_213801_
int (): v, getMaxPassengers, method_42281, getMaxPassengers, m_213801_
void (Boat$Type): a, setVariant, method_47884, setVariant, m_262362_
void (Boat$Type): a, setVariant, method_47884, setVariant, m_28464_
Boat$Type (): s, getVariant, method_47885, getVariant, m_262365_
Boat$Type (): t, getVariant, method_47885, getVariant, m_28554_
void (float): q, animateHurt, method_5879, animateDamage, m_6053_
boolean (Entity): a, hasEnoughSpaceFor, method_49182, isSmallerThanBoat, m_271938_
LivingEntity (): cK, getControllingPassenger, method_5642, getControllingPassenger, m_6688_
1.19.3
Names
bvv
byi
Fields
Constructors
Methods
boolean (): bl, isPushable, method_5810, isPushable, m_6094_
boolean (): bo, isPushable, method_5810, isPushable, m_6094_
double (): bt, getPassengersRidingOffset, method_5621, getMountedHeightOffset, m_6048_
double (): bw, getPassengersRidingOffset, method_5621, getMountedHeightOffset, m_6048_
boolean (): bk, isPickable, method_5863, canHit, m_6087_
boolean (): bn, isPickable, method_5863, canHit, m_6087_
void (): k, tick, method_5773, tick, m_8119_
void (): l, tick, method_5773, tick, m_8119_
int (): q, getHurtTime, method_7533, getDamageWobbleTicks, m_38385_
int (): p, getHurtTime, method_7533, getDamageWobbleTicks, m_38385_
void (): bD, animateHurt, method_5879, animateDamage, m_6053_
void (): bG, animateHurt, method_5879, animateDamage, m_6053_
Direction (): cw, getMotionDirection, method_5755, getMovementDirection, m_6374_
Direction (): cB, getMotionDirection, method_5755, getMovementDirection, m_6374_
float (): l, getGroundFriction, method_7548, getNearbySlipperiness, m_38377_
float (): k, getGroundFriction, method_7548, getNearbySlipperiness, m_38377_
void (): C, controlBoat, method_7549, updatePaddles, m_38396_
void (): B, controlBoat, method_7549, updatePaddles, m_38396_
void (Boat$Type): a, setType, method_7541, setBoatType, m_38332_
Boat$Type (): s, getBoatType, method_7536, getBoatType, m_38387_
boolean (Entity): o, canAddPassenger, method_5818, canAddPassenger, m_7310_
boolean (Entity): p, canAddPassenger, method_5818, canAddPassenger, m_7310_
Entity (): cG, getControllingPassenger, method_5642, getPrimaryPassenger, m_6688_
Entity (): cL, getControllingPassenger, method_5642, getPrimaryPassenger, m_6688_
Packet<?> (): S, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
boolean (): aV, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (): aZ, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (): bq, canBeCollidedWith, method_30948, isCollidable, m_5829_
boolean (): bt, canBeCollidedWith, method_30948, isCollidable, m_5829_
Entity$MovementEmission (): aO, getMovementEmission, method_33570, getMoveEffect, m_142319_
Entity$MovementEmission (): aS, getMovementEmission, method_33570, getMoveEffect, m_142319_
ItemStack (): dn, getPickResult, method_31480, getPickBlockStack, m_142340_
ItemStack (): ds, getPickResult, method_31480, getPickBlockStack, m_142340_
float (): n, getSinglePassengerXOffset, method_42280, getPassengerHorizontalOffset, m_213802_
float (): m, getSinglePassengerXOffset, method_42280, getPassengerHorizontalOffset, m_213802_
void (Boat$Type): a, setVariant, method_47884, setVariant, m_262362_
Boat$Type (): s, getVariant, method_47885, getVariant, m_262365_
1.19.2
Names
Fields
Constructors
Methods
1.19.1
Names
buy
bvv
Fields
Constructors
Methods
boolean (): bm, isPushable, method_5810, isPushable, m_6094_
boolean (): bl, isPushable, method_5810, isPushable, m_6094_
double (): bu, getPassengersRidingOffset, method_5621, getMountedHeightOffset, m_6048_
double (): bt, getPassengersRidingOffset, method_5621, getMountedHeightOffset, m_6048_
boolean (): bl, isPickable, method_5863, collides, m_6087_
boolean (): bk, isPickable, method_5863, canHit, m_6087_
void (): bE, animateHurt, method_5879, animateDamage, m_6053_
void (): bD, animateHurt, method_5879, animateDamage, m_6053_
Direction (): cx, getMotionDirection, method_5755, getMovementDirection, m_6374_
Direction (): cw, getMotionDirection, method_5755, getMovementDirection, m_6374_
Entity (): cH, getControllingPassenger, method_5642, getPrimaryPassenger, m_6688_
Entity (): cG, getControllingPassenger, method_5642, getPrimaryPassenger, m_6688_
boolean (): aW, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (): aV, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (): br, canBeCollidedWith, method_30948, isCollidable, m_5829_
boolean (): bq, canBeCollidedWith, method_30948, isCollidable, m_5829_
ItemStack (): do, getPickResult, method_31480, getPickBlockStack, m_142340_
ItemStack (): dn, getPickResult, method_31480, getPickBlockStack, m_142340_
1.19
Names
bqa
buy
Fields
float: aL, landFriction, field_7714, field_7714, f_38278_
float: aL, landFriction, field_7714, nearbySlipperiness, f_38278_
double: d, PADDLE_SOUND_TIME, field_30699, field_30699, f_150270_
double: d, PADDLE_SOUND_TIME, field_30699, EMIT_SOUND_EVENT_PADDLE_ROTATION, f_150270_
float: av, PADDLE_SPEED, field_30696, field_30696, f_150267_
float: av, PADDLE_SPEED, field_30696, NEXT_PADDLE_PHASE, f_150267_
Constructors
Methods
boolean (): bi, isPushable, method_5810, isPushable, m_6094_
boolean (): bm, isPushable, method_5810, isPushable, m_6094_
double (): bq, getPassengersRidingOffset, method_5621, getMountedHeightOffset, m_6048_
double (): bu, getPassengersRidingOffset, method_5621, getMountedHeightOffset, m_6048_
boolean (): bh, isPickable, method_5863, collides, m_6087_
boolean (): bl, isPickable, method_5863, collides, m_6087_
float (): n, getDamage, method_7554, getDamageWobbleStrength, m_38384_
float (): o, getDamage, method_7554, getDamageWobbleStrength, m_38384_
void (int): b, setHurtTime, method_7553, setDamageWobbleTicks, m_38354_
void (int): d, setHurtTime, method_7553, setDamageWobbleTicks, m_38354_
int (): o, getHurtTime, method_7533, getDamageWobbleTicks, m_38385_
int (): q, getHurtTime, method_7533, getDamageWobbleTicks, m_38385_
void (int): c, setHurtDir, method_7540, setDamageWobbleSide, m_38362_
void (int): m, setHurtDir, method_7540, setDamageWobbleSide, m_38362_
int (): q, getHurtDir, method_7543, getDamageWobbleSide, m_38386_
int (): r, getHurtDir, method_7543, getDamageWobbleSide, m_38386_
void (): bA, animateHurt, method_5879, animateDamage, m_6053_
void (): bE, animateHurt, method_5879, animateDamage, m_6053_
Direction (): cu, getMotionDirection, method_5755, getMovementDirection, m_6374_
Direction (): cx, getMotionDirection, method_5755, getMovementDirection, m_6374_
void (): t, tickLerp, method_7555, method_7555, m_38391_
void (): w, tickLerp, method_7555, updatePositionAndRotation, m_38391_
Boat$Status (): u, getStatus, method_7552, checkLocation, m_38392_
Boat$Status (): x, getStatus, method_7552, checkLocation, m_38392_
float (): j, getWaterLevelAbove, method_7544, method_7544, m_38371_
float (): j, getWaterLevelAbove, method_7544, getWaterHeightBelow, m_38371_
float (): l, getGroundFriction, method_7548, method_7548, m_38377_
float (): l, getGroundFriction, method_7548, getNearbySlipperiness, m_38377_
boolean (): w, checkInWater, method_7545, checkBoatInWater, m_38393_
boolean (): y, checkInWater, method_7545, checkBoatInWater, m_38393_
Boat$Status (): x, isUnderwater, method_7532, getUnderWaterLocation, m_38394_
Boat$Status (): z, isUnderwater, method_7532, getUnderWaterLocation, m_38394_
void (): y, floatBoat, method_7534, updateVelocity, m_38395_
void (): A, floatBoat, method_7534, updateVelocity, m_38395_
void (): z, controlBoat, method_7549, updatePaddles, m_38396_
void (): C, controlBoat, method_7549, updatePaddles, m_38396_
boolean (int): a, getPaddleState, method_7556, isPaddleMoving, m_38313_
boolean (int): c, getPaddleState, method_7556, isPaddleMoving, m_38313_
Boat$Type (): r, getBoatType, method_7536, getBoatType, m_38387_
Boat$Type (): s, getBoatType, method_7536, getBoatType, m_38387_
Entity (): cE, getControllingPassenger, method_5642, getPrimaryPassenger, m_6688_
Entity (): cH, getControllingPassenger, method_5642, getPrimaryPassenger, m_6688_
void (): s, tickBubbleColumn, method_7550, handleBubbleColumn, m_38388_
void (): u, tickBubbleColumn, method_7550, handleBubbleColumn, m_38388_
void (int): d, setBubbleTime, method_7531, setBubbleWobbleTicks, m_38366_
void (int): a, setBubbleTime, method_7531, setBubbleWobbleTicks, m_38366_
int (): A, getBubbleTime, method_7539, getBubbleWobbleTicks, m_38397_
int (): D, getBubbleTime, method_7539, getBubbleWobbleTicks, m_38397_
boolean (): aU, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (): aW, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (): bn, canBeCollidedWith, method_30948, isCollidable, m_5829_
boolean (): br, canBeCollidedWith, method_30948, isCollidable, m_5829_
Entity$MovementEmission (): aN, getMovementEmission, method_33570, getMoveEffect, m_142319_
Entity$MovementEmission (): aO, getMovementEmission, method_33570, getMoveEffect, m_142319_
ItemStack (): dk, getPickResult, method_31480, getPickBlockStack, m_142340_
ItemStack (): do, getPickResult, method_31480, getPickBlockStack, m_142340_
void (DamageSource): a, destroy, method_42279, dropItems, m_213560_
float (): n, getSinglePassengerXOffset, method_42280, getPassengerHorizontalOffset, m_213802_
int (): t, getMaxPassengers, method_42281, getMaxPassengers, m_213801_
1.18.2
Names
bpi
bqa
Fields
double: aF, lerpYRot, field_7699, boatYaw, f_38271_
double: aE, lerpYRot, field_7699, boatYaw, f_38271_
double: aC, lerpX, field_7686, x, f_38268_
double: aB, lerpX, field_7686, x, f_38268_
EntityDataAccessor<Integer>: ap, DATA_ID_HURTDIR, field_7707, DAMAGE_WOBBLE_SIDE, f_38283_
EntityDataAccessor<Integer>: ao, DATA_ID_HURTDIR, field_7707, DAMAGE_WOBBLE_SIDE, f_38283_
EntityDataAccessor<Float>: aq, DATA_ID_DAMAGE, field_7705, DAMAGE_WOBBLE_STRENGTH, f_38284_
EntityDataAccessor<Float>: ap, DATA_ID_DAMAGE, field_7705, DAMAGE_WOBBLE_STRENGTH, f_38284_
EntityDataAccessor<Integer>: ar, DATA_ID_TYPE, field_7698, BOAT_TYPE, f_38285_
EntityDataAccessor<Integer>: aq, DATA_ID_TYPE, field_7698, BOAT_TYPE, f_38285_
float[]: ax, paddlePositions, field_7704, paddlePhases, f_38263_
float[]: aw, paddlePositions, field_7704, paddlePhases, f_38263_
float: ay, invFriction, field_7692, velocityDecay, f_38264_
float: ax, invFriction, field_7692, velocityDecay, f_38264_
float: az, outOfControlTicks, field_7706, ticksUnderwater, f_38265_
float: ay, outOfControlTicks, field_7706, ticksUnderwater, f_38265_
float: aA, deltaRotation, field_7690, yawVelocity, f_38266_
float: az, deltaRotation, field_7690, yawVelocity, f_38266_
int: aB, lerpSteps, field_7708, field_7708, f_38267_
int: aA, lerpSteps, field_7708, field_7708, f_38267_
double: aD, lerpY, field_7700, y, f_38269_
double: aC, lerpY, field_7700, y, f_38269_
double: aE, lerpZ, field_7685, z, f_38270_
double: aD, lerpZ, field_7685, z, f_38270_
double: aG, lerpXRot, field_7684, boatPitch, f_38272_
double: aF, lerpXRot, field_7684, boatPitch, f_38272_
boolean: aH, inputLeft, field_7710, pressingLeft, f_38273_
boolean: aG, inputLeft, field_7710, pressingLeft, f_38273_
boolean: aI, inputRight, field_7695, pressingRight, f_38274_
boolean: aH, inputRight, field_7695, pressingRight, f_38274_
boolean: aJ, inputUp, field_7709, pressingForward, f_38275_
boolean: aI, inputUp, field_7709, pressingForward, f_38275_
boolean: aK, inputDown, field_7693, pressingBack, f_38276_
boolean: aJ, inputDown, field_7693, pressingBack, f_38276_
double: aL, waterLevel, field_7697, waterLevel, f_38277_
double: aK, waterLevel, field_7697, waterLevel, f_38277_
float: aM, landFriction, field_7714, field_7714, f_38278_
float: aL, landFriction, field_7714, field_7714, f_38278_
Boat$Status: aN, status, field_7702, location, f_38279_
Boat$Status: aM, status, field_7702, location, f_38279_
Boat$Status: aO, oldStatus, field_7701, lastLocation, f_38280_
Boat$Status: aN, oldStatus, field_7701, lastLocation, f_38280_
double: aP, lastYd, field_7696, fallVelocity, f_38281_
double: aO, lastYd, field_7696, fallVelocity, f_38281_
EntityDataAccessor<Boolean>: as, DATA_ID_PADDLE_LEFT, field_7687, LEFT_PADDLE_MOVING, f_38286_
EntityDataAccessor<Boolean>: ar, DATA_ID_PADDLE_LEFT, field_7687, LEFT_PADDLE_MOVING, f_38286_
EntityDataAccessor<Boolean>: at, DATA_ID_PADDLE_RIGHT, field_7713, RIGHT_PADDLE_MOVING, f_38287_
EntityDataAccessor<Boolean>: as, DATA_ID_PADDLE_RIGHT, field_7713, RIGHT_PADDLE_MOVING, f_38287_
EntityDataAccessor<Integer>: au, DATA_ID_BUBBLE_TIME, field_7691, BUBBLE_WOBBLE_TICKS, f_38262_
EntityDataAccessor<Integer>: at, DATA_ID_BUBBLE_TIME, field_7691, BUBBLE_WOBBLE_TICKS, f_38262_
boolean: aQ, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, f_38257_
boolean: aP, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, f_38257_
boolean: aR, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, f_38258_
boolean: aQ, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, f_38258_
float: aS, bubbleMultiplier, field_7712, bubbleWobbleStrength, f_38259_
float: aR, bubbleMultiplier, field_7712, bubbleWobbleStrength, f_38259_
float: aT, bubbleAngle, field_7694, bubbleWobble, f_38260_
float: aS, bubbleAngle, field_7694, bubbleWobble, f_38260_
float: aU, bubbleAngleO, field_7711, lastBubbleWobble, f_38261_
float: aT, bubbleAngleO, field_7711, lastBubbleWobble, f_38261_
int: av, TIME_TO_EJECT, field_30695, field_30695, f_150266_
int: au, TIME_TO_EJECT, field_30695, field_30695, f_150266_
double: aw, PADDLE_SPEED, field_30696, field_30696, f_150267_
float: av, PADDLE_SPEED, field_30696, field_30696, f_150267_
Constructors
Methods
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
blv
bpi
Fields
double: aE, lerpYRot, field_7699, boatYaw, f_38271_
double: aF, lerpYRot, field_7699, boatYaw, f_38271_
double: aB, lerpX, field_7686, x, f_38268_
double: aC, lerpX, field_7686, x, f_38268_
EntityDataAccessor<Integer>: ao, DATA_ID_HURTDIR, field_7707, DAMAGE_WOBBLE_SIDE, f_38283_
EntityDataAccessor<Integer>: ap, DATA_ID_HURTDIR, field_7707, DAMAGE_WOBBLE_SIDE, f_38283_
EntityDataAccessor<Float>: ap, DATA_ID_DAMAGE, field_7705, DAMAGE_WOBBLE_STRENGTH, f_38284_
EntityDataAccessor<Float>: aq, DATA_ID_DAMAGE, field_7705, DAMAGE_WOBBLE_STRENGTH, f_38284_
EntityDataAccessor<Integer>: aq, DATA_ID_TYPE, field_7698, BOAT_TYPE, f_38285_
EntityDataAccessor<Integer>: ar, DATA_ID_TYPE, field_7698, BOAT_TYPE, f_38285_
float[]: aw, paddlePositions, field_7704, paddlePhases, f_38263_
float[]: ax, paddlePositions, field_7704, paddlePhases, f_38263_
float: ax, invFriction, field_7692, velocityDecay, f_38264_
float: ay, invFriction, field_7692, velocityDecay, f_38264_
float: ay, outOfControlTicks, field_7706, ticksUnderwater, f_38265_
float: az, outOfControlTicks, field_7706, ticksUnderwater, f_38265_
float: az, deltaRotation, field_7690, yawVelocity, f_38266_
float: aA, deltaRotation, field_7690, yawVelocity, f_38266_
int: aA, lerpSteps, field_7708, field_7708, f_38267_
int: aB, lerpSteps, field_7708, field_7708, f_38267_
double: aC, lerpY, field_7700, y, f_38269_
double: aD, lerpY, field_7700, y, f_38269_
double: aD, lerpZ, field_7685, z, f_38270_
double: aE, lerpZ, field_7685, z, f_38270_
double: aF, lerpXRot, field_7684, boatPitch, f_38272_
double: aG, lerpXRot, field_7684, boatPitch, f_38272_
boolean: aG, inputLeft, field_7710, pressingLeft, f_38273_
boolean: aH, inputLeft, field_7710, pressingLeft, f_38273_
boolean: aH, inputRight, field_7695, pressingRight, f_38274_
boolean: aI, inputRight, field_7695, pressingRight, f_38274_
boolean: aI, inputUp, field_7709, pressingForward, f_38275_
boolean: aJ, inputUp, field_7709, pressingForward, f_38275_
boolean: aJ, inputDown, field_7693, pressingBack, f_38276_
boolean: aK, inputDown, field_7693, pressingBack, f_38276_
double: aK, waterLevel, field_7697, waterLevel, f_38277_
double: aL, waterLevel, field_7697, waterLevel, f_38277_
float: aL, landFriction, field_7714, field_7714, f_38278_
float: aM, landFriction, field_7714, field_7714, f_38278_
Boat$Status: aM, status, field_7702, location, f_38279_
Boat$Status: aN, status, field_7702, location, f_38279_
Boat$Status: aN, oldStatus, field_7701, lastLocation, f_38280_
Boat$Status: aO, oldStatus, field_7701, lastLocation, f_38280_
double: aO, lastYd, field_7696, fallVelocity, f_38281_
double: aP, lastYd, field_7696, fallVelocity, f_38281_
EntityDataAccessor<Boolean>: ar, DATA_ID_PADDLE_LEFT, field_7687, LEFT_PADDLE_MOVING, f_38286_
EntityDataAccessor<Boolean>: as, DATA_ID_PADDLE_LEFT, field_7687, LEFT_PADDLE_MOVING, f_38286_
EntityDataAccessor<Boolean>: as, DATA_ID_PADDLE_RIGHT, field_7713, RIGHT_PADDLE_MOVING, f_38287_
EntityDataAccessor<Boolean>: at, DATA_ID_PADDLE_RIGHT, field_7713, RIGHT_PADDLE_MOVING, f_38287_
EntityDataAccessor<Integer>: at, DATA_ID_BUBBLE_TIME, field_7691, BUBBLE_WOBBLE_TICKS, f_38262_
EntityDataAccessor<Integer>: au, DATA_ID_BUBBLE_TIME, field_7691, BUBBLE_WOBBLE_TICKS, f_38262_
boolean: aP, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, f_38257_
boolean: aQ, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, f_38257_
boolean: aQ, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, f_38258_
boolean: aR, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, f_38258_
float: aR, bubbleMultiplier, field_7712, bubbleWobbleStrength, f_38259_
float: aS, bubbleMultiplier, field_7712, bubbleWobbleStrength, f_38259_
float: aS, bubbleAngle, field_7694, bubbleWobble, f_38260_
float: aT, bubbleAngle, field_7694, bubbleWobble, f_38260_
float: aT, bubbleAngleO, field_7711, lastBubbleWobble, f_38261_
float: aU, bubbleAngleO, field_7711, lastBubbleWobble, f_38261_
int: au, TIME_TO_EJECT, field_30695, field_30695, f_150266_
int: av, TIME_TO_EJECT, field_30695, field_30695, f_150266_
double: av, PADDLE_SPEED, field_30696, field_30696, f_150267_
double: aw, PADDLE_SPEED, field_30696, field_30696, f_150267_
Constructors
Methods
void (): a_, defineSynchedData, method_5693, initDataTracker, m_8097_, initDatawatcher
void (): a_, defineSynchedData, method_5693, initDataTracker, m_8097_
boolean (): bd, isPushable, method_5810, isPushable, m_6094_, isCollidable
boolean (): bi, isPushable, method_5810, isPushable, m_6094_
double (): bl, getPassengersRidingOffset, method_5621, getMountedHeightOffset, m_6048_
double (): bq, getPassengersRidingOffset, method_5621, getMountedHeightOffset, m_6048_
boolean (DamageSource, float): a, hurt, method_5643, damage, m_6469_, damageEntity
boolean (DamageSource, float): a, hurt, method_5643, damage, m_6469_
boolean (): bc, isPickable, method_5863, collides, m_6087_, isInteractable
boolean (): bh, isPickable, method_5863, collides, m_6087_
void (): k, tick, method_5773, tick, m_8119_, tick
void (): k, tick, method_5773, tick, m_8119_
void (CompoundTag): a, readAdditionalSaveData, method_5749, readCustomDataFromNbt, m_7378_, loadData
void (CompoundTag): a, readAdditionalSaveData, method_5749, readCustomDataFromNbt, m_7378_
void (float): a, setDamage, method_7542, setDamageWobbleStrength, m_38311_, setDamage
void (float): a, setDamage, method_7542, setDamageWobbleStrength, m_38311_
float (): n, getDamage, method_7554, getDamageWobbleStrength, m_38384_, getDamage
float (): n, getDamage, method_7554, getDamageWobbleStrength, m_38384_
int (): p, getHurtDir, method_7543, getDamageWobbleSide, m_38386_
int (): q, getHurtDir, method_7543, getDamageWobbleSide, m_38386_
void (): bv, animateHurt, method_5879, animateDamage, m_6053_
void (): bA, animateHurt, method_5879, animateDamage, m_6053_
void (Entity): g, push, method_5697, pushAwayFrom, m_7334_, collide
void (Entity): g, push, method_5697, pushAwayFrom, m_7334_
Direction (): cp, getMotionDirection, method_5755, getMovementDirection, m_6374_, getAdjustedDirection
Direction (): cu, getMotionDirection, method_5755, getMovementDirection, m_6374_
void (): s, tickLerp, method_7555, method_7555, m_38391_
void (): t, tickLerp, method_7555, method_7555, m_38391_
Boat$Status (): t, getStatus, method_7552, checkLocation, m_38392_
Boat$Status (): u, getStatus, method_7552, checkLocation, m_38392_
boolean (): v, checkInWater, method_7545, checkBoatInWater, m_38393_
boolean (): w, checkInWater, method_7545, checkBoatInWater, m_38393_
Boat$Status (): w, isUnderwater, method_7532, getUnderWaterLocation, m_38394_
Boat$Status (): x, isUnderwater, method_7532, getUnderWaterLocation, m_38394_
void (): x, floatBoat, method_7534, updateVelocity, m_38395_
void (): y, floatBoat, method_7534, updateVelocity, m_38395_
void (Boat$Type): a, setType, method_7541, setBoatType, m_38332_, setType
void (Boat$Type): a, setType, method_7541, setBoatType, m_38332_
Boat$Type (): q, getBoatType, method_7536, getBoatType, m_38387_, getType
Boat$Type (): r, getBoatType, method_7536, getBoatType, m_38387_
Entity (): cz, getControllingPassenger, method_5642, getPrimaryPassenger, m_6688_, getRidingPassenger
Entity (): cE, getControllingPassenger, method_5642, getPrimaryPassenger, m_6688_
void (): r, tickBubbleColumn, method_7550, handleBubbleColumn, m_38388_
void (): s, tickBubbleColumn, method_7550, handleBubbleColumn, m_38388_
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToNbt, m_7380_, saveData
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToNbt, m_7380_
Packet<?> (): P, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_, getPacket
Packet<?> (): S, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
float (Pose, EntityDimensions): a, getEyeHeight, method_18378, getEyeHeight, m_6380_, getHeadHeight
float (Pose, EntityDimensions): a, getEyeHeight, method_18378, getEyeHeight, m_6380_
boolean (): aP, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (): aU, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (): bi, canBeCollidedWith, method_30948, isCollidable, m_5829_
boolean (): bn, canBeCollidedWith, method_30948, isCollidable, m_5829_
Entity$MovementEmission (): aI, getMovementEmission, method_33570, getMoveEffect, m_142319_
Entity$MovementEmission (): aN, getMovementEmission, method_33570, getMoveEffect, m_142319_
ItemStack (): df, getPickResult, method_31480, getPickBlockStack, m_142340_
ItemStack (): dk, getPickResult, method_31480, getPickBlockStack, m_142340_
1.17.1
Names
blu
blv
Fields
Constructors
Methods
1.17
Names
bhn
blu
net.minecraft.entity.item.BoatEntity
net.minecraft.src.C_1205_
net.minecraft.server.v1_16_R3.EntityBoat
net.minecraft.world.entity.vehicle.EntityBoat
Fields
double: ap, lerpYRot, field_7699, boatYaw, field_70273_g
double: aE, lerpYRot, field_7699, boatYaw, f_38271_
double: am, lerpX, field_7686, x, field_70281_h
double: aB, lerpX, field_7686, x, f_38268_
EntityDataAccessor<Integer>: b, DATA_ID_HURT, field_7688, DAMAGE_WOBBLE_TICKS, field_184460_a
EntityDataAccessor<Integer>: f, DATA_ID_HURT, field_7688, DAMAGE_WOBBLE_TICKS, f_38282_
EntityDataAccessor<Integer>: c, DATA_ID_HURTDIR, field_7707, DAMAGE_WOBBLE_SIDE, field_184462_b
EntityDataAccessor<Integer>: ao, DATA_ID_HURTDIR, field_7707, DAMAGE_WOBBLE_SIDE, f_38283_
EntityDataAccessor<Float>: d, DATA_ID_DAMAGE, field_7705, DAMAGE_WOBBLE_STRENGTH, field_184464_c
EntityDataAccessor<Float>: ap, DATA_ID_DAMAGE, field_7705, DAMAGE_WOBBLE_STRENGTH, f_38284_
EntityDataAccessor<Integer>: e, DATA_ID_TYPE, field_7698, BOAT_TYPE, field_184466_d
EntityDataAccessor<Integer>: aq, DATA_ID_TYPE, field_7698, BOAT_TYPE, f_38285_
float[]: ah, paddlePositions, field_7704, paddlePhases, field_184470_f
float[]: aw, paddlePositions, field_7704, paddlePhases, f_38263_
float: ai, invFriction, field_7692, velocityDecay, field_184472_g
float: ax, invFriction, field_7692, velocityDecay, f_38264_
float: aj, outOfControlTicks, field_7706, ticksUnderwater, field_184474_h
float: ay, outOfControlTicks, field_7706, ticksUnderwater, f_38265_
float: ak, deltaRotation, field_7690, yawVelocity, field_184475_as
float: az, deltaRotation, field_7690, yawVelocity, f_38266_
int: al, lerpSteps, field_7708, field_7708, field_184476_at
int: aA, lerpSteps, field_7708, field_7708, f_38267_
double: an, lerpY, field_7700, y, field_184477_av
double: aC, lerpY, field_7700, y, f_38269_
double: ao, lerpZ, field_7685, z, field_184478_aw
double: aD, lerpZ, field_7685, z, f_38270_
double: aq, lerpXRot, field_7684, boatPitch, field_184479_ay
double: aF, lerpXRot, field_7684, boatPitch, f_38272_
boolean: ar, inputLeft, field_7710, pressingLeft, field_184480_az
boolean: aG, inputLeft, field_7710, pressingLeft, f_38273_
boolean: as, inputRight, field_7695, pressingRight, field_184459_aA
boolean: aH, inputRight, field_7695, pressingRight, f_38274_
boolean: at, inputUp, field_7709, pressingForward, field_184461_aB
boolean: aI, inputUp, field_7709, pressingForward, f_38275_
boolean: au, inputDown, field_7693, pressingBack, field_184463_aC
boolean: aJ, inputDown, field_7693, pressingBack, f_38276_
double: av, waterLevel, field_7697, waterLevel, field_184465_aD
double: aK, waterLevel, field_7697, waterLevel, f_38277_
float: aw, landFriction, field_7714, field_7714, field_184467_aE
float: aL, landFriction, field_7714, field_7714, f_38278_
Boat$Status: ax, status, field_7702, location, field_184469_aF
Boat$Status: aM, status, field_7702, location, f_38279_
Boat$Status: ay, oldStatus, field_7701, lastLocation, field_184471_aG
Boat$Status: aN, oldStatus, field_7701, lastLocation, f_38280_
double: az, lastYd, field_7696, fallVelocity, field_184473_aH
double: aO, lastYd, field_7696, fallVelocity, f_38281_
EntityDataAccessor<Boolean>: f, DATA_ID_PADDLE_LEFT, field_7687, LEFT_PADDLE_MOVING, field_199704_e
EntityDataAccessor<Boolean>: ar, DATA_ID_PADDLE_LEFT, field_7687, LEFT_PADDLE_MOVING, f_38286_
EntityDataAccessor<Boolean>: g, DATA_ID_PADDLE_RIGHT, field_7713, RIGHT_PADDLE_MOVING, field_199705_f
EntityDataAccessor<Boolean>: as, DATA_ID_PADDLE_RIGHT, field_7713, RIGHT_PADDLE_MOVING, f_38287_
EntityDataAccessor<Integer>: ag, DATA_ID_BUBBLE_TIME, field_7691, BUBBLE_WOBBLE_TICKS, field_203064_g
EntityDataAccessor<Integer>: at, DATA_ID_BUBBLE_TIME, field_7691, BUBBLE_WOBBLE_TICKS, f_38262_
boolean: aA, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, field_203059_aM
boolean: aP, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, f_38257_
boolean: aB, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, field_203060_aN
boolean: aQ, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, f_38258_
float: aC, bubbleMultiplier, field_7712, bubbleWobbleStrength, field_203061_aO
float: aR, bubbleMultiplier, field_7712, bubbleWobbleStrength, f_38259_
float: aD, bubbleAngle, field_7694, bubbleWobble, field_203062_aP
float: aS, bubbleAngle, field_7694, bubbleWobble, f_38260_
float: aE, bubbleAngleO, field_7711, lastBubbleWobble, field_203063_aQ
float: aT, bubbleAngleO, field_7711, lastBubbleWobble, f_38261_
int: b, PADDLE_LEFT, field_30697, field_30697, f_150268_
int: c, PADDLE_RIGHT, field_30698, field_30698, f_150269_
int: au, TIME_TO_EJECT, field_30695, field_30695, f_150266_
double: av, PADDLE_SPEED, field_30696, field_30696, f_150267_
double: d, PADDLE_SOUND_TIME, field_30699, field_30699, f_150270_
int: e, BUBBLE_TIME, field_30700, field_30700, f_150271_
Constructors
Methods
boolean (): aC, isMovementNoisy, method_5658, canClimb, func_225502_at_, playStepSound
void (): e, defineSynchedData, method_5693, initDataTracker, func_70088_a, initDatawatcher
void (): a_, defineSynchedData, method_5693, initDataTracker, m_8097_, initDatawatcher
boolean (): aU, isPushable, method_5810, isPushable, func_70104_M, isCollidable
boolean (): bd, isPushable, method_5810, isPushable, m_6094_, isCollidable
double (): bc, getPassengersRidingOffset, method_5621, getMountedHeightOffset, func_70042_X
double (): bl, getPassengersRidingOffset, method_5621, getMountedHeightOffset, m_6048_
boolean (DamageSource, float): a, hurt, method_5643, damage, func_70097_a, damageEntity
boolean (DamageSource, float): a, hurt, method_5643, damage, m_6469_, damageEntity
boolean (): aT, isPickable, method_5863, collides, func_70067_L, isInteractable
boolean (): bc, isPickable, method_5863, collides, m_6087_, isInteractable
void (): j, tick, method_5773, tick, func_70071_h_, tick
void (): k, tick, method_5773, tick, m_8119_, tick
void (CompoundTag): a, readAdditionalSaveData, method_5749, readCustomDataFromNbt, func_70037_a, loadData
void (CompoundTag): a, readAdditionalSaveData, method_5749, readCustomDataFromNbt, m_7378_, loadData
void (float): a, setDamage, method_7542, setDamageWobbleStrength, func_70266_a, setDamage
void (float): a, setDamage, method_7542, setDamageWobbleStrength, m_38311_, setDamage
float (): m, getDamage, method_7554, getDamageWobbleStrength, func_70271_g, getDamage
float (): n, getDamage, method_7554, getDamageWobbleStrength, m_38384_, getDamage
void (int): b, setHurtTime, method_7553, setDamageWobbleTicks, func_70265_b
void (int): b, setHurtTime, method_7553, setDamageWobbleTicks, m_38354_
int (): n, getHurtTime, method_7533, getDamageWobbleTicks, func_70268_h
int (): o, getHurtTime, method_7533, getDamageWobbleTicks, m_38385_
void (int): c, setHurtDir, method_7540, setDamageWobbleSide, func_70269_c
void (int): c, setHurtDir, method_7540, setDamageWobbleSide, m_38362_
int (): o, getHurtDir, method_7543, getDamageWobbleSide, func_70267_i
int (): p, getHurtDir, method_7543, getDamageWobbleSide, m_38386_
void (): bm, animateHurt, method_5879, animateDamage, func_70057_ab
void (): bv, animateHurt, method_5879, animateDamage, m_6053_
void (double, double, double, float, float, int, boolean): a, lerpTo, method_5759, updateTrackedPositionAndAngles, func_180426_a
void (double, double, double, float, float, int, boolean): a, lerpTo, method_5759, updateTrackedPositionAndAngles, m_6453_
void (Entity): i, push, method_5697, pushAwayFrom, func_70108_f, collide
void (Entity): g, push, method_5697, pushAwayFrom, m_7334_, collide
Item (): g, getDropItem, method_7557, asItem, func_184455_j
Item (): h, getDropItem, method_7557, asItem, m_38369_
Direction (): ca, getMotionDirection, method_5755, getMovementDirection, func_184172_bi, getAdjustedDirection
Direction (): cp, getMotionDirection, method_5755, getMovementDirection, m_6374_, getAdjustedDirection
void (): r, tickLerp, method_7555, method_7555, func_184447_s
void (): s, tickLerp, method_7555, method_7555, m_38391_
void (boolean, boolean): a, setPaddleState, method_7538, setPaddleMovings, func_184445_a
void (boolean, boolean): a, setPaddleState, method_7538, setPaddleMovings, m_38339_
Boat$Status (): s, getStatus, method_7552, checkLocation, func_184449_t
Boat$Status (): t, getStatus, method_7552, checkLocation, m_38392_
float (): i, getWaterLevelAbove, method_7544, method_7544, func_184451_k
float (): j, getWaterLevelAbove, method_7544, method_7544, m_38371_
float (): k, getGroundFriction, method_7548, method_7548, func_184441_l
float (): l, getGroundFriction, method_7548, method_7548, m_38377_
boolean (): t, checkInWater, method_7545, checkBoatInWater, func_184446_u
boolean (): v, checkInWater, method_7545, checkBoatInWater, m_38393_
Boat$Status (): u, isUnderwater, method_7532, getUnderWaterLocation, func_184444_v
Boat$Status (): w, isUnderwater, method_7532, getUnderWaterLocation, m_38394_
void (): v, floatBoat, method_7534, updateVelocity, func_184450_w
void (): x, floatBoat, method_7534, updateVelocity, m_38395_
void (): x, controlBoat, method_7549, updatePaddles, func_184443_x
void (): z, controlBoat, method_7549, updatePaddles, m_38396_
void (Entity): k, positionRider, method_5865, updatePassengerPosition, func_184232_k
void (Entity): i, positionRider, method_5865, updatePassengerPosition, m_7332_
void (Entity): a, clampRotation, method_7546, copyEntityData, func_184454_a
void (Entity): a, clampRotation, method_7546, copyEntityData, m_38321_
void (double, boolean, BlockState, BlockPos): a, checkFallDamage, method_5623, fall, func_184231_a
void (double, boolean, BlockState, BlockPos): a, checkFallDamage, method_5623, fall, m_7840_
boolean (int): a, getPaddleState, method_7556, isPaddleMoving, func_184457_a
boolean (int): a, getPaddleState, method_7556, isPaddleMoving, m_38313_
void (Boat$Type): a, setType, method_7541, setBoatType, func_184458_a, setType
void (Boat$Type): a, setType, method_7541, setBoatType, m_38332_, setType
Boat$Type (): p, getBoatType, method_7536, getBoatType, func_184453_r, getType
Boat$Type (): q, getBoatType, method_7536, getBoatType, m_38387_, getType
boolean (Entity): q, canAddPassenger, method_5818, canAddPassenger, func_184219_q
boolean (Entity): o, canAddPassenger, method_5818, canAddPassenger, m_7310_
Entity (): cm, getControllingPassenger, method_5642, getPrimaryPassenger, func_184179_bs, getRidingPassenger
Entity (): cz, getControllingPassenger, method_5642, getPrimaryPassenger, m_6688_, getRidingPassenger
float (int, float): a, getRowingTime, method_7551, interpolatePaddlePhase, func_184448_a
float (int, float): a, getRowingTime, method_7551, interpolatePaddlePhase, m_38315_
void (Entity): l, onPassengerTurned, method_5644, onPassengerLookAround, func_184190_l
void (Entity): j, onPassengerTurned, method_5644, onPassengerLookAround, m_7340_
void (boolean, boolean, boolean, boolean): a, setInput, method_7535, setInputs, func_184442_a
void (boolean, boolean, boolean, boolean): a, setInput, method_7535, setInputs, m_38342_
SoundEvent (): h, getPaddleSound, method_7537, getPaddleSoundEvent, func_193047_k
SoundEvent (): i, getPaddleSound, method_7537, getPaddleSoundEvent, m_38370_
void (boolean): k, onAboveBubbleCol, method_5700, onBubbleColumnSurfaceCollision, func_203002_i
void (boolean): k, onAboveBubbleCol, method_5700, onBubbleColumnSurfaceCollision, m_6845_
void (): q, tickBubbleColumn, method_7550, handleBubbleColumn, func_203057_r
void (): r, tickBubbleColumn, method_7550, handleBubbleColumn, m_38388_
void (int): d, setBubbleTime, method_7531, setBubbleWobbleTicks, func_203055_e
void (int): d, setBubbleTime, method_7531, setBubbleWobbleTicks, m_38366_
int (): z, getBubbleTime, method_7539, getBubbleWobbleTicks, func_203058_B
int (): A, getBubbleTime, method_7539, getBubbleWobbleTicks, m_38397_
float (float): b, getBubbleAngle, method_7547, interpolateBubbleWobble, func_203056_b
float (float): b, getBubbleAngle, method_7547, interpolateBubbleWobble, m_38352_
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToNbt, func_213281_b, saveData
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToNbt, m_7380_, saveData
Packet<?> (): P, getAddEntityPacket, method_18002, createSpawnPacket, func_213297_N
Packet<?> (): P, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_, getPacket
float (Pose, EntityDimensions): a, getEyeHeight, method_18378, getEyeHeight, func_213316_a, getHeadHeight
float (Pose, EntityDimensions): a, getEyeHeight, method_18378, getEyeHeight, m_6380_, getHeadHeight
Vec3 (LivingEntity): b, getDismountLocationForPassenger, method_24829, updatePassengerForDismount, func_230268_c_
Vec3 (LivingEntity): b, getDismountLocationForPassenger, method_24829, updatePassengerForDismount, m_7688_
InteractionResult (Player, InteractionHand): a, interact, method_5688, interact, func_184230_a
InteractionResult (Player, InteractionHand): a, interact, method_5688, interact, m_6096_
boolean (): aI, isUnderWater, method_5869, isSubmergedInWater, func_204231_K
boolean (): aP, isUnderWater, method_5869, isSubmergedInWater, m_5842_
boolean (Entity): j, canCollideWith, method_30949, collidesWith, func_241849_j
boolean (Entity): h, canCollideWith, method_30949, collidesWith, m_7337_
boolean (Entity, Entity): a, canVehicleCollide, method_30959, method_30959, func_242378_a
boolean (Entity, Entity): a, canVehicleCollide, method_30959, canCollide, m_38323_
boolean (): aZ, canBeCollidedWith, method_30948, isCollidable, func_241845_aY
boolean (): bi, canBeCollidedWith, method_30948, isCollidable, m_5829_
Vec3 (Direction$Axis, BlockUtil$FoundRectangle): a, getRelativePortalPosition, method_30633, method_30633, func_241839_a
Vec3 (Direction$Axis, BlockUtil$FoundRectangle): a, getRelativePortalPosition, method_30633, positionInPortal, m_7643_
Entity$MovementEmission (): aI, getMovementEmission, method_33570, getMoveEffect, m_142319_
ItemStack (): df, getPickResult, method_31480, getPickBlockStack, m_142340_
1.16.5
Names
Fields
Constructors
Methods
void (CompoundTag): a, readAdditionalSaveData, method_5749, readCustomDataFromTag, func_70037_a, loadData
void (CompoundTag): a, readAdditionalSaveData, method_5749, readCustomDataFromNbt, func_70037_a, loadData
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToTag, func_213281_b, saveData
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToNbt, func_213281_b, saveData
1.16.4
Names
bhk
bhn
net.minecraft.server.v1_16_R2.EntityBoat
net.minecraft.server.v1_16_R3.EntityBoat
Fields
Constructors
Methods
boolean (): aB, isMovementNoisy, method_5658, canClimb, func_225502_at_, playStepSound
boolean (): aC, isMovementNoisy, method_5658, canClimb, func_225502_at_, playStepSound
boolean (): aT, isPushable, method_5810, isPushable, func_70104_M, isCollidable
boolean (): aU, isPushable, method_5810, isPushable, func_70104_M, isCollidable
double (): bb, getPassengersRidingOffset, method_5621, getMountedHeightOffset, func_70042_X
double (): bc, getPassengersRidingOffset, method_5621, getMountedHeightOffset, func_70042_X
boolean (): aS, isPickable, method_5863, collides, func_70067_L, isInteractable
boolean (): aT, isPickable, method_5863, collides, func_70067_L, isInteractable
void (): bl, animateHurt, method_5879, animateDamage, func_70057_ab
void (): bm, animateHurt, method_5879, animateDamage, func_70057_ab
Direction (): bZ, getMotionDirection, method_5755, getMovementDirection, func_184172_bi, getAdjustedDirection
Direction (): ca, getMotionDirection, method_5755, getMovementDirection, func_184172_bi, getAdjustedDirection
Entity (): cl, getControllingPassenger, method_5642, getPrimaryPassenger, func_184179_bs, getRidingPassenger
Entity (): cm, getControllingPassenger, method_5642, getPrimaryPassenger, func_184179_bs, getRidingPassenger
boolean (): aH, isUnderWater, method_5869, isSubmergedInWater, func_204231_K
boolean (): aI, isUnderWater, method_5869, isSubmergedInWater, func_204231_K
boolean (): aY, canBeCollidedWith, method_30948, isCollidable, func_241845_aY
boolean (): aZ, canBeCollidedWith, method_30948, isCollidable, func_241845_aY
1.16.3
Names
Fields
Constructors
Methods
boolean (Entity): j, canCollideWith, method_30949, method_30949, func_241849_j
boolean (Entity): j, canCollideWith, method_30949, collidesWith, func_241849_j
boolean (): aY, canBeCollidedWith, method_30948, method_30948, func_241845_aY
boolean (): aY, canBeCollidedWith, method_30948, isCollidable, func_241845_aY
1.16.2
Names
bft
bhk
net.minecraft.server.v1_16_R1.EntityBoat
net.minecraft.server.v1_16_R2.EntityBoat
Fields
double: aw, lerpYRot, field_7699, boatYaw, field_70273_g
double: ap, lerpYRot, field_7699, boatYaw, field_70273_g
double: at, lerpX, field_7686, x, field_70281_h
double: am, lerpX, field_7686, x, field_70281_h
float[]: ao, paddlePositions, field_7704, paddlePhases, field_184470_f
float[]: ah, paddlePositions, field_7704, paddlePhases, field_184470_f
float: ap, invFriction, field_7692, velocityDecay, field_184472_g
float: ai, invFriction, field_7692, velocityDecay, field_184472_g
float: aq, outOfControlTicks, field_7706, ticksUnderwater, field_184474_h
float: aj, outOfControlTicks, field_7706, ticksUnderwater, field_184474_h
float: ar, deltaRotation, field_7690, yawVelocity, field_184475_as
float: ak, deltaRotation, field_7690, yawVelocity, field_184475_as
int: as, lerpSteps, field_7708, field_7708, field_184476_at
int: al, lerpSteps, field_7708, field_7708, field_184476_at
double: au, lerpY, field_7700, y, field_184477_av
double: an, lerpY, field_7700, y, field_184477_av
double: av, lerpZ, field_7685, z, field_184478_aw
double: ao, lerpZ, field_7685, z, field_184478_aw
double: ax, lerpXRot, field_7684, boatPitch, field_184479_ay
double: aq, lerpXRot, field_7684, boatPitch, field_184479_ay
boolean: ay, inputLeft, field_7710, pressingLeft, field_184480_az
boolean: ar, inputLeft, field_7710, pressingLeft, field_184480_az
boolean: az, inputRight, field_7695, pressingRight, field_184459_aA
boolean: as, inputRight, field_7695, pressingRight, field_184459_aA
boolean: aA, inputUp, field_7709, pressingForward, field_184461_aB
boolean: at, inputUp, field_7709, pressingForward, field_184461_aB
boolean: aB, inputDown, field_7693, pressingBack, field_184463_aC
boolean: au, inputDown, field_7693, pressingBack, field_184463_aC
double: aC, waterLevel, field_7697, waterLevel, field_184465_aD
double: av, waterLevel, field_7697, waterLevel, field_184465_aD
float: aD, landFriction, field_7714, field_7714, field_184467_aE
float: aw, landFriction, field_7714, field_7714, field_184467_aE
Boat$Status: aE, status, field_7702, location, field_184469_aF
Boat$Status: ax, status, field_7702, location, field_184469_aF
Boat$Status: aF, oldStatus, field_7701, lastLocation, field_184471_aG
Boat$Status: ay, oldStatus, field_7701, lastLocation, field_184471_aG
double: aG, lastYd, field_7696, fallVelocity, field_184473_aH
double: az, lastYd, field_7696, fallVelocity, field_184473_aH
EntityDataAccessor<Integer>: an, DATA_ID_BUBBLE_TIME, field_7691, BUBBLE_WOBBLE_TICKS, field_203064_g
EntityDataAccessor<Integer>: ag, DATA_ID_BUBBLE_TIME, field_7691, BUBBLE_WOBBLE_TICKS, field_203064_g
boolean: aH, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, field_203059_aM
boolean: aA, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, field_203059_aM
boolean: aI, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, field_203060_aN
boolean: aB, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, field_203060_aN
float: aJ, bubbleMultiplier, field_7712, bubbleWobbleStrength, field_203061_aO
float: aC, bubbleMultiplier, field_7712, bubbleWobbleStrength, field_203061_aO
float: aK, bubbleAngle, field_7694, bubbleWobble, field_203062_aP
float: aD, bubbleAngle, field_7694, bubbleWobble, field_203062_aP
float: aL, bubbleAngleO, field_7711, lastBubbleWobble, field_203063_aQ
float: aE, bubbleAngleO, field_7711, lastBubbleWobble, field_203063_aQ
Constructors
Methods
boolean (): ax, isMovementNoisy, method_5658, canClimb, func_225502_at_, playStepSound
boolean (): aB, isMovementNoisy, method_5658, canClimb, func_225502_at_, playStepSound
AABB (Entity): j, getCollideAgainstBox, method_5708, getHardCollisionBox, func_70114_g
AABB (): ay, getCollideBox, method_5827, getCollisionBox, func_70046_E
boolean (): aR, isPushable, method_5810, isPushable, func_70104_M, isCollidable
boolean (): aT, isPushable, method_5810, isPushable, func_70104_M, isCollidable
double (): aY, getPassengersRidingOffset, method_5621, getMountedHeightOffset, func_70042_X
double (): bb, getPassengersRidingOffset, method_5621, getMountedHeightOffset, func_70042_X
boolean (): aQ, isPickable, method_5863, collides, func_70067_L, isInteractable
boolean (): aS, isPickable, method_5863, collides, func_70067_L, isInteractable
void (): bi, animateHurt, method_5879, animateDamage, func_70057_ab
void (): bl, animateHurt, method_5879, animateDamage, func_70057_ab
Packet<?> (): O, getAddEntityPacket, method_18002, createSpawnPacket, func_213297_N
Packet<?> (): P, getAddEntityPacket, method_18002, createSpawnPacket, func_213297_N
Vec3 (LivingEntity): c, getDismountLocationForPassenger, method_24829, updatePassengerForDismount, func_230268_c_
Vec3 (LivingEntity): b, getDismountLocationForPassenger, method_24829, updatePassengerForDismount, func_230268_c_
boolean (): aE, isUnderWater, method_5869, isSubmergedInWater, func_204231_K
boolean (): aH, isUnderWater, method_5869, isSubmergedInWater, func_204231_K
boolean (Entity): j, canCollideWith, method_30949, method_30949, func_241849_j
boolean (Entity, Entity): a, canVehicleCollide, method_30959, method_30959, func_242378_a
boolean (): aY, canBeCollidedWith, method_30948, method_30948, func_241845_aY
Vec3 (Direction$Axis, BlockUtil$FoundRectangle): a, getRelativePortalPosition, method_30633, method_30633, func_241839_a
1.16.1
Names
azz
bft
net.minecraft.server.v1_15_R1.EntityBoat
net.minecraft.server.v1_16_R1.EntityBoat
Fields
double: ax, lerpYRot, field_7699, field_70273_g
double: aw, lerpYRot, field_7699, boatYaw, field_70273_g
double: au, lerpX, field_7686, field_70281_h
double: at, lerpX, field_7686, x, field_70281_h
float[]: ap, paddlePositions, field_7704, paddlePhases, field_184470_f
float[]: ao, paddlePositions, field_7704, paddlePhases, field_184470_f
float: aq, invFriction, field_7692, velocityDecay, field_184472_g
float: ap, invFriction, field_7692, velocityDecay, field_184472_g
float: ar, outOfControlTicks, field_7706, ticksUnderwater, field_184474_h
float: aq, outOfControlTicks, field_7706, ticksUnderwater, field_184474_h
float: as, deltaRotation, field_7690, yawVelocity, field_184475_as
float: ar, deltaRotation, field_7690, yawVelocity, field_184475_as
int: at, lerpSteps, field_7708, field_184476_at
int: as, lerpSteps, field_7708, field_7708, field_184476_at
double: av, lerpY, field_7700, field_184477_av
double: au, lerpY, field_7700, y, field_184477_av
double: aw, lerpZ, field_7685, field_184478_aw
double: av, lerpZ, field_7685, z, field_184478_aw
double: ay, lerpXRot, field_7684, field_184479_ay
double: ax, lerpXRot, field_7684, boatPitch, field_184479_ay
boolean: az, inputLeft, field_7710, pressingLeft, field_184480_az
boolean: ay, inputLeft, field_7710, pressingLeft, field_184480_az
boolean: aA, inputRight, field_7695, pressingRight, field_184459_aA
boolean: az, inputRight, field_7695, pressingRight, field_184459_aA
boolean: aB, inputUp, field_7709, pressingForward, field_184461_aB
boolean: aA, inputUp, field_7709, pressingForward, field_184461_aB
boolean: aC, inputDown, field_7693, pressingBack, field_184463_aC
boolean: aB, inputDown, field_7693, pressingBack, field_184463_aC
double: aD, waterLevel, field_7697, waterLevel, field_184465_aD
double: aC, waterLevel, field_7697, waterLevel, field_184465_aD
float: aE, landFriction, field_7714, field_184467_aE
float: aD, landFriction, field_7714, field_7714, field_184467_aE
Boat$Status: aF, status, field_7702, location, field_184469_aF
Boat$Status: aE, status, field_7702, location, field_184469_aF
Boat$Status: aG, oldStatus, field_7701, lastLocation, field_184471_aG
Boat$Status: aF, oldStatus, field_7701, lastLocation, field_184471_aG
double: aH, lastYd, field_7696, fallVelocity, field_184473_aH
double: aG, lastYd, field_7696, fallVelocity, field_184473_aH
EntityDataAccessor<Integer>: ao, DATA_ID_BUBBLE_TIME, field_7691, BUBBLE_WOBBLE_TICKS, field_203064_g
EntityDataAccessor<Integer>: an, DATA_ID_BUBBLE_TIME, field_7691, BUBBLE_WOBBLE_TICKS, field_203064_g
boolean: aI, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, field_203059_aM
boolean: aH, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, field_203059_aM
boolean: aJ, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, field_203060_aN
boolean: aI, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, field_203060_aN
float: aK, bubbleMultiplier, field_7712, bubbleWobbleStrength, field_203061_aO
float: aJ, bubbleMultiplier, field_7712, bubbleWobbleStrength, field_203061_aO
float: aL, bubbleAngle, field_7694, bubbleWobble, field_203062_aP
float: aK, bubbleAngle, field_7694, bubbleWobble, field_203062_aP
float: aM, bubbleAngleO, field_7711, lastBubbleWobble, field_203063_aQ
float: aL, bubbleAngleO, field_7711, lastBubbleWobble, field_203063_aQ
Constructors
Methods
boolean (): at, isMovementNoisy, method_5658, canClimb, func_225502_at_, playStepSound
boolean (): ax, isMovementNoisy, method_5658, canClimb, func_225502_at_, playStepSound
void (): w_, defineSynchedData, method_5693, initDataTracker, func_70088_a, initDatawatcher
void (): e, defineSynchedData, method_5693, initDataTracker, func_70088_a, initDatawatcher
AABB (): au, getCollideBox, method_5827, getCollisionBox, func_70046_E
AABB (): ay, getCollideBox, method_5827, getCollisionBox, func_70046_E
boolean (): aL, isPushable, method_5810, isPushable, func_70104_M, isCollidable
boolean (): aR, isPushable, method_5810, isPushable, func_70104_M, isCollidable
double (): aS, getRideHeight, method_5621, getMountedHeightOffset, func_70042_X
double (): aY, getPassengersRidingOffset, method_5621, getMountedHeightOffset, func_70042_X
boolean (): aK, isPickable, method_5863, collides, func_70067_L, isInteractable
boolean (): aQ, isPickable, method_5863, collides, func_70067_L, isInteractable
void (): h, tick, method_5773, tick, func_70071_h_, tick
void (): j, tick, method_5773, tick, func_70071_h_, tick
void (CompoundTag): a, readAdditionalSaveData, method_5749, readCustomDataFromTag, func_70037_a
void (CompoundTag): a, readAdditionalSaveData, method_5749, readCustomDataFromTag, func_70037_a, loadData
void (): bb, animateHurt, method_5879, animateDamage, func_70057_ab
void (): bi, animateHurt, method_5879, animateDamage, func_70057_ab
Item (): f, getDropItem, method_7557, asItem, func_184455_j
Item (): g, getDropItem, method_7557, asItem, func_184455_j
Direction (): bR, getMotionDirection, method_5755, getMovementDirection, func_184172_bi, getAdjustedDirection
Direction (): bZ, getMotionDirection, method_5755, getMovementDirection, func_184172_bi, getAdjustedDirection
void (): r, tickLerp, method_7555, func_184447_s
void (): r, tickLerp, method_7555, method_7555, func_184447_s
float (): k, getWaterLevelAbove, method_7544, func_184451_k
float (): i, getWaterLevelAbove, method_7544, method_7544, func_184451_k
float (): l, getGroundFriction, method_7548, func_184441_l
float (): k, getGroundFriction, method_7548, method_7548, func_184441_l
boolean (): u, checkInWater, method_7545, checkBoatInWater, func_184446_u
boolean (): t, checkInWater, method_7545, checkBoatInWater, func_184446_u
Boat$Status (): v, isUnderwater, method_7532, getUnderWaterLocation, func_184444_v
Boat$Status (): u, isUnderwater, method_7532, getUnderWaterLocation, func_184444_v
void (): w, floatBoat, method_7534, updateVelocity, func_184450_w
void (): v, floatBoat, method_7534, updateVelocity, func_184450_w
void (): z, controlBoat, method_7549, updatePaddles, func_184443_x
void (): x, controlBoat, method_7549, updatePaddles, func_184443_x
Entity (): cd, getControllingPassenger, method_5642, getPrimaryPassenger, func_184179_bs, getRidingPassenger
Entity (): cl, getControllingPassenger, method_5642, getPrimaryPassenger, func_184179_bs, getRidingPassenger
boolean (Player, InteractionHand): b, interact, method_5688, interact, func_184230_a
SoundEvent (): i, getPaddleSound, method_7537, getPaddleSoundEvent, func_193047_k
SoundEvent (): h, getPaddleSound, method_7537, getPaddleSoundEvent, func_193047_k
void (boolean): j, onAboveBubbleCol, method_5700, onBubbleColumnSurfaceCollision, func_203002_i
void (boolean): k, onAboveBubbleCol, method_5700, onBubbleColumnSurfaceCollision, func_203002_i
int (): A, getBubbleTime, method_7539, getBubbleWobbleTicks, func_203058_B
int (): z, getBubbleTime, method_7539, getBubbleWobbleTicks, func_203058_B
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToTag, func_213281_b
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToTag, func_213281_b, saveData
Packet<?> (): L, getAddEntityPacket, method_18002, createSpawnPacket, func_213297_N
Packet<?> (): O, getAddEntityPacket, method_18002, createSpawnPacket, func_213297_N
float (Pose, EntityDimensions): a, getEyeHeight, method_18378, getEyeHeight, func_213316_a, getHeadHeight
Vec3 (LivingEntity): c, getDismountLocationForPassenger, method_24829, updatePassengerForDismount, func_230268_c_
InteractionResult (Player, InteractionHand): a, interact, method_5688, interact, func_184230_a
boolean (): aE, isUnderWater, method_5869, isSubmergedInWater, func_204231_K
1.15.2
Names
azw
azz
Fields
Constructors
Methods
1.15.1
Names
Fields
Constructors
Methods
1.15
Names
axw
azw
net.minecraft.server.v1_14_R1.EntityBoat
net.minecraft.server.v1_15_R1.EntityBoat
Fields
double: aA, lerpYRot, field_7699, field_70273_g
double: ax, lerpYRot, field_7699, field_70273_g
double: ax, lerpX, field_7686, field_70281_h
double: au, lerpX, field_7686, field_70281_h
float[]: as, paddlePositions, field_7704, paddlePhases, field_184470_f
float[]: ap, paddlePositions, field_7704, paddlePhases, field_184470_f
float: at, invFriction, field_7692, velocityDecay, field_184472_g
float: aq, invFriction, field_7692, velocityDecay, field_184472_g
float: au, outOfControlTicks, field_7706, ticksUnderwater, field_184474_h
float: ar, outOfControlTicks, field_7706, ticksUnderwater, field_184474_h
float: av, deltaRotation, field_7690, yawVelocity, field_184475_as
float: as, deltaRotation, field_7690, yawVelocity, field_184475_as
int: aw, lerpSteps, field_7708, field_184476_at
int: at, lerpSteps, field_7708, field_184476_at
double: ay, lerpY, field_7700, field_184477_av
double: av, lerpY, field_7700, field_184477_av
double: az, lerpZ, field_7685, field_184478_aw
double: aw, lerpZ, field_7685, field_184478_aw
double: aB, lerpXRot, field_7684, field_184479_ay
double: ay, lerpXRot, field_7684, field_184479_ay
boolean: aC, inputLeft, field_7710, pressingLeft, field_184480_az
boolean: az, inputLeft, field_7710, pressingLeft, field_184480_az
boolean: aD, inputRight, field_7695, pressingRight, field_184459_aA
boolean: aA, inputRight, field_7695, pressingRight, field_184459_aA
boolean: aE, inputUp, field_7709, pressingForward, field_184461_aB
boolean: aB, inputUp, field_7709, pressingForward, field_184461_aB
boolean: aF, inputDown, field_7693, pressingBack, field_184463_aC
boolean: aC, inputDown, field_7693, pressingBack, field_184463_aC
double: aG, waterLevel, field_7697, waterLevel, field_184465_aD
double: aD, waterLevel, field_7697, waterLevel, field_184465_aD
float: aH, landFriction, field_7714, field_184467_aE
float: aE, landFriction, field_7714, field_184467_aE
Boat$Status: aI, status, field_7702, location, field_184469_aF
Boat$Status: aF, status, field_7702, location, field_184469_aF
Boat$Status: aJ, oldStatus, field_7701, lastLocation, field_184471_aG
Boat$Status: aG, oldStatus, field_7701, lastLocation, field_184471_aG
double: aK, lastYd, field_7696, fallVelocity, field_184473_aH
double: aH, lastYd, field_7696, fallVelocity, field_184473_aH
EntityDataAccessor<Integer>: ar, DATA_ID_BUBBLE_TIME, field_7691, BUBBLE_WOBBLE_TICKS, field_203064_g
EntityDataAccessor<Integer>: ao, DATA_ID_BUBBLE_TIME, field_7691, BUBBLE_WOBBLE_TICKS, field_203064_g
boolean: aL, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, field_203059_aM
boolean: aI, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, field_203059_aM
boolean: aM, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, field_203060_aN
boolean: aJ, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, field_203060_aN
float: aN, bubbleMultiplier, field_7712, bubbleWobbleStrength, field_203061_aO
float: aK, bubbleMultiplier, field_7712, bubbleWobbleStrength, field_203061_aO
float: aO, bubbleAngle, field_7694, bubbleWobble, field_203062_aP
float: aL, bubbleAngle, field_7694, bubbleWobble, field_203062_aP
float: aP, bubbleAngleO, field_7711, lastBubbleWobble, field_203063_aQ
float: aM, bubbleAngleO, field_7711, lastBubbleWobble, field_203063_aQ
Constructors
Methods
boolean (): ap, makeStepSound, method_5658, canClimb, func_70041_e_, playStepSound
boolean (): at, isMovementNoisy, method_5658, canClimb, func_225502_at_, playStepSound
void (): u_, defineSynchedData, method_5693, initDataTracker, func_70088_a, initDatawatcher
void (): w_, defineSynchedData, method_5693, initDataTracker, func_70088_a, initDatawatcher
AABB (): aq, getCollideBox, method_5827, getCollisionBox, func_70046_E
AABB (): au, getCollideBox, method_5827, getCollisionBox, func_70046_E
boolean (): aI, isPushable, method_5810, isPushable, func_70104_M, isCollidable
boolean (): aL, isPushable, method_5810, isPushable, func_70104_M, isCollidable
double (): aP, getRideHeight, method_5621, getMountedHeightOffset, func_70042_X
double (): aS, getRideHeight, method_5621, getMountedHeightOffset, func_70042_X
boolean (): aH, isPickable, method_5863, collides, func_70067_L, isInteractable
boolean (): aK, isPickable, method_5863, collides, func_70067_L, isInteractable
void (): aY, animateHurt, method_5879, animateDamage, func_70057_ab
void (): bb, animateHurt, method_5879, animateDamage, func_70057_ab
Direction (): bJ, getMotionDirection, method_5755, getMovementDirection, func_184172_bi, getAdjustedDirection
Direction (): bR, getMotionDirection, method_5755, getMovementDirection, func_184172_bi, getAdjustedDirection
Entity (): bV, getControllingPassenger, method_5642, getPrimaryPassenger, func_184179_bs, getRidingPassenger
Entity (): cd, getControllingPassenger, method_5642, getPrimaryPassenger, func_184179_bs, getRidingPassenger
Packet<?> (): N, getAddEntityPacket, method_18002, createSpawnPacket, func_213297_N
Packet<?> (): L, getAddEntityPacket, method_18002, createSpawnPacket, func_213297_N
1.14.4
Names
axr
axw
net.minecraft.world.entity.vehicle.Boat
Fields
double: aA, field_7699, field_7699, field_70273_g
double: aA, lerpYRot, field_7699, field_70273_g
double: ax, field_7686, field_7686, field_70281_h
double: ax, lerpX, field_7686, field_70281_h
DataWatcherObject<Integer>: b, field_7688, DAMAGE_WOBBLE_TICKS, field_184460_a
EntityDataAccessor<Integer>: b, DATA_ID_HURT, field_7688, DAMAGE_WOBBLE_TICKS, field_184460_a
DataWatcherObject<Integer>: c, field_7707, DAMAGE_WOBBLE_SIDE, field_184462_b
EntityDataAccessor<Integer>: c, DATA_ID_HURTDIR, field_7707, DAMAGE_WOBBLE_SIDE, field_184462_b
DataWatcherObject<Float>: d, field_7705, DAMAGE_WOBBLE_STRENGTH, field_184464_c
EntityDataAccessor<Float>: d, DATA_ID_DAMAGE, field_7705, DAMAGE_WOBBLE_STRENGTH, field_184464_c
DataWatcherObject<Integer>: e, field_7698, BOAT_TYPE, field_184466_d
EntityDataAccessor<Integer>: e, DATA_ID_TYPE, field_7698, BOAT_TYPE, field_184466_d
float[]: as, field_7704, paddlePhases, field_184470_f
float[]: as, paddlePositions, field_7704, paddlePhases, field_184470_f
float: at, field_7692, velocityDecay, field_184472_g
float: at, invFriction, field_7692, velocityDecay, field_184472_g
float: au, field_7706, ticksUnderwater, field_184474_h
float: au, outOfControlTicks, field_7706, ticksUnderwater, field_184474_h
float: av, field_7690, yawVelocity, field_184475_as
float: av, deltaRotation, field_7690, yawVelocity, field_184475_as
int: aw, field_7708, field_7708, field_184476_at
int: aw, lerpSteps, field_7708, field_184476_at
double: ay, field_7700, field_7700, field_184477_av
double: ay, lerpY, field_7700, field_184477_av
double: az, field_7685, field_7685, field_184478_aw
double: az, lerpZ, field_7685, field_184478_aw
double: aB, field_7684, field_7684, field_184479_ay
double: aB, lerpXRot, field_7684, field_184479_ay
boolean: aC, field_7710, pressingLeft, field_184480_az
boolean: aC, inputLeft, field_7710, pressingLeft, field_184480_az
boolean: aD, field_7695, pressingRight, field_184459_aA
boolean: aD, inputRight, field_7695, pressingRight, field_184459_aA
boolean: aE, field_7709, pressingForward, field_184461_aB
boolean: aE, inputUp, field_7709, pressingForward, field_184461_aB
boolean: aF, field_7693, pressingBack, field_184463_aC
boolean: aF, inputDown, field_7693, pressingBack, field_184463_aC
double: aG, field_7697, waterLevel, field_184465_aD
double: aG, waterLevel, field_7697, waterLevel, field_184465_aD
float: aH, field_7714, field_7714, field_184467_aE
float: aH, landFriction, field_7714, field_184467_aE
EntityBoat$EnumStatus: aI, field_7702, location, field_184469_aF
Boat$Status: aI, status, field_7702, location, field_184469_aF
EntityBoat$EnumStatus: aJ, field_7701, lastLocation, field_184471_aG
Boat$Status: aJ, oldStatus, field_7701, lastLocation, field_184471_aG
double: aK, field_7696, fallVelocity, field_184473_aH
double: aK, lastYd, field_7696, fallVelocity, field_184473_aH
DataWatcherObject<Boolean>: f, field_7687, LEFT_PADDLE_MOVING, field_199704_e
EntityDataAccessor<Boolean>: f, DATA_ID_PADDLE_LEFT, field_7687, LEFT_PADDLE_MOVING, field_199704_e
DataWatcherObject<Boolean>: g, field_7713, RIGHT_PADDLE_MOVING, field_199705_f
EntityDataAccessor<Boolean>: g, DATA_ID_PADDLE_RIGHT, field_7713, RIGHT_PADDLE_MOVING, field_199705_f
DataWatcherObject<Integer>: ar, field_7691, BUBBLE_WOBBLE_TICKS, field_203064_g
EntityDataAccessor<Integer>: ar, DATA_ID_BUBBLE_TIME, field_7691, BUBBLE_WOBBLE_TICKS, field_203064_g
boolean: aL, field_7689, onBubbleColumnSurface, field_203059_aM
boolean: aL, isAboveBubbleColumn, field_7689, onBubbleColumnSurface, field_203059_aM
boolean: aM, field_7703, bubbleColumnIsDrag, field_203060_aN
boolean: aM, bubbleColumnDirectionIsDown, field_7703, bubbleColumnIsDrag, field_203060_aN
float: aN, field_7712, bubbleWobbleStrength, field_203061_aO
float: aN, bubbleMultiplier, field_7712, bubbleWobbleStrength, field_203061_aO
float: aO, field_7694, bubbleWobble, field_203062_aP
float: aO, bubbleAngle, field_7694, bubbleWobble, field_203062_aP
float: aP, field_7711, lastBubbleWobble, field_203063_aQ
float: aP, bubbleAngleO, field_7711, lastBubbleWobble, field_203063_aQ
Constructors
Methods
boolean (): ap, method_5658, canClimb, func_70041_e_, playStepSound
boolean (): ap, makeStepSound, method_5658, canClimb, func_70041_e_, playStepSound
void (): u_, method_5693, initDataTracker, func_70088_a, initDatawatcher
void (): u_, defineSynchedData, method_5693, initDataTracker, func_70088_a, initDatawatcher
AxisAlignedBB (Entity): j, method_5708, getHardCollisionBox, func_70114_g
AABB (Entity): j, getCollideAgainstBox, method_5708, getHardCollisionBox, func_70114_g
AxisAlignedBB (): aq, method_5827, getCollisionBox, func_70046_E
AABB (): aq, getCollideBox, method_5827, getCollisionBox, func_70046_E
boolean (): aI, method_5810, isPushable, func_70104_M, isCollidable
boolean (): aI, isPushable, method_5810, isPushable, func_70104_M, isCollidable
double (): aP, method_5621, getMountedHeightOffset, func_70042_X
double (): aP, getRideHeight, method_5621, getMountedHeightOffset, func_70042_X
boolean (DamageSource, float): a, method_5643, damage, func_70097_a, damageEntity
boolean (DamageSource, float): a, hurt, method_5643, damage, func_70097_a, damageEntity
boolean (): aH, method_5863, collides, func_70067_L, isInteractable
boolean (): aH, isPickable, method_5863, collides, func_70067_L, isInteractable
void (): h, method_5773, tick, func_70071_h_, tick
void (): h, tick, method_5773, tick, func_70071_h_, tick
void (NBTTagCompound): a, method_5749, readCustomDataFromTag, func_70037_a
void (CompoundTag): a, readAdditionalSaveData, method_5749, readCustomDataFromTag, func_70037_a
void (float): a, method_7542, setDamageWobbleStrength, func_70266_a, setDamage
void (float): a, setDamage, method_7542, setDamageWobbleStrength, func_70266_a, setDamage
float (): m, method_7554, getDamageWobbleStrength, func_70271_g, getDamage
float (): m, getDamage, method_7554, getDamageWobbleStrength, func_70271_g, getDamage
void (int): b, method_7553, setDamageWobbleTicks, func_70265_b
void (int): b, setHurtTime, method_7553, setDamageWobbleTicks, func_70265_b
int (): n, method_7533, getDamageWobbleTicks, func_70268_h
int (): n, getHurtTime, method_7533, getDamageWobbleTicks, func_70268_h
void (int): c, method_7540, setDamageWobbleSide, func_70269_c
void (int): c, setHurtDir, method_7540, setDamageWobbleSide, func_70269_c
int (): o, method_7543, getDamageWobbleSide, func_70267_i
int (): o, getHurtDir, method_7543, getDamageWobbleSide, func_70267_i
void (): aY, method_5879, animateDamage, func_70057_ab
void (): aY, animateHurt, method_5879, animateDamage, func_70057_ab
void (double, double, double, float, float, int, boolean): a, method_5759, updateTrackedPositionAndAngles, func_180426_a
void (double, double, double, float, float, int, boolean): a, lerpTo, method_5759, updateTrackedPositionAndAngles, func_180426_a
void (Entity): i, method_5697, pushAwayFrom, func_70108_f, collide
void (Entity): i, push, method_5697, pushAwayFrom, func_70108_f, collide
Item (): f, method_7557, asItem, func_184455_j
Item (): f, getDropItem, method_7557, asItem, func_184455_j
EnumDirection (): bJ, method_5755, getMovementDirection, func_184172_bi, getAdjustedDirection
Direction (): bJ, getMotionDirection, method_5755, getMovementDirection, func_184172_bi, getAdjustedDirection
void (): r, method_7555, method_7555, func_184447_s
void (): r, tickLerp, method_7555, func_184447_s
void (boolean, boolean): a, method_7538, setPaddleMovings, func_184445_a
void (boolean, boolean): a, setPaddleState, method_7538, setPaddleMovings, func_184445_a
EntityBoat$EnumStatus (): s, method_7552, checkLocation, func_184449_t
Boat$Status (): s, getStatus, method_7552, checkLocation, func_184449_t
float (): k, method_7544, method_7544, func_184451_k
float (): k, getWaterLevelAbove, method_7544, func_184451_k
float (): l, method_7548, method_7548, func_184441_l
float (): l, getGroundFriction, method_7548, func_184441_l
boolean (): u, method_7545, checKBoatInWater, func_184446_u
boolean (): u, checkInWater, method_7545, checkBoatInWater, func_184446_u
EntityBoat$EnumStatus (): v, method_7532, getUnderWaterLocation, func_184444_v
Boat$Status (): v, isUnderwater, method_7532, getUnderWaterLocation, func_184444_v
void (): w, method_7534, updateVelocity, func_184450_w
void (): w, floatBoat, method_7534, updateVelocity, func_184450_w
void (): z, method_7549, updatePaddles, func_184443_x
void (): z, controlBoat, method_7549, updatePaddles, func_184443_x
void (Entity): k, method_5865, updatePassengerPosition, func_184232_k
void (Entity): k, positionRider, method_5865, updatePassengerPosition, func_184232_k
void (Entity): a, method_7546, copyEntityData, func_184454_a
void (Entity): a, clampRotation, method_7546, copyEntityData, func_184454_a
void (double, boolean, IBlockData, BlockPosition): a, method_5623, fall, func_184231_a
void (double, boolean, BlockState, BlockPos): a, checkFallDamage, method_5623, fall, func_184231_a
boolean (int): a, method_7556, isPaddleMoving, func_184457_a
boolean (int): a, getPaddleState, method_7556, isPaddleMoving, func_184457_a
void (EntityBoat$EnumBoatType): a, method_7541, setBoatType, func_184458_a, setType
void (Boat$Type): a, setType, method_7541, setBoatType, func_184458_a, setType
EntityBoat$EnumBoatType (): p, method_7536, getBoatType, func_184453_r, getType
Boat$Type (): p, getBoatType, method_7536, getBoatType, func_184453_r, getType
boolean (Entity): q, method_5818, canAddPassenger, func_184219_q
boolean (Entity): q, canAddPassenger, method_5818, canAddPassenger, func_184219_q
Entity (): bV, method_5642, getPrimaryPassenger, func_184179_bs, getRidingPassenger
Entity (): bV, getControllingPassenger, method_5642, getPrimaryPassenger, func_184179_bs, getRidingPassenger
float (int, float): a, method_7551, interpolatePaddlePhase, func_184448_a
float (int, float): a, getRowingTime, method_7551, interpolatePaddlePhase, func_184448_a
void (Entity): l, method_5644, onPassengerLookAround, func_184190_l
void (Entity): l, onPassengerTurned, method_5644, onPassengerLookAround, func_184190_l
void (boolean, boolean, boolean, boolean): a, method_7535, setInputs, func_184442_a
void (boolean, boolean, boolean, boolean): a, setInput, method_7535, setInputs, func_184442_a
boolean (EntityHuman, EnumHand): b, method_5688, interact, func_184230_a
boolean (Player, InteractionHand): b, interact, method_5688, interact, func_184230_a
SoundEffect (): i, method_7537, getPaddleSoundEvent, func_193047_k
SoundEvent (): i, getPaddleSound, method_7537, getPaddleSoundEvent, func_193047_k
void (boolean): j, method_5700, onBubbleColumnSurfaceCollision, func_203002_i
void (boolean): j, onAboveBubbleCol, method_5700, onBubbleColumnSurfaceCollision, func_203002_i
void (): q, method_7550, handleBubbleColumn, func_203057_r
void (): q, tickBubbleColumn, method_7550, handleBubbleColumn, func_203057_r
void (int): d, method_7531, setBubbleWobbleTicks, func_203055_e
void (int): d, setBubbleTime, method_7531, setBubbleWobbleTicks, func_203055_e
int (): A, method_7539, getBubbleWobbleTicks, func_203058_B
int (): A, getBubbleTime, method_7539, getBubbleWobbleTicks, func_203058_B
float (float): b, method_7547, interpolateBubbleWobble, func_203056_b
float (float): b, getBubbleAngle, method_7547, interpolateBubbleWobble, func_203056_b
void (NBTTagCompound): b, method_5652, writeCustomDataToTag, func_213281_b
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToTag, func_213281_b
Packet<?> (): N, method_18002, createSpawnPacket, func_213297_N
Packet<?> (): N, getAddEntityPacket, method_18002, createSpawnPacket, func_213297_N
1.14.3
Names
axo
axr
net.minecraft.entity.vehicle.BoatEntity
Fields
double: aA, field_7699, field_70273_g
double: aA, field_7699, field_7699, field_70273_g
double: ax, field_7686, field_70281_h
double: ax, field_7686, field_7686, field_70281_h
DataWatcherObject<Integer>: b, field_7688, field_184460_a
DataWatcherObject<Integer>: b, field_7688, DAMAGE_WOBBLE_TICKS, field_184460_a
DataWatcherObject<Integer>: c, field_7707, field_184462_b
DataWatcherObject<Integer>: c, field_7707, DAMAGE_WOBBLE_SIDE, field_184462_b
DataWatcherObject<Float>: d, field_7705, field_184464_c
DataWatcherObject<Float>: d, field_7705, DAMAGE_WOBBLE_STRENGTH, field_184464_c
DataWatcherObject<Integer>: e, field_7698, field_184466_d
DataWatcherObject<Integer>: e, field_7698, BOAT_TYPE, field_184466_d
float[]: as, field_7704, field_184470_f
float[]: as, field_7704, paddlePhases, field_184470_f
float: at, field_7692, field_184472_g
float: at, field_7692, velocityDecay, field_184472_g
float: au, field_7706, field_184474_h
float: au, field_7706, ticksUnderwater, field_184474_h
float: av, field_7690, field_184475_as
float: av, field_7690, yawVelocity, field_184475_as
int: aw, field_7708, field_184476_at
int: aw, field_7708, field_7708, field_184476_at
double: ay, field_7700, field_184477_av
double: ay, field_7700, field_7700, field_184477_av
double: az, field_7685, field_184478_aw
double: az, field_7685, field_7685, field_184478_aw
double: aB, field_7684, field_184479_ay
double: aB, field_7684, field_7684, field_184479_ay
boolean: aC, field_7710, field_184480_az
boolean: aC, field_7710, pressingLeft, field_184480_az
boolean: aD, field_7695, field_184459_aA
boolean: aD, field_7695, pressingRight, field_184459_aA
boolean: aE, field_7709, field_184461_aB
boolean: aE, field_7709, pressingForward, field_184461_aB
boolean: aF, field_7693, field_184463_aC
boolean: aF, field_7693, pressingBack, field_184463_aC
double: aG, field_7697, field_184465_aD
double: aG, field_7697, waterLevel, field_184465_aD
float: aH, field_7714, field_184467_aE
float: aH, field_7714, field_7714, field_184467_aE
EntityBoat$EnumStatus: aI, field_7702, field_184469_aF
EntityBoat$EnumStatus: aI, field_7702, location, field_184469_aF
EntityBoat$EnumStatus: aJ, field_7701, field_184471_aG
EntityBoat$EnumStatus: aJ, field_7701, lastLocation, field_184471_aG
double: aK, field_7696, field_184473_aH
double: aK, field_7696, fallVelocity, field_184473_aH
DataWatcherObject<Boolean>: f, field_7687, field_199704_e
DataWatcherObject<Boolean>: f, field_7687, LEFT_PADDLE_MOVING, field_199704_e
DataWatcherObject<Boolean>: g, field_7713, field_199705_f
DataWatcherObject<Boolean>: g, field_7713, RIGHT_PADDLE_MOVING, field_199705_f
DataWatcherObject<Integer>: ar, field_7691, field_203064_g
DataWatcherObject<Integer>: ar, field_7691, BUBBLE_WOBBLE_TICKS, field_203064_g
boolean: aL, field_7689, field_203059_aM
boolean: aL, field_7689, onBubbleColumnSurface, field_203059_aM
boolean: aM, field_7703, field_203060_aN
boolean: aM, field_7703, bubbleColumnIsDrag, field_203060_aN
float: aN, field_7712, field_203061_aO
float: aN, field_7712, bubbleWobbleStrength, field_203061_aO
float: aO, field_7694, field_203062_aP
float: aO, field_7694, bubbleWobble, field_203062_aP
float: aP, field_7711, field_203063_aQ
float: aP, field_7711, lastBubbleWobble, field_203063_aQ
Constructors
Methods
boolean (): ao, method_5658, func_70041_e_, playStepSound
boolean (): ap, method_5658, canClimb, func_70041_e_, playStepSound
void (): u_, method_5693, func_70088_a, initDatawatcher
void (): u_, method_5693, initDataTracker, func_70088_a, initDatawatcher
AxisAlignedBB (Entity): j, method_5708, func_70114_g
AxisAlignedBB (Entity): j, method_5708, getHardCollisionBox, func_70114_g
AxisAlignedBB (): ap, method_5827, func_70046_E
AxisAlignedBB (): aq, method_5827, getCollisionBox, func_70046_E
boolean (): aH, method_5810, func_70104_M, isCollidable
boolean (): aI, method_5810, isPushable, func_70104_M, isCollidable
double (): aO, method_5621, func_70042_X
double (): aP, method_5621, getMountedHeightOffset, func_70042_X
boolean (DamageSource, float): a, method_5643, func_70097_a, damageEntity
boolean (DamageSource, float): a, method_5643, damage, func_70097_a, damageEntity
boolean (): aG, method_5863, func_70067_L, isInteractable
boolean (): aH, method_5863, collides, func_70067_L, isInteractable
void (): h, method_5773, func_70071_h_, tick
void (): h, method_5773, tick, func_70071_h_, tick
void (NBTTagCompound): a, method_5749, func_70037_a
void (NBTTagCompound): a, method_5749, readCustomDataFromTag, func_70037_a
void (float): a, method_7542, func_70266_a, setDamage
void (float): a, method_7542, setDamageWobbleStrength, func_70266_a, setDamage
float (): m, method_7554, func_70271_g, getDamage
float (): m, method_7554, getDamageWobbleStrength, func_70271_g, getDamage
void (int): b, method_7553, func_70265_b
void (int): b, method_7553, setDamageWobbleTicks, func_70265_b
int (): n, method_7533, func_70268_h
int (): n, method_7533, getDamageWobbleTicks, func_70268_h
void (int): c, method_7540, func_70269_c
void (int): c, method_7540, setDamageWobbleSide, func_70269_c
int (): o, method_7543, func_70267_i
int (): o, method_7543, getDamageWobbleSide, func_70267_i
void (): aX, method_5879, func_70057_ab
void (): aY, method_5879, animateDamage, func_70057_ab
void (double, double, double, float, float, int, boolean): a, method_5759, func_180426_a
void (double, double, double, float, float, int, boolean): a, method_5759, updateTrackedPositionAndAngles, func_180426_a
void (Entity): i, method_5697, func_70108_f, collide
void (Entity): i, method_5697, pushAwayFrom, func_70108_f, collide
Item (): f, method_7557, func_184455_j
Item (): f, method_7557, asItem, func_184455_j
EnumDirection (): bI, method_5755, func_184172_bi, getAdjustedDirection
EnumDirection (): bJ, method_5755, getMovementDirection, func_184172_bi, getAdjustedDirection
void (): r, method_7555, func_184447_s
void (): r, method_7555, method_7555, func_184447_s
void (boolean, boolean): a, method_7538, func_184445_a
void (boolean, boolean): a, method_7538, setPaddleMovings, func_184445_a
EntityBoat$EnumStatus (): s, method_7552, func_184449_t
EntityBoat$EnumStatus (): s, method_7552, checkLocation, func_184449_t
float (): k, method_7544, func_184451_k
float (): k, method_7544, method_7544, func_184451_k
float (): l, method_7548, func_184441_l
float (): l, method_7548, method_7548, func_184441_l
boolean (): u, method_7545, func_184446_u
boolean (): u, method_7545, checKBoatInWater, func_184446_u
EntityBoat$EnumStatus (): v, method_7532, func_184444_v
EntityBoat$EnumStatus (): v, method_7532, getUnderWaterLocation, func_184444_v
void (): w, method_7534, func_184450_w
void (): w, method_7534, updateVelocity, func_184450_w
void (): z, method_7549, func_184443_x
void (): z, method_7549, updatePaddles, func_184443_x
void (Entity): k, method_5865, func_184232_k
void (Entity): k, method_5865, updatePassengerPosition, func_184232_k
void (Entity): a, method_7546, func_184454_a
void (Entity): a, method_7546, copyEntityData, func_184454_a
void (double, boolean, IBlockData, BlockPosition): a, method_5623, func_184231_a
void (double, boolean, IBlockData, BlockPosition): a, method_5623, fall, func_184231_a
boolean (int): a, method_7556, func_184457_a
boolean (int): a, method_7556, isPaddleMoving, func_184457_a
void (EntityBoat$EnumBoatType): a, method_7541, func_184458_a, setType
void (EntityBoat$EnumBoatType): a, method_7541, setBoatType, func_184458_a, setType
EntityBoat$EnumBoatType (): p, method_7536, func_184453_r, getType
EntityBoat$EnumBoatType (): p, method_7536, getBoatType, func_184453_r, getType
boolean (Entity): q, method_5818, func_184219_q
boolean (Entity): q, method_5818, canAddPassenger, func_184219_q
Entity (): bU, method_5642, func_184179_bs, getRidingPassenger
Entity (): bV, method_5642, getPrimaryPassenger, func_184179_bs, getRidingPassenger
float (int, float): a, method_7551, func_184448_a
float (int, float): a, method_7551, interpolatePaddlePhase, func_184448_a
void (Entity): l, method_5644, func_184190_l
void (Entity): l, method_5644, onPassengerLookAround, func_184190_l
void (boolean, boolean, boolean, boolean): a, method_7535, func_184442_a
void (boolean, boolean, boolean, boolean): a, method_7535, setInputs, func_184442_a
boolean (EntityHuman, EnumHand): b, method_5688, func_184230_a
boolean (EntityHuman, EnumHand): b, method_5688, interact, func_184230_a
SoundEffect (): i, method_7537, func_193047_k
SoundEffect (): i, method_7537, getPaddleSoundEvent, func_193047_k
void (boolean): j, method_5700, func_203002_i
void (boolean): j, method_5700, onBubbleColumnSurfaceCollision, func_203002_i
void (): q, method_7550, func_203057_r
void (): q, method_7550, handleBubbleColumn, func_203057_r
void (int): d, method_7531, func_203055_e
void (int): d, method_7531, setBubbleWobbleTicks, func_203055_e
int (): A, method_7539, func_203058_B
int (): A, method_7539, getBubbleWobbleTicks, func_203058_B
float (float): b, method_7547, func_203056_b
float (float): b, method_7547, interpolateBubbleWobble, func_203056_b
void (NBTTagCompound): b, method_5652, func_213281_b
void (NBTTagCompound): b, method_5652, writeCustomDataToTag, func_213281_b
Packet<?> (): N, method_18002, func_213297_N
Packet<?> (): N, method_18002, createSpawnPacket, func_213297_N
1.14.2
Names
Fields
Constructors
Methods
1.14.1
Names
axn
axo
Fields
Constructors
Methods
1.14
Names
apj
axn
net.minecraft.class_1690
net.minecraft.entity.item.EntityBoat
net.minecraft.entity.item.BoatEntity
net.minecraft.server.v1_13_R2.EntityBoat
net.minecraft.server.v1_14_R1.EntityBoat
Fields
double: aD, field_70273_g
double: aA, field_7699, field_70273_g
double: aA, field_70281_h
double: ax, field_7686, field_70281_h
DataWatcherObject<Integer>: a, field_184460_a
DataWatcherObject<Integer>: b, field_7688, field_184460_a
DataWatcherObject<Integer>: b, field_184462_b
DataWatcherObject<Integer>: c, field_7707, field_184462_b
DataWatcherObject<Float>: c, field_184464_c
DataWatcherObject<Float>: d, field_7705, field_184464_c
DataWatcherObject<Integer>: d, field_184466_d
DataWatcherObject<Integer>: e, field_7698, field_184466_d
float[]: h, field_184470_f
float[]: as, field_7704, field_184470_f
float: aw, field_184472_g
float: at, field_7692, field_184472_g
float: ax, field_184474_h
float: au, field_7706, field_184474_h
float: ay, field_184475_as
float: av, field_7690, field_184475_as
int: az, field_184476_at
int: aw, field_7708, field_184476_at
double: aB, field_184477_av
double: ay, field_7700, field_184477_av
double: aC, field_184478_aw
double: az, field_7685, field_184478_aw
double: aE, field_184479_ay
double: aB, field_7684, field_184479_ay
boolean: aF, field_184480_az
boolean: aC, field_7710, field_184480_az
boolean: aG, field_184459_aA
boolean: aD, field_7695, field_184459_aA
boolean: aH, field_184461_aB
boolean: aE, field_7709, field_184461_aB
boolean: aI, field_184463_aC
boolean: aF, field_7693, field_184463_aC
double: aJ, field_184465_aD
double: aG, field_7697, field_184465_aD
float: aK, field_184467_aE
float: aH, field_7714, field_184467_aE
EntityBoat$EnumStatus: aL, field_184469_aF
EntityBoat$EnumStatus: aI, field_7702, field_184469_aF
EntityBoat$EnumStatus: aM, field_184471_aG
EntityBoat$EnumStatus: aJ, field_7701, field_184471_aG
double: aN, field_184473_aH
double: aK, field_7696, field_184473_aH
DataWatcherObject<Boolean>: e, field_199704_e
DataWatcherObject<Boolean>: f, field_7687, field_199704_e
DataWatcherObject<Boolean>: f, field_199705_f
DataWatcherObject<Boolean>: g, field_7713, field_199705_f
DataWatcherObject<Integer>: g, field_203064_g
DataWatcherObject<Integer>: ar, field_7691, field_203064_g
boolean: aO, field_203059_aM
boolean: aL, field_7689, field_203059_aM
boolean: aP, field_203060_aN
boolean: aM, field_7703, field_203060_aN
float: aQ, field_203061_aO
float: aN, field_7712, field_203061_aO
float: aR, field_203062_aP
float: aO, field_7694, field_203062_aP
float: aS, field_203063_aQ
float: aP, field_7711, field_203063_aQ
Constructors
(World)
(EntityTypes<? extends EntityBoat>, World)
Methods
boolean (): ak, func_70041_e_, playStepSound
boolean (): ao, method_5658, func_70041_e_, playStepSound
void (): x_, func_70088_a
void (): u_, method_5693, func_70088_a, initDatawatcher
AxisAlignedBB (Entity): j, func_70114_g
AxisAlignedBB (Entity): j, method_5708, func_70114_g
AxisAlignedBB (): al, func_70046_E
AxisAlignedBB (): ap, method_5827, func_70046_E
boolean (): aC, func_70104_M, isCollidable
boolean (): aH, method_5810, func_70104_M, isCollidable
double (): aJ, func_70042_X
double (): aO, method_5621, func_70042_X
boolean (DamageSource, float): a, func_70097_a, damageEntity
boolean (DamageSource, float): a, method_5643, func_70097_a, damageEntity
boolean (): aB, func_70067_L, isInteractable
boolean (): aG, method_5863, func_70067_L, isInteractable
void (): R_, func_70071_h_, tick
void (): h, method_5773, func_70071_h_, tick
void (NBTTagCompound): b, func_70014_b
void (NBTTagCompound): a, func_70037_a
void (NBTTagCompound): a, method_5749, func_70037_a
void (float): a, func_70266_a, setDamage
void (float): a, method_7542, func_70266_a, setDamage
float (): m, func_70271_g
float (): m, method_7554, func_70271_g, getDamage
void (int): b, func_70265_b
void (int): b, method_7553, func_70265_b
int (): n, func_70268_h
int (): n, method_7533, func_70268_h
void (int): c, func_70269_c
void (int): c, method_7540, func_70269_c
int (): o, func_70267_i
int (): o, method_7543, func_70267_i
void (): aR, func_70057_ab
void (): aX, method_5879, func_70057_ab
void (double, double, double, float, float, int, boolean): a, func_180426_a
void (double, double, double, float, float, int, boolean): a, method_5759, func_180426_a
void (Entity): i, func_70108_f, collide
void (Entity): i, method_5697, func_70108_f, collide
Item (): f, func_184455_j
Item (): f, method_7557, func_184455_j
EnumDirection (): bB, func_184172_bi, getAdjustedDirection
EnumDirection (): bI, method_5755, func_184172_bi, getAdjustedDirection
void (): r, func_184447_s
void (): r, method_7555, func_184447_s
void (boolean, boolean): a, func_184445_a
void (boolean, boolean): a, method_7538, func_184445_a
EntityBoat$EnumStatus (): s, func_184449_t
EntityBoat$EnumStatus (): s, method_7552, func_184449_t
float (): k, func_184451_k
float (): k, method_7544, func_184451_k
float (): l, func_184441_l
float (): l, method_7548, func_184441_l
boolean (): t, func_184446_u
boolean (): u, method_7545, func_184446_u
EntityBoat$EnumStatus (): u, func_184444_v
EntityBoat$EnumStatus (): v, method_7532, func_184444_v
void (): v, func_184450_w
void (): w, method_7534, func_184450_w
void (): x, func_184443_x
void (): z, method_7549, func_184443_x
void (Entity): k, func_184232_k
void (Entity): k, method_5865, func_184232_k
void (Entity): a, func_184454_a
void (Entity): a, method_7546, func_184454_a
void (double, boolean, IBlockData, BlockPosition): a, func_184231_a
void (double, boolean, IBlockData, BlockPosition): a, method_5623, func_184231_a
boolean (int): a, func_184457_a
boolean (int): a, method_7556, func_184457_a
void (EntityBoat$EnumBoatType): a, func_184458_a, setType
void (EntityBoat$EnumBoatType): a, method_7541, func_184458_a, setType
EntityBoat$EnumBoatType (): p, func_184453_r, getType
EntityBoat$EnumBoatType (): p, method_7536, func_184453_r, getType
boolean (Entity): q, func_184219_q
boolean (Entity): q, method_5818, func_184219_q
Entity (): bO, func_184179_bs
Entity (): bU, method_5642, func_184179_bs, getRidingPassenger
float (int, float): a, func_184448_a
float (int, float): a, method_7551, func_184448_a
void (Entity): l, func_184190_l
void (Entity): l, method_5644, func_184190_l
void (boolean, boolean, boolean, boolean): a, func_184442_a
void (boolean, boolean, boolean, boolean): a, method_7535, func_184442_a
boolean (EntityHuman, EnumHand): b, func_184230_a
boolean (EntityHuman, EnumHand): b, method_5688, func_184230_a
SoundEffect (): i, func_193047_k
SoundEffect (): i, method_7537, func_193047_k
void (boolean): j, func_203002_i
void (boolean): j, method_5700, func_203002_i
void (): q, func_203057_r
void (): q, method_7550, func_203057_r
void (int): d, func_203055_e
void (int): d, method_7531, func_203055_e
int (): z, func_203058_B
int (): A, method_7539, func_203058_B
float (float): b, func_203056_b
float (float): b, method_7547, func_203056_b
void (NBTTagCompound): b, method_5652, func_213281_b
Packet<?> (): N, method_18002, func_213297_N
1.13.2
Names
api
apj
Fields
Constructors
Methods
1.13.1
Names
apf
api
net.minecraft.server.v1_13_R1.EntityBoat
net.minecraft.server.v1_13_R2.EntityBoat
Fields
Constructors
Methods
EnumDirection (): bB, func_184172_bi
EnumDirection (): bB, func_184172_bi, getAdjustedDirection
void (int): e, func_203055_e
void (int): d, func_203055_e
1.13
Names
afd
apf
net.minecraft.server.v1_12_R1.EntityBoat
net.minecraft.server.v1_13_R1.EntityBoat
Fields
double: ay, field_70273_g
double: aD, field_70273_g
double: av, field_70281_h
double: aA, field_70281_h
DataWatcherObject<Boolean>[]: e, field_184468_e
float[]: f, field_184470_f
float[]: h, field_184470_f
float: g, field_184472_g
float: aw, field_184472_g
float: h, field_184474_h
float: ax, field_184474_h
float: at, field_184475_as
float: ay, field_184475_as
int: au, field_184476_at
int: az, field_184476_at
double: aw, field_184477_av
double: aB, field_184477_av
double: ax, field_184478_aw
double: aC, field_184478_aw
double: az, field_184479_ay
double: aE, field_184479_ay
boolean: aA, field_184480_az
boolean: aF, field_184480_az
boolean: aB, field_184459_aA
boolean: aG, field_184459_aA
boolean: aC, field_184461_aB
boolean: aH, field_184461_aB
boolean: aD, field_184463_aC
boolean: aI, field_184463_aC
double: aE, field_184465_aD
double: aJ, field_184465_aD
float: aF, field_184467_aE
float: aK, field_184467_aE
EntityBoat$EnumStatus: aG, field_184469_aF
EntityBoat$EnumStatus: aL, field_184469_aF
EntityBoat$EnumStatus: aH, field_184471_aG
EntityBoat$EnumStatus: aM, field_184471_aG
double: aI, field_184473_aH
double: aN, field_184473_aH
DataWatcherObject<Boolean>: e, field_199704_e
DataWatcherObject<Boolean>: f, field_199705_f
DataWatcherObject<Integer>: g, field_203064_g
boolean: aO, field_203059_aM
boolean: aP, field_203060_aN
float: aQ, field_203061_aO
float: aR, field_203062_aP
float: aS, field_203063_aQ
Constructors
Methods
void (): i, func_70088_a
void (): x_, func_70088_a
boolean (): az, func_70104_M, isCollidable
boolean (): aC, func_70104_M, isCollidable
double (): aG, func_70042_X
double (): aJ, func_70042_X
boolean (): ay, func_70067_L, isInteractable
boolean (): aB, func_70067_L, isInteractable
void (): B_, func_70071_h_
void (): R_, func_70071_h_, tick
float (): p, func_70271_g
float (): m, func_70271_g
void (int): c, func_70265_b
void (int): b, func_70265_b
int (): q, func_70268_h
int (): n, func_70268_h
void (int): d, func_70269_c
void (int): c, func_70269_c
int (): r, func_70267_i
int (): o, func_70267_i
void (): aN, func_70057_ab
void (): aR, func_70057_ab
Item (): j, func_184455_j
Item (): f, func_184455_j
EnumDirection (): bu, func_184172_bi
EnumDirection (): bB, func_184172_bi
void (): t, func_184447_s
void (): r, func_184447_s
EntityBoat$EnumStatus (): u, func_184449_t
EntityBoat$EnumStatus (): s, func_184449_t
float (): l, func_184451_k
float (): k, func_184451_k
float (): n, func_184441_l
float (): l, func_184441_l
boolean (): v, func_184446_u
boolean (): t, func_184446_u
EntityBoat$EnumStatus (): w, func_184444_v
EntityBoat$EnumStatus (): u, func_184444_v
void (): x, func_184450_w
void (): v, func_184450_w
void (): y, func_184443_x
void (): x, func_184443_x
EntityBoat$EnumBoatType (): s, func_184453_r, getType
EntityBoat$EnumBoatType (): p, func_184453_r, getType
Entity (): bE, func_184179_bs
Entity (): bO, func_184179_bs
SoundEffect (): k, func_193047_k
SoundEffect (): i, func_193047_k
void (boolean): j, func_203002_i
void (): q, func_203057_r
void (int): e, func_203055_e
int (): z, func_203058_B
float (float): b, func_203056_b
1.12.2
Names
Fields
Constructors
Methods
1.12.1
Names
afb
afd
Fields
Constructors
Methods
1.12
Names
abx
afb
net.minecraft.server.v1_11_R1.EntityBoat
net.minecraft.server.v1_12_R1.EntityBoat
Fields
Constructors
Methods
boolean (): af, func_70041_e_, playStepSound
boolean (): ak, func_70041_e_, playStepSound
AxisAlignedBB (): ag, func_70046_E
AxisAlignedBB (): al, func_70046_E
boolean (): ar, func_70104_M, isCollidable
boolean (): az, func_70104_M, isCollidable
double (): ay, func_70042_X
double (): aG, func_70042_X
boolean (): aq, func_70067_L, isInteractable
boolean (): ay, func_70067_L, isInteractable
void (): A_, func_70071_h_
void (): B_, func_70071_h_
float (): n, func_70271_g
float (): p, func_70271_g
void (int): b, func_70265_b
void (int): c, func_70265_b
int (): o, func_70268_h
int (): q, func_70268_h
int (): q, func_70267_i
int (): r, func_70267_i
void (): aF, func_70057_ab
void (): aN, func_70057_ab
EnumDirection (): bm, func_184172_bi
EnumDirection (): bu, func_184172_bi
void (): s, func_184447_s
void (): t, func_184447_s
EntityBoat$EnumStatus (): t, func_184449_t
EntityBoat$EnumStatus (): u, func_184449_t
float (): k, func_184451_k
float (): l, func_184451_k
float (): l, func_184441_l
float (): n, func_184441_l
boolean (): u, func_184446_u
boolean (): v, func_184446_u
EntityBoat$EnumStatus (): v, func_184444_v
EntityBoat$EnumStatus (): w, func_184444_v
void (): w, func_184450_w
void (): x, func_184450_w
void (): x, func_184443_x
void (): y, func_184443_x
EntityBoat$EnumBoatType (): r, func_184453_r, getType
EntityBoat$EnumBoatType (): s, func_184453_r, getType
Entity (): bw, func_184179_bs
Entity (): bE, func_184179_bs
SoundEffect (): k, func_193047_k
1.11.2
Names
Fields
Constructors
Methods
1.11.1
Names
abw
abx
Fields
Constructors
Methods
1.11
Names
aap
abw
net.minecraft.server.v1_10_R1.EntityBoat
net.minecraft.server.v1_11_R1.EntityBoat
Fields
double: az, field_70273_g
double: ay, field_70273_g
double: aw, field_70281_h
double: av, field_70281_h
float: au, field_184475_as
float: at, field_184475_as
int: av, field_184476_at
int: au, field_184476_at
double: ax, field_184477_av
double: aw, field_184477_av
double: ay, field_184478_aw
double: ax, field_184478_aw
double: aA, field_184479_ay
double: az, field_184479_ay
boolean: aB, field_184480_az
boolean: aA, field_184480_az
boolean: aC, field_184459_aA
boolean: aB, field_184459_aA
boolean: aD, field_184461_aB
boolean: aC, field_184461_aB
boolean: aE, field_184463_aC
boolean: aD, field_184463_aC
double: aF, field_184465_aD
double: aE, field_184465_aD
float: aG, field_184467_aE
float: aF, field_184467_aE
EntityBoat$EnumStatus: aH, field_184469_aF
EntityBoat$EnumStatus: aG, field_184469_aF
EntityBoat$EnumStatus: aI, field_184471_aG
EntityBoat$EnumStatus: aH, field_184471_aG
double: aJ, field_184473_aH
double: aI, field_184473_aH
Constructors
Methods
void (): m, func_70071_h_
void (): A_, func_70071_h_
float (IBlockData, IBlockAccess, BlockPosition): a, func_184456_a
float (IBlockData, IBlockAccess, BlockPosition): b, func_184452_b
boolean (EntityHuman, ItemStack, EnumHand): a, func_184230_a
boolean (EntityHuman, EnumHand): b, func_184230_a
1.10.2
Names
Fields
Constructors
Methods
1.10
Names
aag
aap
net.minecraft.server.v1_9_R2.EntityBoat
net.minecraft.server.v1_10_R1.EntityBoat
Fields
double: ay, field_70273_g
double: az, field_70273_g
double: av, field_70281_h
double: aw, field_70281_h
float: at, field_184475_as
float: au, field_184475_as
int: au, field_184476_at
int: av, field_184476_at
double: aw, field_184477_av
double: ax, field_184477_av
double: ax, field_184478_aw
double: ay, field_184478_aw
double: az, field_184479_ay
double: aA, field_184479_ay
boolean: aA, field_184480_az
boolean: aB, field_184480_az
boolean: aB, field_184459_aA
boolean: aC, field_184459_aA
boolean: aC, field_184461_aB
boolean: aD, field_184461_aB
boolean: aD, field_184463_aC
boolean: aE, field_184463_aC
double: aE, field_184465_aD
double: aF, field_184465_aD
float: aF, field_184467_aE
float: aG, field_184467_aE
EntityBoat$EnumStatus: aG, field_184469_aF
EntityBoat$EnumStatus: aH, field_184469_aF
EntityBoat$EnumStatus: aH, field_184471_aG
EntityBoat$EnumStatus: aI, field_184471_aG
double: aI, field_184473_aH
double: aJ, field_184473_aH
Constructors
Methods
boolean (): ae, func_70041_e_, playStepSound
boolean (): af, func_70041_e_, playStepSound
AxisAlignedBB (): af, func_70046_E
AxisAlignedBB (): ag, func_70046_E
boolean (): aq, func_70104_M, isCollidable
boolean (): ar, func_70104_M, isCollidable
boolean (): ap, func_70067_L, isInteractable
boolean (): aq, func_70067_L, isInteractable
void (): aD, func_70057_ab
void (): aF, func_70057_ab
EnumDirection (): bk, func_184172_bi
EnumDirection (): bm, func_184172_bi
Entity (): bu, func_184179_bs
Entity (): bw, func_184179_bs
1.9.4
Names
net.minecraft.server.v1_9_R1.EntityBoat
net.minecraft.server.v1_9_R2.EntityBoat
Fields
double: ax, field_70273_g
double: ay, field_70273_g
double: au, field_70281_h
double: av, field_70281_h
float: as, field_184475_as
float: at, field_184475_as
int: at, field_184476_at
int: au, field_184476_at
double: av, field_184477_av
double: aw, field_184477_av
double: aw, field_184478_aw
double: ax, field_184478_aw
double: ay, field_184479_ay
double: az, field_184479_ay
boolean: az, field_184480_az
boolean: aA, field_184480_az
boolean: aA, field_184459_aA
boolean: aB, field_184459_aA
boolean: aB, field_184461_aB
boolean: aC, field_184461_aB
boolean: aC, field_184463_aC
boolean: aD, field_184463_aC
double: aD, field_184465_aD
double: aE, field_184465_aD
float: aE, field_184467_aE
float: aF, field_184467_aE
EntityBoat$EnumStatus: aF, field_184469_aF
EntityBoat$EnumStatus: aG, field_184469_aF
EntityBoat$EnumStatus: aG, field_184471_aG
EntityBoat$EnumStatus: aH, field_184471_aG
double: aH, field_184473_aH
double: aI, field_184473_aH
Constructors
Methods
EnumDirection (): bj, func_184172_bi
EnumDirection (): bk, func_184172_bi
void (EntityBoat$EnumBoatType): a, func_184458_a
void (EntityBoat$EnumBoatType): a, func_184458_a, setType
EntityBoat$EnumBoatType (): r, func_184453_r
EntityBoat$EnumBoatType (): r, func_184453_r, getType
Entity (): bt, func_184179_bs
Entity (): bu, func_184179_bs
1.9.2
Names
Fields
Constructors
Methods
1.9
Names
ux
aag
net.minecraft.server.v1_8_R3.EntityBoat
net.minecraft.server.v1_9_R1.EntityBoat
Fields
boolean: a, field_70279_a
double: b, field_70276_b
int: c, field_70277_c
double: d, field_70274_d
double: e, field_70275_e
double: f, field_70272_f
double: g, field_70273_g
double: ax, field_70273_g
double: h, field_70281_h
double: au, field_70281_h
double: i, field_70282_i
double: ar, field_70280_j
double: as, field_70278_an
DataWatcherObject<Integer>: a, field_184460_a
DataWatcherObject<Integer>: b, field_184462_b
DataWatcherObject<Float>: c, field_184464_c
DataWatcherObject<Integer>: d, field_184466_d
DataWatcherObject<Boolean>[]: e, field_184468_e
float[]: f, field_184470_f
float: g, field_184472_g
float: h, field_184474_h
float: as, field_184475_as
int: at, field_184476_at
double: av, field_184477_av
double: aw, field_184478_aw
double: ay, field_184479_ay
boolean: az, field_184480_az
boolean: aA, field_184459_aA
boolean: aB, field_184461_aB
boolean: aC, field_184463_aC
double: aD, field_184465_aD
float: aE, field_184467_aE
EntityBoat$EnumStatus: aF, field_184469_aF
EntityBoat$EnumStatus: aG, field_184471_aG
double: aH, field_184473_aH
Constructors
Methods
boolean (): s_, func_70041_e_
boolean (): ae, func_70041_e_, playStepSound
void (): h, func_70088_a
void (): i, func_70088_a
AxisAlignedBB (): S, func_70046_E
AxisAlignedBB (): af, func_70046_E
boolean (): ae, func_70104_M
boolean (): aq, func_70104_M, isCollidable
double (): an, func_70042_X
double (): ay, func_70042_X
boolean (): ad, func_70067_L
boolean (): ap, func_70067_L, isInteractable
void (): t_, func_70071_h_
void (): m, func_70071_h_
void (): al, func_70043_V
boolean (EntityHuman): e, func_130002_c
void (double, boolean, Block, BlockPosition): a, func_180433_a
float (): j, func_70271_g
float (): n, func_70271_g
void (int): a, func_70265_b
void (int): b, func_70265_b
int (): l, func_70268_h
int (): o, func_70268_h
void (int): b, func_70269_c
void (int): d, func_70269_c
int (): m, func_70267_i
int (): q, func_70267_i
void (): ar, func_70057_ab
void (): aD, func_70057_ab
void (double, double, double): i, func_70016_h
void (boolean): a, func_70270_d
void (Entity): i, func_70108_f, collide
Item (): j, func_184455_j
EnumDirection (): bj, func_184172_bi
void (): s, func_184447_s
void (boolean, boolean): a, func_184445_a
EntityBoat$EnumStatus (): t, func_184449_t
float (): k, func_184451_k
float (): l, func_184441_l
boolean (): u, func_184446_u
EntityBoat$EnumStatus (): v, func_184444_v
float (IBlockData, IBlockAccess, BlockPosition): a, func_184456_a
float (IBlockData, IBlockAccess, BlockPosition): b, func_184452_b
void (): w, func_184450_w
void (): x, func_184443_x
void (Entity): k, func_184232_k
void (Entity): a, func_184454_a
boolean (EntityHuman, ItemStack, EnumHand): a, func_184230_a
void (double, boolean, IBlockData, BlockPosition): a, func_184231_a
boolean (int): a, func_184457_a
void (EntityBoat$EnumBoatType): a, func_184458_a
EntityBoat$EnumBoatType (): r, func_184453_r
boolean (Entity): q, func_184219_q
Entity (): bt, func_184179_bs
float (int, float): a, func_184448_a
void (Entity): l, func_184190_l
void (boolean, boolean, boolean, boolean): a, func_184442_a
1.8.8
Names
ux
net.minecraft.entity.item.EntityBoat
net.minecraft.server.v1_8_R3.EntityBoat
Fields
boolean: a, field_70279_a
double: b, field_70276_b
int: c, field_70277_c
double: d, field_70274_d
double: e, field_70275_e
double: f, field_70272_f
double: g, field_70273_g
double: h, field_70281_h
double: i, field_70282_i
double: ar, field_70280_j
double: as, field_70278_an
Constructors
(World)
(World, double, double, double)
Methods
boolean (): s_, func_70041_e_
void (): h, func_70088_a
AxisAlignedBB (Entity): j, func_70114_g
AxisAlignedBB (): S, func_70046_E
boolean (): ae, func_70104_M
double (): an, func_70042_X
boolean (DamageSource, float): a, func_70097_a, damageEntity
boolean (): ad, func_70067_L
void (): t_, func_70071_h_
void (): al, func_70043_V
void (NBTTagCompound): b, func_70014_b
void (NBTTagCompound): a, func_70037_a
boolean (EntityHuman): e, func_130002_c
void (double, boolean, Block, BlockPosition): a, func_180433_a
void (float): a, func_70266_a, setDamage
float (): j, func_70271_g
void (int): a, func_70265_b
int (): l, func_70268_h
void (int): b, func_70269_c
int (): m, func_70267_i
void (): ar, func_70057_ab
void (double, double, double, float, float, int, boolean): a, func_180426_a
void (double, double, double): i, func_70016_h
void (boolean): a, func_70270_d