History - net.minecraft.world.entity.vehicle.AbstractMinecart
25w18a
Names
cuv
cvl
Fields
EntityDataAccessor<Optional<BlockState>>: c, DATA_ID_CUSTOM_DISPLAY_BLOCK, field_7671, CUSTOM_BLOCK_STATE, f_381147_
EntityDataAccessor<Optional<BlockState>>: c, DATA_ID_CUSTOM_DISPLAY_BLOCK, field_7671
EntityDataAccessor<Integer>: d, DATA_ID_DISPLAY_OFFSET, field_7661, BLOCK_OFFSET, f_38083_
EntityDataAccessor<Integer>: d, DATA_ID_DISPLAY_OFFSET, field_7661
boolean: k, flipped, field_7660, yawFlipped, f_38068_
boolean: k, flipped, field_7660
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: m, EXITS, field_7664, ADJACENT_RAIL_POSITIONS_BY_SHAPE, f_38069_
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: m, EXITS, field_7664
com.google.common.collect.ImmutableMap<Pose, com.google.common.collect.ImmutableList<Integer>>: h, POSE_DISMOUNT_HEIGHTS, field_24464, DISMOUNT_FREE_Y_SPACES_NEEDED, f_38067_
com.google.common.collect.ImmutableMap<Pose, com.google.common.collect.ImmutableList<Integer>>: h, POSE_DISMOUNT_HEIGHTS, field_24464
float: a, WATER_SLOWDOWN_FACTOR, field_30694, VELOCITY_SLOWDOWN_MULTIPLIER, f_150249_
float: a, WATER_SLOWDOWN_FACTOR, field_30694
boolean: j, onRails, field_44917, onRail, f_287786_
boolean: j, onRails, field_44917
Vec3: b, LOWERED_PASSENGER_ATTACHMENT, field_47822, VILLAGER_PASSENGER_ATTACHMENT_POS, f_315476_
Vec3: b, LOWERED_PASSENGER_ATTACHMENT, field_47822
MinecartBehavior: l, behavior, field_52517, controller, f_348211_
MinecartBehavior: l, behavior, field_52517
boolean: i, DEFAULT_FLIPPED_ROTATION, field_57749, DEFAULT_YAW_FLIPPED, f_381433_
boolean: i, DEFAULT_FLIPPED_ROTATION, field_57749
Constructors
Methods
boolean (): bG, isPushable, method_5810, isPushable, m_6094_
boolean (): bJ, isPushable, method_5810
boolean (): bF, isPickable, method_5863, canHit, m_6087_
boolean (): bI, isPickable, method_5863
Direction (): cP, getMotionDirection, method_5755, getMovementDirection, m_6374_
Direction (): cS, getMotionDirection, method_5755
void (): g, tick, method_5773, tick, m_8119_
void (): g, tick, method_5773
void (int, int, int, boolean): a, activateMinecart, method_7506, onActivatorRail, m_6025_
void (int, int, int, boolean): a, activateMinecart, method_7506
boolean (BlockPos): b, isRedstoneConductor, method_18803, willHitBlockAt, m_38129_
boolean (BlockPos): b, isRedstoneConductor, method_18803
void (CompoundTag): a, readAdditionalSaveData, method_5749, readCustomDataFromNbt, m_7378_
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToNbt, m_7380_
void (Entity): h, push, method_5697, pushAwayFrom, m_7334_
void (Entity): h, push, method_5697
BlockState (): n, getDisplayBlockState, method_7519, getContainedBlock, m_38178_
BlockState (): n, getDisplayBlockState, method_7519
BlockState (): v, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, m_6390_
BlockState (): u, getDefaultDisplayBlockState, method_7517
int (): w, getDisplayOffset, method_7514, getBlockOffset, m_38183_
int (): v, getDisplayOffset, method_7514
int (): x, getDefaultDisplayOffset, method_7526, getDefaultBlockOffset, m_7144_
int (): w, getDefaultDisplayOffset, method_7526
void (int): c, setDisplayOffset, method_7515, setBlockOffset, m_38174_
void (int): c, setDisplayOffset, method_7515
void (double, double, double): k, lerpMotion, method_5750, setVelocityClient, m_6001_
void (double, double, double): k, lerpMotion, method_5750
com.mojang.datafixers.util.Pair<Vec3i, Vec3i> (RailShape): a, exits, method_22864, getAdjacentRailPositionsByShape, m_38125_
com.mojang.datafixers.util.Pair<Vec3i, Vec3i> (RailShape): a, exits, method_22864
Vec3 (LivingEntity): b, getDismountLocationForPassenger, method_24829, updatePassengerForDismount, m_7688_
Vec3 (LivingEntity): b, getDismountLocationForPassenger, method_24829
float (): aS, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
float (): aU, getBlockSpeedFactor, method_23326
boolean (Entity): i, canCollideWith, method_30949, collidesWith, m_7337_
boolean (Entity): i, canCollideWith, method_30949
Vec3 (Direction$Axis, BlockUtil$FoundRectangle): a, getRelativePortalPosition, method_30633, positionInPortal, m_7643_
Vec3 (Direction$Axis, BlockUtil$FoundRectangle): a, getRelativePortalPosition, method_30633
Entity$MovementEmission (): bf, getMovementEmission, method_33570, getMoveEffect, m_142319_
Entity$MovementEmission (): bh, getMovementEmission, method_33570
ItemStack (): dI, getPickResult, method_31480, getPickBlockStack, m_142340_
ItemStack (): dM, getPickResult, method_31480
void (float): q, animateHurt, method_5879, animateDamage, m_6053_
void (float): q, animateHurt, method_5879
boolean (): cp, isOnRails, method_52172, isOnRail, m_288188_
boolean (): cs, isOnRails, method_52172
void (SynchedEntityData$Builder): a, defineSynchedData, method_5693, initDataTracker, m_8097_
void (SynchedEntityData$Builder): a, defineSynchedData, method_5693
Vec3 (Entity, EntityDimensions, float): a, getPassengerAttachmentPoint, method_52533, getPassengerAttachmentPos, m_293035_
Vec3 (Entity, EntityDimensions, float): a, getPassengerAttachmentPoint, method_52533
double (): bc, getDefaultGravity, method_7490, getGravity, m_319564_
double (): be, getDefaultGravity, method_7490
void (double, double, double): p, setInitialPos, method_64275, initPosition, m_355617_
void (double, double, double): p, setInitialPos, method_64275
<T extends AbstractMinecart> T (Level, double, double, double, EntityType<T>, EntitySpawnReason, ItemStack, Player): a, createMinecart, method_7523, create, m_38119_
<T extends AbstractMinecart> T (Level, double, double, double, EntityType<T>, EntitySpawnReason, ItemStack, Player): a, createMinecart, method_7523
MinecartBehavior (): f, getBehavior, method_61569, getController, m_356823_
MinecartBehavior (): f, getBehavior, method_61569
boolean (): i, isFirstTick, method_62824, isFirstUpdate, m_355111_
boolean (): i, isFirstTick, method_62824
BlockPos (): l, getCurrentBlockPosOrRailBelow, method_62825, getRailOrMinecartPos, m_356679_
BlockPos (): l, getCurrentBlockPosOrRailBelow, method_62825
double (ServerLevel): a, getMaxSpeed, method_7504, getMaxSpeed, m_7097_
double (ServerLevel): a, getMaxSpeed, method_7504
void (int, double, double, double, double, double): a, lerpPositionAndRotationStep, method_52532, lerpPosAndRotation, m_293725_
void (int, double, double, double, double, double): a, lerpPositionAndRotationStep, method_52532
void (): be, applyGravity, method_56990, applyGravity, m_320756_
void (): bg, applyGravity, method_56990
void (): av, reapplyPosition, method_23311, refreshPosition, m_20090_
void (): ax, reapplyPosition, method_23311
boolean (): bo, updateInWaterStateAndDoFluidPushing, method_5876, updateWaterState, m_20073_
boolean (): br, updateInWaterStateAndDoFluidPushing, method_5876
Vec3 (): ad, getKnownMovement, method_60478, getMovement, m_339221_
Vec3 (): ae, getKnownMovement, method_60478
void (ServerLevel): b, moveAlongTrack, method_7513, moveOnRail, m_6401_
void (ServerLevel): b, moveAlongTrack, method_7513
void (ServerLevel): e, comeOffTrack, method_7512, moveOffRail, m_38163_
void (ServerLevel): e, comeOffTrack, method_7512
double (BlockPos, RailShape, double): a, makeStepAlongTrack, method_61564, moveAlongTrack, m_354682_
double (BlockPos, RailShape, double): a, makeStepAlongTrack, method_61564
void (MoverType, Vec3): a, move, method_5784, move, m_6478_
void (MoverType, Vec3): a, move, method_5784
void (): aI, applyEffectsFromBlocks, method_61409, tickBlockCollision, m_352051_
void (): aK, applyEffectsFromBlocks, method_61409
void (boolean): a, setOnRails, method_61565, setOnRail, m_354709_
void (boolean): a, setOnRails, method_61565
boolean (): m, isFlipped, method_61571, isYawFlipped, m_357074_
boolean (): m, isFlipped, method_61571
void (boolean): b, setFlipped, method_61567, setYawFlipped, m_355593_
void (boolean): b, setFlipped, method_61567
Vec3 (BlockPos): a, getRedstoneDirection, method_61563, getLaunchDirection, m_357425_
Vec3 (BlockPos): a, getRedstoneDirection, method_61563
Vec3 (Vec3): a, applyNaturalSlowdown, method_7525, applySlowdown, m_7114_
Vec3 (Vec3): a, applyNaturalSlowdown, method_7525
void (AbstractMinecart, double, double): a, pushOtherMinecart, method_64274, pushAwayFromMinecart, m_356029_
void (AbstractMinecart, double, double): a, pushOtherMinecart, method_64274
boolean (Level): b, useExperimentalMovement, method_61566, areMinecartImprovementsEnabled, m_356599_
boolean (Level): b, useExperimentalMovement, method_61566
boolean (): y, isRideable, method_64272, isRideable, m_354195_
boolean (): x, isRideable, method_64272
boolean (): z, isFurnace, method_64273, isSelfPropelling, m_353492_
boolean (): y, isFurnace, method_64273
InterpolationHandler (): l_, getInterpolation, method_66233, getInterpolator, m_385794_
InterpolationHandler (): k_, getInterpolation, method_66233
Optional<BlockState> (): A, getCustomDisplayBlockState, method_67672, getCustomBlockState, m_387068_
Optional<BlockState> (): z, getCustomDisplayBlockState, method_67672
void (Optional<BlockState>): a, setCustomDisplayBlockState, method_7527, setCustomBlockState, m_388213_
void (Optional<BlockState>): a, setCustomDisplayBlockState, method_7527
void (ValueInput): a, readAdditionalSaveData, method_5749
void (ValueOutput): a, addAdditionalSaveData, method_5652
1.21.5
Names
cqx
cuv
Fields
EntityDataAccessor<Integer>: c, DATA_ID_DISPLAY_BLOCK, field_7671, CUSTOM_BLOCK_ID, f_38082_
EntityDataAccessor<Optional<BlockState>>: c, DATA_ID_CUSTOM_DISPLAY_BLOCK, field_7671, CUSTOM_BLOCK_STATE, f_381147_
EntityDataAccessor<Integer>: d, DATA_ID_DISPLAY_OFFSET, field_7661, CUSTOM_BLOCK_OFFSET, f_38083_
EntityDataAccessor<Integer>: d, DATA_ID_DISPLAY_OFFSET, field_7661, BLOCK_OFFSET, f_38083_
EntityDataAccessor<Boolean>: h, DATA_ID_CUSTOM_DISPLAY, field_7670, CUSTOM_BLOCK_PRESENT, f_38084_
com.google.common.collect.ImmutableMap<Pose, com.google.common.collect.ImmutableList<Integer>>: i, POSE_DISMOUNT_HEIGHTS, field_24464, DISMOUNT_FREE_Y_SPACES_NEEDED, f_38067_
com.google.common.collect.ImmutableMap<Pose, com.google.common.collect.ImmutableList<Integer>>: h, POSE_DISMOUNT_HEIGHTS, field_24464, DISMOUNT_FREE_Y_SPACES_NEEDED, f_38067_
boolean: i, DEFAULT_FLIPPED_ROTATION, field_57749, DEFAULT_YAW_FLIPPED, f_381433_
Constructors
Methods
boolean (): bI, isPushable, method_5810, isPushable, m_6094_
boolean (): bG, isPushable, method_5810, isPushable, m_6094_
boolean (): bH, isPickable, method_5863, canHit, m_6087_
boolean (): bF, isPickable, method_5863, canHit, m_6087_
void (): h, tick, method_5773, tick, m_8119_
void (): g, tick, method_5773, tick, m_8119_
BlockState (): t, getDisplayBlockState, method_7519, getContainedBlock, m_38178_
BlockState (): n, getDisplayBlockState, method_7519, getContainedBlock, m_38178_
BlockState (): w, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, m_6390_
BlockState (): v, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, m_6390_
int (): y, getDisplayOffset, method_7514, getBlockOffset, m_38183_
int (): w, getDisplayOffset, method_7514, getBlockOffset, m_38183_
int (): z, getDefaultDisplayOffset, method_7526, getDefaultBlockOffset, m_7144_
int (): x, getDefaultDisplayOffset, method_7526, getDefaultBlockOffset, m_7144_
void (BlockState): c, setDisplayBlockState, method_7527, setCustomBlock, m_38146_
void (int): c, setDisplayOffset, method_7515, setCustomBlockOffset, m_38174_
void (int): c, setDisplayOffset, method_7515, setBlockOffset, m_38174_
boolean (): A, hasCustomDisplay, method_7510, hasCustomBlock, m_38184_
void (boolean): r, setCustomDisplay, method_7511, setCustomBlockPresent, m_38138_
void (double, double, double): l, lerpMotion, method_5750, setVelocityClient, m_6001_
void (double, double, double): k, lerpMotion, method_5750, setVelocityClient, m_6001_
float (): aT, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
float (): aS, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
Entity$MovementEmission (): bg, getMovementEmission, method_33570, getMoveEffect, m_142319_
Entity$MovementEmission (): bf, getMovementEmission, method_33570, getMoveEffect, m_142319_
void (float): p, animateHurt, method_5879, animateDamage, m_6053_
void (float): q, animateHurt, method_5879, animateDamage, m_6053_
boolean (): cq, isOnRails, method_52172, isOnRail, m_288188_
boolean (): cp, isOnRails, method_52172, isOnRail, m_288188_
void (double, double, double, float, float, int): a, lerpTo, method_5759, updateTrackedPositionAndAngles, m_6453_
double (): R_, lerpTargetX, method_53830, getLerpTargetX, m_293268_
double (): S_, lerpTargetY, method_53827, getLerpTargetY, m_294059_
double (): g_, lerpTargetZ, method_53828, getLerpTargetZ, m_292720_
float (): r_, lerpTargetXRot, method_53829, getLerpTargetPitch, m_293123_
float (): h_, lerpTargetYRot, method_53831, getLerpTargetYaw, m_294172_
double (): bd, getDefaultGravity, method_7490, getGravity, m_319564_
double (): bc, getDefaultGravity, method_7490, getGravity, m_319564_
MinecartBehavior (): l, getBehavior, method_61569, getController, m_356823_
MinecartBehavior (): f, getBehavior, method_61569, getController, m_356823_
boolean (): m, isFirstTick, method_62824, isFirstUpdate, m_355111_
boolean (): i, isFirstTick, method_62824, isFirstUpdate, m_355111_
BlockPos (): p, getCurrentBlockPosOrRailBelow, method_62825, getRailOrMinecartPos, m_356679_
BlockPos (): l, getCurrentBlockPosOrRailBelow, method_62825, getRailOrMinecartPos, m_356679_
void (): bf, applyGravity, method_56990, applyGravity, m_320756_
void (): be, applyGravity, method_56990, applyGravity, m_320756_
void (): ay, reapplyPosition, method_23311, refreshPosition, m_20090_
void (): av, reapplyPosition, method_23311, refreshPosition, m_20090_
boolean (): bq, updateInWaterStateAndDoFluidPushing, method_5876, updateWaterState, m_20073_
boolean (): bo, updateInWaterStateAndDoFluidPushing, method_5876, updateWaterState, m_20073_
Vec3 (): ah, getKnownMovement, method_60478, getMovement, m_339221_
Vec3 (): ad, getKnownMovement, method_60478, getMovement, m_339221_
void (): f_, cancelLerp, method_64610, resetLerp, m_216997_
void (): aK, applyEffectsFromBlocks, method_61409, tickBlockCollision, m_352051_
void (): aI, applyEffectsFromBlocks, method_61409, tickBlockCollision, m_352051_
boolean (): s, isFlipped, method_61571, isYawFlipped, m_357074_
boolean (): m, isFlipped, method_61571, isYawFlipped, m_357074_
boolean (): B, isRideable, method_64272, isRideable, m_354195_
boolean (): y, isRideable, method_64272, isRideable, m_354195_
boolean (): C, isFurnace, method_64273, isSelfPropelling, m_353492_
boolean (): z, isFurnace, method_64273, isSelfPropelling, m_353492_
InterpolationHandler (): l_, getInterpolation, method_66233, getInterpolator, m_385794_
Optional<BlockState> (): A, getCustomDisplayBlockState, method_67672, getCustomBlockState, m_387068_
void (Optional<BlockState>): a, setCustomDisplayBlockState, method_7527, setCustomBlockState, m_388213_
1.21.4
Names
crw
cqx
Fields
Constructors
Methods
ItemStack (): dJ, getPickResult, method_31480, getPickBlockStack, m_142340_
ItemStack (): dI, getPickResult, method_31480, getPickBlockStack, m_142340_
boolean (): D, isRideable, method_64272, isRideable, m_354195_
boolean (): B, isRideable, method_64272, isRideable, m_354195_
boolean (): E, isFurnace, method_64273, isSelfPropelling, m_353492_
boolean (): C, isFurnace, method_64273, isSelfPropelling, m_353492_
1.21.3
Names
cot
crw
Fields
EntityDataAccessor<Integer>: d, DATA_ID_DISPLAY_BLOCK, field_7671, CUSTOM_BLOCK_ID, f_38082_
EntityDataAccessor<Integer>: c, DATA_ID_DISPLAY_BLOCK, field_7671, CUSTOM_BLOCK_ID, f_38082_
EntityDataAccessor<Integer>: e, DATA_ID_DISPLAY_OFFSET, field_7661, CUSTOM_BLOCK_OFFSET, f_38083_
EntityDataAccessor<Integer>: d, DATA_ID_DISPLAY_OFFSET, field_7661, CUSTOM_BLOCK_OFFSET, f_38083_
EntityDataAccessor<Boolean>: i, DATA_ID_CUSTOM_DISPLAY, field_7670, CUSTOM_BLOCK_PRESENT, f_38084_
EntityDataAccessor<Boolean>: h, DATA_ID_CUSTOM_DISPLAY, field_7670, CUSTOM_BLOCK_PRESENT, f_38084_
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: t, EXITS, field_7664, ADJACENT_RAIL_POSITIONS_BY_SHAPE, f_38069_
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: m, EXITS, field_7664, ADJACENT_RAIL_POSITIONS_BY_SHAPE, f_38069_
com.google.common.collect.ImmutableMap<Pose, com.google.common.collect.ImmutableList<Integer>>: j, POSE_DISMOUNT_HEIGHTS, field_24464, DISMOUNT_FREE_Y_SPACES_NEEDED, f_38067_
com.google.common.collect.ImmutableMap<Pose, com.google.common.collect.ImmutableList<Integer>>: i, POSE_DISMOUNT_HEIGHTS, field_24464, DISMOUNT_FREE_Y_SPACES_NEEDED, f_38067_
float: b, WATER_SLOWDOWN_FACTOR, field_30694, VELOCITY_SLOWDOWN_MULTIPLIER, f_150249_
float: a, WATER_SLOWDOWN_FACTOR, field_30694, VELOCITY_SLOWDOWN_MULTIPLIER, f_150249_
boolean: l, onRails, field_44917, onRail, f_287786_
boolean: j, onRails, field_44917, onRail, f_287786_
int: m, lerpSteps, field_45135, clientInterpolationSteps, f_291139_
double: n, lerpX, field_45136, clientX, f_291843_
double: o, lerpY, field_45137, clientY, f_291771_
double: p, lerpZ, field_45138, clientZ, f_290379_
double: q, lerpYRot, field_45139, clientYaw, f_291345_
double: r, lerpXRot, field_45140, clientPitch, f_290838_
Vec3: s, targetDeltaMovement, field_45141, clientVelocity, f_290580_
Vec3: c, LOWERED_PASSENGER_ATTACHMENT, field_47822, VILLAGER_PASSENGER_ATTACHMENT_POS, f_315476_
Vec3: b, LOWERED_PASSENGER_ATTACHMENT, field_47822, VILLAGER_PASSENGER_ATTACHMENT_POS, f_315476_
MinecartBehavior: l, behavior, field_52517, controller, f_348211_
Constructors
Methods
boolean (): bB, isPushable, method_5810, isPushable, m_6094_
boolean (): bI, isPushable, method_5810, isPushable, m_6094_
boolean (): bA, isPickable, method_5863, canHit, m_6087_
boolean (): bH, isPickable, method_5863, canHit, m_6087_
Direction (): cI, getMotionDirection, method_5755, getMovementDirection, m_6374_
Direction (): cP, getMotionDirection, method_5755, getMovementDirection, m_6374_
void (): l, tick, method_5773, tick, m_8119_
void (): h, tick, method_5773, tick, m_8119_
double (): p, getMaxSpeed, method_7504, getMaxSpeed, m_7097_
void (): s, comeOffTrack, method_7512, moveOffRail, m_38163_
void (BlockPos, BlockState): c, moveAlongTrack, method_7513, moveOnRail, m_6401_
boolean (BlockPos): a, isRedstoneConductor, method_18803, willHitBlockAt, m_38129_
boolean (BlockPos): b, isRedstoneConductor, method_18803, willHitBlockAt, m_38129_
void (): t, applyNaturalSlowdown, method_7525, applySlowdown, m_7114_
Vec3 (double, double, double): p, getPos, method_7508, snapPositionToRail, m_38179_
AbstractMinecart$Type (): v, getMinecartType, method_7518, getMinecartType, m_6064_
BlockState (): w, getDisplayBlockState, method_7519, getContainedBlock, m_38178_
BlockState (): t, getDisplayBlockState, method_7519, getContainedBlock, m_38178_
BlockState (): x, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, m_6390_
BlockState (): w, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, m_6390_
void (boolean): a, setCustomDisplay, method_7511, setCustomBlockPresent, m_38138_
void (boolean): r, setCustomDisplay, method_7511, setCustomBlockPresent, m_38138_
Vec3 (double, double, double, double): a, getPosOffs, method_7505, snapPositionToRailWithOffset, m_38096_
AABB (): h_, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, m_6921_
float (): aO, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
float (): aT, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
Entity$MovementEmission (): bc, getMovementEmission, method_33570, getMoveEffect, m_142319_
Entity$MovementEmission (): bg, getMovementEmission, method_33570, getMoveEffect, m_142319_
ItemStack (): dB, getPickResult, method_31480, getPickBlockStack, m_142340_
ItemStack (): dJ, getPickResult, method_31480, getPickBlockStack, m_142340_
void (float): n, animateHurt, method_5879, animateDamage, m_6053_
void (float): p, animateHurt, method_5879, animateDamage, m_6053_
boolean (): cj, isOnRails, method_52172, isOnRail, m_288188_
boolean (): cq, isOnRails, method_52172, isOnRail, m_288188_
double (): c_, lerpTargetX, method_53830, getLerpTargetX, m_293268_
double (): R_, lerpTargetX, method_53830, getLerpTargetX, m_293268_
double (): d_, lerpTargetY, method_53827, getLerpTargetY, m_293950_
double (): S_, lerpTargetY, method_53827, getLerpTargetY, m_294059_
double (): P_, lerpTargetZ, method_53828, getLerpTargetZ, m_292720_
double (): g_, lerpTargetZ, method_53828, getLerpTargetZ, m_292720_
float (): Q_, lerpTargetXRot, method_53829, getLerpTargetPitch, m_293123_
float (): r_, lerpTargetXRot, method_53829, getLerpTargetPitch, m_293123_
float (): e_, lerpTargetYRot, method_53831, getLerpTargetYaw, m_293582_
float (): h_, lerpTargetYRot, method_53831, getLerpTargetYaw, m_294172_
AbstractMinecart (ServerLevel, double, double, double, AbstractMinecart$Type, ItemStack, Player): a, createMinecart, method_7523, create, m_38119_
double (): aZ, getDefaultGravity, method_7490, getGravity, m_319564_
double (): bd, getDefaultGravity, method_7490, getGravity, m_319564_
void (double, double, double): p, setInitialPos, method_64275, initPosition, m_355617_
<T extends AbstractMinecart> T (Level, double, double, double, EntityType<T>, EntitySpawnReason, ItemStack, Player): a, createMinecart, method_7523, create, m_38119_
MinecartBehavior (): l, getBehavior, method_61569, getController, m_356823_
boolean (): m, isFirstTick, method_62824, isFirstUpdate, m_355111_
BlockPos (): p, getCurrentBlockPosOrRailBelow, method_62825, getRailOrMinecartPos, m_356679_
double (ServerLevel): a, getMaxSpeed, method_7504, getMaxSpeed, m_7097_
void (int, double, double, double, double, double): a, lerpPositionAndRotationStep, method_52532, lerpPosAndRotation, m_293725_
void (): bf, applyGravity, method_56990, applyGravity, m_320756_
void (): ay, reapplyPosition, method_23311, refreshPosition, m_20090_
boolean (): bq, updateInWaterStateAndDoFluidPushing, method_5876, updateWaterState, m_20073_
Vec3 (): ah, getKnownMovement, method_60478, getMovement, m_339221_
void (): f_, cancelLerp, method_64610, resetLerp, m_216997_
void (ServerLevel): b, moveAlongTrack, method_7513, moveOnRail, m_6401_
void (ServerLevel): e, comeOffTrack, method_7512, moveOffRail, m_38163_
double (BlockPos, RailShape, double): a, makeStepAlongTrack, method_61564, moveAlongTrack, m_354682_
void (MoverType, Vec3): a, move, method_5784, move, m_6478_
void (): aK, applyEffectsFromBlocks, method_61409, tickBlockCollision, m_352051_
void (boolean): a, setOnRails, method_61565, setOnRail, m_354709_
boolean (): s, isFlipped, method_61571, isYawFlipped, m_357074_
void (boolean): b, setFlipped, method_61567, setYawFlipped, m_355593_
Vec3 (BlockPos): a, getRedstoneDirection, method_61563, getLaunchDirection, m_357425_
Vec3 (Vec3): a, applyNaturalSlowdown, method_7525, applySlowdown, m_7114_
void (AbstractMinecart, double, double): a, pushOtherMinecart, method_64274, pushAwayFromMinecart, m_356029_
boolean (Level): b, useExperimentalMovement, method_61566, areMinecartImprovementsEnabled, m_356599_
boolean (): D, isRideable, method_64272, isRideable, m_354195_
boolean (): E, isFurnace, method_64273, isSelfPropelling, m_353492_
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
cov
cot
Fields
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_
void (): u, applyNaturalSlowdown, method_7525, applySlowdown, m_7114_
void (): t, applyNaturalSlowdown, method_7525, applySlowdown, m_7114_
Vec3 (double, double, double): q, getPos, method_7508, snapPositionToRail, m_38179_
Vec3 (double, double, double): p, getPos, method_7508, snapPositionToRail, m_38179_
float (): aN, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
float (): aO, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
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_
void (float): m, animateHurt, method_5879, animateDamage, m_6053_
void (float): n, animateHurt, method_5879, animateDamage, m_6053_
boolean (): ci, isOnRails, method_52172, isOnRail, m_288188_
boolean (): cj, isOnRails, method_52172, isOnRail, m_288188_
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_
double (): aY, getDefaultGravity, method_7490, getGravity, m_319564_
double (): aZ, getDefaultGravity, method_7490, getGravity, m_319564_
1.20.6
Names
cha
cov
Fields
EntityDataAccessor<Integer>: e, DATA_ID_DISPLAY_BLOCK, field_7671, CUSTOM_BLOCK_ID, f_38082_
EntityDataAccessor<Integer>: d, DATA_ID_DISPLAY_BLOCK, field_7671, CUSTOM_BLOCK_ID, f_38082_
EntityDataAccessor<Integer>: i, DATA_ID_DISPLAY_OFFSET, field_7661, CUSTOM_BLOCK_OFFSET, f_38083_
EntityDataAccessor<Integer>: e, DATA_ID_DISPLAY_OFFSET, field_7661, CUSTOM_BLOCK_OFFSET, f_38083_
EntityDataAccessor<Boolean>: j, DATA_ID_CUSTOM_DISPLAY, field_7670, CUSTOM_BLOCK_PRESENT, f_38084_
EntityDataAccessor<Boolean>: i, DATA_ID_CUSTOM_DISPLAY, field_7670, CUSTOM_BLOCK_PRESENT, f_38084_
boolean: l, flipped, field_7660, yawFlipped, f_38068_
boolean: k, flipped, field_7660, yawFlipped, f_38068_
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: u, EXITS, field_7664, ADJACENT_RAIL_POSITIONS_BY_SHAPE, f_38069_
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: t, EXITS, field_7664, ADJACENT_RAIL_POSITIONS_BY_SHAPE, f_38069_
com.google.common.collect.ImmutableMap<Pose, com.google.common.collect.ImmutableList<Integer>>: k, POSE_DISMOUNT_HEIGHTS, field_24464, DISMOUNT_FREE_Y_SPACES_NEEDED, f_38067_
com.google.common.collect.ImmutableMap<Pose, com.google.common.collect.ImmutableList<Integer>>: j, POSE_DISMOUNT_HEIGHTS, field_24464, DISMOUNT_FREE_Y_SPACES_NEEDED, f_38067_
boolean: m, onRails, field_44917, onRail, f_287786_
boolean: l, onRails, field_44917, onRail, f_287786_
float: c, LOWERED_PASSENGER_ATTACHMENT_Y, field_46219, VILLAGER_PASSENGER_ATTACHMENT_Y_OFFSET, f_301872_
float: d, PASSENGER_ATTACHMENT_Y, field_46214, PASSENGER_ATTACHMENT_Y_OFFSET, f_301847_
int: n, lerpSteps, field_45135, clientInterpolationSteps, f_291139_
int: m, lerpSteps, field_45135, clientInterpolationSteps, f_291139_
double: o, lerpX, field_45136, clientX, f_291843_
double: n, lerpX, field_45136, clientX, f_291843_
double: p, lerpY, field_45137, clientY, f_291771_
double: o, lerpY, field_45137, clientY, f_291771_
double: q, lerpZ, field_45138, clientZ, f_290379_
double: p, lerpZ, field_45138, clientZ, f_290379_
double: r, lerpYRot, field_45139, clientYaw, f_291345_
double: q, lerpYRot, field_45139, clientYaw, f_291345_
double: s, lerpXRot, field_45140, clientPitch, f_290838_
double: r, lerpXRot, field_45140, clientPitch, f_290838_
Vec3: t, targetDeltaMovement, field_45141, clientVelocity, f_290580_
Vec3: s, targetDeltaMovement, field_45141, clientVelocity, f_290580_
Vec3: c, LOWERED_PASSENGER_ATTACHMENT, field_47822, VILLAGER_PASSENGER_ATTACHMENT_POS, f_315476_
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_
Direction (): cF, getMotionDirection, method_5755, getMovementDirection, m_6374_
Direction (): cI, getMotionDirection, method_5755, getMovementDirection, m_6374_
double (): q, getMaxSpeed, method_7504, getMaxSpeed, m_7097_
double (): p, getMaxSpeed, method_7504, getMaxSpeed, m_7097_
void (Entity): g, push, method_5697, pushAwayFrom, m_7334_
void (Entity): h, push, method_5697, pushAwayFrom, m_7334_
AbstractMinecart$Type (): w, getMinecartType, method_7518, getMinecartType, m_6064_
AbstractMinecart$Type (): v, getMinecartType, method_7518, getMinecartType, m_6064_
BlockState (): x, getDisplayBlockState, method_7519, getContainedBlock, m_38178_
BlockState (): w, getDisplayBlockState, method_7519, getContainedBlock, m_38178_
BlockState (): y, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, m_6390_
BlockState (): x, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, m_6390_
int (): z, getDisplayOffset, method_7514, getBlockOffset, m_38183_
int (): y, getDisplayOffset, method_7514, getBlockOffset, m_38183_
int (): A, getDefaultDisplayOffset, method_7526, getDefaultBlockOffset, m_7144_
int (): z, getDefaultDisplayOffset, method_7526, getDefaultBlockOffset, m_7144_
boolean (): B, hasCustomDisplay, method_7510, hasCustomBlock, m_38184_
boolean (): A, hasCustomDisplay, method_7510, hasCustomBlock, m_38184_
AABB (): i_, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, m_6921_
AABB (): h_, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, m_6921_
float (): aL, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
float (): aN, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
boolean (Entity): h, canCollideWith, method_30949, collidesWith, m_7337_
boolean (Entity): i, canCollideWith, method_30949, collidesWith, m_7337_
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_
boolean (): cf, isOnRails, method_52172, isOnRail, m_288188_
boolean (): ci, isOnRails, method_52172, isOnRail, m_288188_
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_
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
cdl
cha
Fields
EntityDataAccessor<Integer>: e, DATA_ID_HURT, field_7663, DAMAGE_WOBBLE_TICKS, f_38079_
EntityDataAccessor<Integer>: f, DATA_ID_HURTDIR, field_7668, DAMAGE_WOBBLE_SIDE, f_38080_
EntityDataAccessor<Float>: g, DATA_ID_DAMAGE, field_7667, DAMAGE_WOBBLE_STRENGTH, f_38081_
EntityDataAccessor<Integer>: h, DATA_ID_DISPLAY_BLOCK, field_7671, CUSTOM_BLOCK_ID, f_38082_
EntityDataAccessor<Integer>: e, DATA_ID_DISPLAY_BLOCK, field_7671, CUSTOM_BLOCK_ID, f_38082_
Constructors
Methods
AbstractMinecart (Level, double, double, double, AbstractMinecart$Type): a, createMinecart, method_7523, create, m_38119_
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_
void (DamageSource): a, destroy, method_7516, dropItems, m_7617_
boolean (): br, isPickable, method_5863, canHit, m_6087_
boolean (): bt, isPickable, method_5863, canHit, m_6087_
Direction (): cE, getMotionDirection, method_5755, getMovementDirection, m_6374_
Direction (): cF, getMotionDirection, method_5755, getMovementDirection, m_6374_
double (): s, getMaxSpeed, method_7504, getMaxSpeed, m_7097_
double (): q, getMaxSpeed, method_7504, getMaxSpeed, m_7097_
void (): t, comeOffTrack, method_7512, moveOffRail, m_38163_
void (): s, comeOffTrack, method_7512, moveOffRail, m_38163_
void (): v, applyNaturalSlowdown, method_7525, applySlowdown, m_7114_
void (): u, applyNaturalSlowdown, method_7525, applySlowdown, m_7114_
void (float): a, setDamage, method_7520, setDamageWobbleStrength, m_38109_
float (): w, getDamage, method_7521, getDamageWobbleStrength, m_38169_
void (int): c, setHurtTime, method_7509, setDamageWobbleTicks, m_38154_
int (): x, getHurtTime, method_7507, getDamageWobbleTicks, m_38176_
void (int): d, setHurtDir, method_7524, setDamageWobbleSide, m_38160_
int (): y, getHurtDir, method_7522, getDamageWobbleSide, m_38177_
AbstractMinecart$Type (): z, getMinecartType, method_7518, getMinecartType, m_6064_
AbstractMinecart$Type (): w, getMinecartType, method_7518, getMinecartType, m_6064_
BlockState (): A, getDisplayBlockState, method_7519, getContainedBlock, m_38178_
BlockState (): x, getDisplayBlockState, method_7519, getContainedBlock, m_38178_
BlockState (): B, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, m_6390_
BlockState (): y, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, m_6390_
int (): C, getDisplayOffset, method_7514, getBlockOffset, m_38183_
int (): z, getDisplayOffset, method_7514, getBlockOffset, m_38183_
int (): E, getDefaultDisplayOffset, method_7526, getDefaultBlockOffset, m_7144_
int (): A, getDefaultDisplayOffset, method_7526, getDefaultBlockOffset, m_7144_
void (int): m, setDisplayOffset, method_7515, setCustomBlockOffset, m_38174_
void (int): c, setDisplayOffset, method_7515, setCustomBlockOffset, m_38174_
boolean (): F, hasCustomDisplay, method_7510, hasCustomBlock, m_38184_
boolean (): B, hasCustomDisplay, method_7510, hasCustomBlock, m_38184_
AABB (): g_, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, m_6921_
AABB (): i_, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, m_6921_
float (): aJ, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
float (): aL, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
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_
Item (): q, getDropItem, method_42670, getItem, m_213728_
boolean (): ce, isOnRails, method_52172, isOnRail, m_288188_
boolean (): cf, isOnRails, method_52172, isOnRail, m_288188_
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_
AbstractMinecart (ServerLevel, double, double, double, AbstractMinecart$Type, ItemStack, Player): a, createMinecart, method_7523, create, m_38119_
1.20.2
Names
caf
cdl
Fields
EntityDataAccessor<Integer>: c, DATA_ID_HURT, field_7663, DAMAGE_WOBBLE_TICKS, f_38079_
EntityDataAccessor<Integer>: e, DATA_ID_HURT, field_7663, DAMAGE_WOBBLE_TICKS, f_38079_
EntityDataAccessor<Integer>: d, DATA_ID_HURTDIR, field_7668, DAMAGE_WOBBLE_SIDE, f_38080_
EntityDataAccessor<Integer>: f, DATA_ID_HURTDIR, field_7668, DAMAGE_WOBBLE_SIDE, f_38080_
EntityDataAccessor<Float>: e, DATA_ID_DAMAGE, field_7667, DAMAGE_WOBBLE_STRENGTH, f_38081_
EntityDataAccessor<Float>: g, DATA_ID_DAMAGE, field_7667, DAMAGE_WOBBLE_STRENGTH, f_38081_
EntityDataAccessor<Integer>: f, DATA_ID_DISPLAY_BLOCK, field_7671, CUSTOM_BLOCK_ID, f_38082_
EntityDataAccessor<Integer>: h, DATA_ID_DISPLAY_BLOCK, field_7671, CUSTOM_BLOCK_ID, f_38082_
EntityDataAccessor<Integer>: g, DATA_ID_DISPLAY_OFFSET, field_7661, CUSTOM_BLOCK_OFFSET, f_38083_
EntityDataAccessor<Integer>: i, DATA_ID_DISPLAY_OFFSET, field_7661, CUSTOM_BLOCK_OFFSET, f_38083_
EntityDataAccessor<Boolean>: h, DATA_ID_CUSTOM_DISPLAY, field_7670, CUSTOM_BLOCK_PRESENT, f_38084_
EntityDataAccessor<Boolean>: j, DATA_ID_CUSTOM_DISPLAY, field_7670, CUSTOM_BLOCK_PRESENT, f_38084_
boolean: j, flipped, field_7660, yawFlipped, f_38068_
boolean: l, flipped, field_7660, yawFlipped, f_38068_
int: m, lSteps, field_7669, clientInterpolationSteps, f_38070_
double: n, lx, field_7665, clientX, f_38071_
double: o, ly, field_7666, clientY, f_38072_
double: p, lz, field_7662, clientZ, f_38073_
double: q, lyr, field_7659, clientYaw, f_38074_
double: r, lxr, field_7657, clientPitch, f_38075_
double: s, lxd, field_7658, clientXVelocity, f_38076_
double: t, lyd, field_7655, clientYVelocity, f_38077_
double: u, lzd, field_7656, clientZVelocity, f_38078_
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: l, EXITS, field_7664, ADJACENT_RAIL_POSITIONS_BY_SHAPE, f_38069_
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: u, EXITS, field_7664, ADJACENT_RAIL_POSITIONS_BY_SHAPE, f_38069_
com.google.common.collect.ImmutableMap<Pose, com.google.common.collect.ImmutableList<Integer>>: i, POSE_DISMOUNT_HEIGHTS, field_24464, DISMOUNT_FREE_Y_SPACES_NEEDED, f_38067_
com.google.common.collect.ImmutableMap<Pose, com.google.common.collect.ImmutableList<Integer>>: k, POSE_DISMOUNT_HEIGHTS, field_24464, DISMOUNT_FREE_Y_SPACES_NEEDED, f_38067_
boolean: k, onRails, field_44917, onRail, f_287786_
boolean: m, onRails, field_44917, onRail, f_287786_
float: c, LOWERED_PASSENGER_ATTACHMENT_Y, field_46219, VILLAGER_PASSENGER_ATTACHMENT_Y_OFFSET, f_301872_
float: d, PASSENGER_ATTACHMENT_Y, field_46214, PASSENGER_ATTACHMENT_Y_OFFSET, f_301847_
int: n, lerpSteps, field_45135, clientInterpolationSteps, f_291139_
double: o, lerpX, field_45136, clientX, f_291843_
double: p, lerpY, field_45137, clientY, f_291771_
double: q, lerpZ, field_45138, clientZ, f_290379_
double: r, lerpYRot, field_45139, clientYaw, f_291345_
double: s, lerpXRot, field_45140, clientPitch, f_290838_
Vec3: t, targetDeltaMovement, field_45141, clientVelocity, f_290580_
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_
Direction (): cC, getMotionDirection, method_5755, getMovementDirection, m_6374_
Direction (): cE, getMotionDirection, method_5755, getMovementDirection, m_6374_
double (): k, getMaxSpeed, method_7504, getMaxSpeed, m_7097_
double (): s, getMaxSpeed, method_7504, getMaxSpeed, m_7097_
void (): o, comeOffTrack, method_7512, moveOffRail, m_38163_
void (): t, comeOffTrack, method_7512, moveOffRail, m_38163_
void (): p, applyNaturalSlowdown, method_7525, applySlowdown, m_7114_
void (): v, applyNaturalSlowdown, method_7525, applySlowdown, m_7114_
float (): q, getDamage, method_7521, getDamageWobbleStrength, m_38169_
float (): w, getDamage, method_7521, getDamageWobbleStrength, m_38169_
int (): r, getHurtTime, method_7507, getDamageWobbleTicks, m_38176_
int (): x, getHurtTime, method_7507, getDamageWobbleTicks, m_38176_
int (): s, getHurtDir, method_7522, getDamageWobbleSide, m_38177_
int (): y, getHurtDir, method_7522, getDamageWobbleSide, m_38177_
AbstractMinecart$Type (): t, getMinecartType, method_7518, getMinecartType, m_6064_
AbstractMinecart$Type (): z, getMinecartType, method_7518, getMinecartType, m_6064_
BlockState (): v, getDisplayBlockState, method_7519, getContainedBlock, m_38178_
BlockState (): A, getDisplayBlockState, method_7519, getContainedBlock, m_38178_
BlockState (): w, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, m_6390_
BlockState (): B, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, m_6390_
int (): x, getDisplayOffset, method_7514, getBlockOffset, m_38183_
int (): C, getDisplayOffset, method_7514, getBlockOffset, m_38183_
int (): y, getDefaultDisplayOffset, method_7526, getDefaultBlockOffset, m_7144_
int (): E, getDefaultDisplayOffset, method_7526, getDefaultBlockOffset, m_7144_
boolean (): z, hasCustomDisplay, method_7510, hasCustomBlock, m_38184_
boolean (): F, hasCustomDisplay, method_7510, hasCustomBlock, m_38184_
AABB (): j_, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, m_6921_
AABB (): g_, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, m_6921_
void (double, double, double, float, float, int, boolean): a, lerpTo, method_5759, updateTrackedPositionAndAngles, m_6453_
float (): aH, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
float (): aJ, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
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_
Item (): j, getDropItem, method_42670, getItem, m_213728_
Item (): q, getDropItem, method_42670, getItem, m_213728_
boolean (): cc, isOnRails, method_52172, isOnRail, m_288188_
boolean (): ce, isOnRails, method_52172, isOnRail, m_288188_
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_
1.20.1
Names
cad
caf
Fields
int: l, lSteps, field_7669, clientInterpolationSteps, f_38070_
int: m, lSteps, field_7669, clientInterpolationSteps, f_38070_
double: m, lx, field_7665, clientX, f_38071_
double: n, lx, field_7665, clientX, f_38071_
double: n, ly, field_7666, clientY, f_38072_
double: o, ly, field_7666, clientY, f_38072_
double: o, lz, field_7662, clientZ, f_38073_
double: p, lz, field_7662, clientZ, f_38073_
double: p, lyr, field_7659, clientYaw, f_38074_
double: q, lyr, field_7659, clientYaw, f_38074_
double: q, lxr, field_7657, clientPitch, f_38075_
double: r, lxr, field_7657, clientPitch, f_38075_
double: r, lxd, field_7658, clientXVelocity, f_38076_
double: s, lxd, field_7658, clientXVelocity, f_38076_
double: s, lyd, field_7655, clientYVelocity, f_38077_
double: t, lyd, field_7655, clientYVelocity, f_38077_
double: t, lzd, field_7656, clientZVelocity, f_38078_
double: u, lzd, field_7656, clientZVelocity, f_38078_
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: k, EXITS, field_7664, ADJACENT_RAIL_POSITIONS_BY_SHAPE, f_38069_
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: l, EXITS, field_7664, ADJACENT_RAIL_POSITIONS_BY_SHAPE, f_38069_
boolean: k, onRails, field_44917, onRail, f_287786_
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_
Direction (): cB, getMotionDirection, method_5755, getMovementDirection, m_6374_
Direction (): cC, getMotionDirection, method_5755, getMovementDirection, m_6374_
double (): j, getMaxSpeed, method_7504, getMaxSpeed, m_7097_
double (): k, getMaxSpeed, method_7504, getMaxSpeed, m_7097_
void (): k, comeOffTrack, method_7512, moveOffRail, m_38163_
void (): o, comeOffTrack, method_7512, moveOffRail, m_38163_
void (): o, applyNaturalSlowdown, method_7525, applySlowdown, m_7114_
void (): p, applyNaturalSlowdown, method_7525, applySlowdown, m_7114_
float (): p, getDamage, method_7521, getDamageWobbleStrength, m_38169_
float (): q, getDamage, method_7521, getDamageWobbleStrength, m_38169_
int (): q, getHurtTime, method_7507, getDamageWobbleTicks, m_38176_
int (): r, getHurtTime, method_7507, getDamageWobbleTicks, m_38176_
int (): r, getHurtDir, method_7522, getDamageWobbleSide, m_38177_
int (): s, getHurtDir, method_7522, getDamageWobbleSide, m_38177_
AbstractMinecart$Type (): s, getMinecartType, method_7518, getMinecartType, m_6064_
AbstractMinecart$Type (): t, getMinecartType, method_7518, getMinecartType, m_6064_
BlockState (): t, getDisplayBlockState, method_7519, getContainedBlock, m_38178_
BlockState (): v, getDisplayBlockState, method_7519, getContainedBlock, m_38178_
BlockState (): v, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, m_6390_
BlockState (): w, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, m_6390_
int (): w, getDisplayOffset, method_7514, getBlockOffset, m_38183_
int (): x, getDisplayOffset, method_7514, getBlockOffset, m_38183_
int (): x, getDefaultDisplayOffset, method_7526, getDefaultBlockOffset, m_7144_
int (): y, getDefaultDisplayOffset, method_7526, getDefaultBlockOffset, m_7144_
void (BlockState): b, setDisplayBlockState, method_7527, setCustomBlock, m_38146_
void (BlockState): c, setDisplayBlockState, method_7527, setCustomBlock, m_38146_
void (int): l, setDisplayOffset, method_7515, setCustomBlockOffset, m_38174_
void (int): m, setDisplayOffset, method_7515, setCustomBlockOffset, m_38174_
boolean (): y, hasCustomDisplay, method_7510, hasCustomBlock, m_38184_
boolean (): z, hasCustomDisplay, method_7510, hasCustomBlock, m_38184_
AABB (): A_, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, m_6921_
AABB (): j_, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, m_6921_
float (): aF, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
float (): aH, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
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_
Item (): i, getDropItem, method_42670, getItem, m_213728_
Item (): j, getDropItem, method_42670, getItem, m_213728_
void (float): q, animateHurt, method_5879, animateDamage, m_6053_
void (float): m, animateHurt, method_5879, animateDamage, m_6053_
boolean (): cc, isOnRails, method_52172, isOnRail, m_288188_
1.19.4
Names
byg
cad
Fields
EntityDataAccessor<Integer>: ao, DATA_ID_DISPLAY_OFFSET, field_7661, CUSTOM_BLOCK_OFFSET, f_38083_
EntityDataAccessor<Integer>: g, DATA_ID_DISPLAY_OFFSET, field_7661, CUSTOM_BLOCK_OFFSET, f_38083_
EntityDataAccessor<Boolean>: ap, DATA_ID_CUSTOM_DISPLAY, field_7670, CUSTOM_BLOCK_PRESENT, f_38084_
EntityDataAccessor<Boolean>: h, DATA_ID_CUSTOM_DISPLAY, field_7670, CUSTOM_BLOCK_PRESENT, f_38084_
boolean: ar, flipped, field_7660, yawFlipped, f_38068_
boolean: j, flipped, field_7660, yawFlipped, f_38068_
int: at, lSteps, field_7669, clientInterpolationSteps, f_38070_
int: l, lSteps, field_7669, clientInterpolationSteps, f_38070_
double: au, lx, field_7665, clientX, f_38071_
double: m, lx, field_7665, clientX, f_38071_
double: av, ly, field_7666, clientY, f_38072_
double: n, ly, field_7666, clientY, f_38072_
double: aw, lz, field_7662, clientZ, f_38073_
double: o, lz, field_7662, clientZ, f_38073_
double: ax, lyr, field_7659, clientYaw, f_38074_
double: p, lyr, field_7659, clientYaw, f_38074_
double: ay, lxr, field_7657, clientPitch, f_38075_
double: q, lxr, field_7657, clientPitch, f_38075_
double: az, lxd, field_7658, clientXVelocity, f_38076_
double: r, lxd, field_7658, clientXVelocity, f_38076_
double: aA, lyd, field_7655, clientYVelocity, f_38077_
double: s, lyd, field_7655, clientYVelocity, f_38077_
double: aB, lzd, field_7656, clientZVelocity, f_38078_
double: t, lzd, field_7656, clientZVelocity, f_38078_
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: as, EXITS, field_7664, ADJACENT_RAIL_POSITIONS_BY_SHAPE, f_38069_
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: k, EXITS, field_7664, ADJACENT_RAIL_POSITIONS_BY_SHAPE, f_38069_
com.google.common.collect.ImmutableMap<Pose, com.google.common.collect.ImmutableList<Integer>>: aq, POSE_DISMOUNT_HEIGHTS, field_24464, DISMOUNT_FREE_Y_SPACES_NEEDED, f_38067_
com.google.common.collect.ImmutableMap<Pose, com.google.common.collect.ImmutableList<Integer>>: i, POSE_DISMOUNT_HEIGHTS, field_24464, DISMOUNT_FREE_Y_SPACES_NEEDED, f_38067_
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_
double (): i, getMaxSpeed, method_7504, getMaxSpeed, m_7097_
double (): j, getMaxSpeed, method_7504, getMaxSpeed, m_7097_
void (): j, comeOffTrack, method_7512, moveOffRail, m_38163_
void (): k, comeOffTrack, method_7512, moveOffRail, m_38163_
void (): k, applyNaturalSlowdown, method_7525, applySlowdown, m_7114_
void (): o, applyNaturalSlowdown, method_7525, applySlowdown, m_7114_
float (): m, getDamage, method_7521, getDamageWobbleStrength, m_38169_
float (): p, getDamage, method_7521, getDamageWobbleStrength, m_38169_
int (): o, getHurtTime, method_7507, getDamageWobbleTicks, m_38176_
int (): q, getHurtTime, method_7507, getDamageWobbleTicks, m_38176_
int (): p, getHurtDir, method_7522, getDamageWobbleSide, m_38177_
int (): r, getHurtDir, method_7522, getDamageWobbleSide, m_38177_
AbstractMinecart$Type (): r, getMinecartType, method_7518, getMinecartType, m_6064_
AbstractMinecart$Type (): s, getMinecartType, method_7518, getMinecartType, m_6064_
BlockState (): s, getDisplayBlockState, method_7519, getContainedBlock, m_38178_
BlockState (): t, getDisplayBlockState, method_7519, getContainedBlock, m_38178_
BlockState (): t, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, m_6390_
BlockState (): v, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, m_6390_
int (): u, getDisplayOffset, method_7514, getBlockOffset, m_38183_
int (): w, getDisplayOffset, method_7514, getBlockOffset, m_38183_
int (): w, getDefaultDisplayOffset, method_7526, getDefaultBlockOffset, m_7144_
int (): x, getDefaultDisplayOffset, method_7526, getDefaultBlockOffset, m_7144_
void (int): m, setDisplayOffset, method_7515, setCustomBlockOffset, m_38174_
void (int): l, setDisplayOffset, method_7515, setCustomBlockOffset, m_38174_
boolean (): x, hasCustomDisplay, method_7510, hasCustomBlock, m_38184_
boolean (): y, hasCustomDisplay, method_7510, hasCustomBlock, m_38184_
void (): bG, animateHurt, method_5879, animateDamage, m_6053_
AABB (): cE, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, m_6921_
AABB (): A_, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, m_6921_
float (): aH, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
float (): aF, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
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_
Item (): h, getDropItem, method_42670, getItem, m_213728_
Item (): i, getDropItem, method_42670, getItem, m_213728_
void (float): q, animateHurt, method_5879, animateDamage, m_6053_
1.19.3
Names
bvt
byg
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_
Direction (): cw, getMotionDirection, method_5755, getMovementDirection, m_6374_
Direction (): cB, getMotionDirection, method_5755, getMovementDirection, m_6374_
void (): k, tick, method_5773, tick, m_8119_
void (): l, tick, method_5773, tick, m_8119_
void (): l, applyNaturalSlowdown, method_7525, applySlowdown, m_7114_
void (): k, applyNaturalSlowdown, method_7525, applySlowdown, m_7114_
Vec3 (double, double, double): p, getPos, method_7508, snapPositionToRail, m_38179_
Vec3 (double, double, double): q, getPos, method_7508, snapPositionToRail, m_38179_
float (): n, getDamage, method_7521, getDamageWobbleStrength, m_38169_
float (): m, getDamage, method_7521, getDamageWobbleStrength, m_38169_
int (): q, getHurtDir, method_7522, getDamageWobbleSide, m_38177_
int (): p, getHurtDir, method_7522, getDamageWobbleSide, m_38177_
Packet<?> (): S, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
void (): bD, animateHurt, method_5879, animateDamage, m_6053_
void (): bG, animateHurt, method_5879, animateDamage, m_6053_
AABB (): cz, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, m_6921_
AABB (): cE, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, m_6921_
void (double, double, double): k, lerpMotion, method_5750, setVelocityClient, m_6001_
void (double, double, double): l, lerpMotion, method_5750, setVelocityClient, m_6001_
float (): aD, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
float (): aH, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
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_
1.19.2
Names
Fields
Constructors
Methods
1.19.1
Names
buw
bvt
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_
Direction (): cx, getMotionDirection, method_5755, getMovementDirection, m_6374_
Direction (): cw, getMotionDirection, method_5755, getMovementDirection, m_6374_
void (): bE, animateHurt, method_5879, animateDamage, m_6053_
void (): bD, animateHurt, method_5879, animateDamage, m_6053_
AABB (): cA, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, m_6921_
AABB (): cz, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, m_6921_
ItemStack (): do, getPickResult, method_31480, getPickBlockStack, m_142340_
ItemStack (): dn, getPickResult, method_31480, getPickBlockStack, m_142340_
1.19
Names
bpy
buw
Fields
float: b, WATER_SLOWDOWN_FACTOR, field_30694, field_30694, f_150249_
float: b, WATER_SLOWDOWN_FACTOR, field_30694, VELOCITY_SLOWDOWN_MULTIPLIER, f_150249_
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_
Direction (): cu, getMotionDirection, method_5755, getMovementDirection, m_6374_
Direction (): cx, getMotionDirection, method_5755, getMovementDirection, m_6374_
double (): h, getMaxSpeed, method_7504, getMaxSpeed, m_7097_
double (): i, getMaxSpeed, method_7504, getMaxSpeed, m_7097_
void (): i, comeOffTrack, method_7512, moveOffRail, m_38163_
void (): j, comeOffTrack, method_7512, moveOffRail, m_38163_
void (): j, applyNaturalSlowdown, method_7525, applySlowdown, m_7114_
void (): l, applyNaturalSlowdown, method_7525, applySlowdown, m_7114_
float (): l, getDamage, method_7521, getDamageWobbleStrength, m_38169_
float (): n, getDamage, method_7521, getDamageWobbleStrength, m_38169_
int (): n, getHurtTime, method_7507, getDamageWobbleTicks, m_38176_
int (): o, getHurtTime, method_7507, getDamageWobbleTicks, m_38176_
int (): o, getHurtDir, method_7522, getDamageWobbleSide, m_38177_
int (): q, getHurtDir, method_7522, getDamageWobbleSide, m_38177_
AbstractMinecart$Type (): q, getMinecartType, method_7518, getMinecartType, m_6064_
AbstractMinecart$Type (): r, getMinecartType, method_7518, getMinecartType, m_6064_
BlockState (): r, getDisplayBlockState, method_7519, getContainedBlock, m_38178_
BlockState (): s, getDisplayBlockState, method_7519, getContainedBlock, m_38178_
BlockState (): s, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, m_6390_
BlockState (): t, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, m_6390_
int (): t, getDisplayOffset, method_7514, getBlockOffset, m_38183_
int (): u, getDisplayOffset, method_7514, getBlockOffset, m_38183_
int (): u, getDefaultDisplayOffset, method_7526, getDefaultBlockOffset, m_7144_
int (): w, getDefaultDisplayOffset, method_7526, getDefaultBlockOffset, m_7144_
boolean (): w, hasCustomDisplay, method_7510, hasCustomBlock, m_38184_
boolean (): x, hasCustomDisplay, method_7510, hasCustomBlock, m_38184_
void (): bA, animateHurt, method_5879, animateDamage, m_6053_
void (): bE, animateHurt, method_5879, animateDamage, m_6053_
AABB (): cx, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, m_6921_
AABB (): cA, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, m_6921_
float (): aC, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
float (): aD, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
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_
Item (): h, getDropItem, method_42670, getItem, m_213728_
1.18.2
Names
bpg
bpy
Fields
EntityDataAccessor<Integer>: ap, DATA_ID_DISPLAY_OFFSET, field_7661, CUSTOM_BLOCK_OFFSET, f_38083_
EntityDataAccessor<Integer>: ao, DATA_ID_DISPLAY_OFFSET, field_7661, CUSTOM_BLOCK_OFFSET, f_38083_
EntityDataAccessor<Boolean>: aq, DATA_ID_CUSTOM_DISPLAY, field_7670, CUSTOM_BLOCK_PRESENT, f_38084_
EntityDataAccessor<Boolean>: ap, DATA_ID_CUSTOM_DISPLAY, field_7670, CUSTOM_BLOCK_PRESENT, f_38084_
boolean: as, flipped, field_7660, yawFlipped, f_38068_
boolean: ar, flipped, field_7660, yawFlipped, f_38068_
int: au, lSteps, field_7669, clientInterpolationSteps, f_38070_
int: at, lSteps, field_7669, clientInterpolationSteps, f_38070_
double: av, lx, field_7665, clientX, f_38071_
double: au, lx, field_7665, clientX, f_38071_
double: aw, ly, field_7666, clientY, f_38072_
double: av, ly, field_7666, clientY, f_38072_
double: ax, lz, field_7662, clientZ, f_38073_
double: aw, lz, field_7662, clientZ, f_38073_
double: ay, lyr, field_7659, clientYaw, f_38074_
double: ax, lyr, field_7659, clientYaw, f_38074_
double: az, lxr, field_7657, clientPitch, f_38075_
double: ay, lxr, field_7657, clientPitch, f_38075_
double: aA, lxd, field_7658, clientXVelocity, f_38076_
double: az, lxd, field_7658, clientXVelocity, f_38076_
double: aB, lyd, field_7655, clientYVelocity, f_38077_
double: aA, lyd, field_7655, clientYVelocity, f_38077_
double: aC, lzd, field_7656, clientZVelocity, f_38078_
double: aB, lzd, field_7656, clientZVelocity, f_38078_
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: at, EXITS, field_7664, ADJACENT_RAIL_POSITIONS_BY_SHAPE, f_38069_
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: as, EXITS, field_7664, ADJACENT_RAIL_POSITIONS_BY_SHAPE, f_38069_
com.google.common.collect.ImmutableMap<Pose, com.google.common.collect.ImmutableList<Integer>>: ar, POSE_DISMOUNT_HEIGHTS, field_24464, DISMOUNT_FREE_Y_SPACES_NEEDED, f_38067_
com.google.common.collect.ImmutableMap<Pose, com.google.common.collect.ImmutableList<Integer>>: aq, POSE_DISMOUNT_HEIGHTS, field_24464, DISMOUNT_FREE_Y_SPACES_NEEDED, f_38067_
Constructors
Methods
double (): h, getMaxSpeed, method_7504, getMaxOffRailSpeed, m_7097_
double (): h, getMaxSpeed, method_7504, getMaxSpeed, m_7097_
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
blt
bpg
Fields
EntityDataAccessor<Integer>: ao, DATA_ID_DISPLAY_OFFSET, field_7661, CUSTOM_BLOCK_OFFSET, f_38083_
EntityDataAccessor<Integer>: ap, DATA_ID_DISPLAY_OFFSET, field_7661, CUSTOM_BLOCK_OFFSET, f_38083_
EntityDataAccessor<Boolean>: ap, DATA_ID_CUSTOM_DISPLAY, field_7670, CUSTOM_BLOCK_PRESENT, f_38084_
EntityDataAccessor<Boolean>: aq, DATA_ID_CUSTOM_DISPLAY, field_7670, CUSTOM_BLOCK_PRESENT, f_38084_
boolean: ar, flipped, field_7660, yawFlipped, f_38068_
boolean: as, flipped, field_7660, yawFlipped, f_38068_
int: at, lSteps, field_7669, clientInterpolationSteps, f_38070_
int: au, lSteps, field_7669, clientInterpolationSteps, f_38070_
double: au, lx, field_7665, clientX, f_38071_
double: av, lx, field_7665, clientX, f_38071_
double: av, ly, field_7666, clientY, f_38072_
double: aw, ly, field_7666, clientY, f_38072_
double: aw, lz, field_7662, clientZ, f_38073_
double: ax, lz, field_7662, clientZ, f_38073_
double: ax, lyr, field_7659, clientYaw, f_38074_
double: ay, lyr, field_7659, clientYaw, f_38074_
double: ay, lxr, field_7657, clientPitch, f_38075_
double: az, lxr, field_7657, clientPitch, f_38075_
double: az, lxd, field_7658, clientXVelocity, f_38076_
double: aA, lxd, field_7658, clientXVelocity, f_38076_
double: aA, lyd, field_7655, clientYVelocity, f_38077_
double: aB, lyd, field_7655, clientYVelocity, f_38077_
double: aB, lzd, field_7656, clientZVelocity, f_38078_
double: aC, lzd, field_7656, clientZVelocity, f_38078_
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: as, EXITS, field_7664, ADJACENT_RAIL_POSITIONS_BY_SHAPE, f_38069_
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: at, EXITS, field_7664, ADJACENT_RAIL_POSITIONS_BY_SHAPE, f_38069_
com.google.common.collect.ImmutableMap<Pose, com.google.common.collect.ImmutableList<Integer>>: aq, POSE_DISMOUNT_HEIGHTS, field_24464, DISMOUNT_FREE_Y_SPACES_NEEDED, f_38067_
com.google.common.collect.ImmutableMap<Pose, com.google.common.collect.ImmutableList<Integer>>: ar, POSE_DISMOUNT_HEIGHTS, field_24464, DISMOUNT_FREE_Y_SPACES_NEEDED, f_38067_
Constructors
Methods
boolean (): bd, isPushable, method_5810, isPushable, m_6094_
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 (): bc, isPickable, method_5863, collides, m_6087_
boolean (): bh, isPickable, method_5863, collides, m_6087_
Direction (): cp, getMotionDirection, method_5755, getMovementDirection, m_6374_
Direction (): cu, getMotionDirection, method_5755, getMovementDirection, m_6374_
AbstractMinecart$Type (): p, getMinecartType, method_7518, getMinecartType, m_6064_
AbstractMinecart$Type (): q, getMinecartType, method_7518, getMinecartType, m_6064_
BlockState (): q, getDisplayBlockState, method_7519, getContainedBlock, m_38178_
BlockState (): r, getDisplayBlockState, method_7519, getContainedBlock, m_38178_
BlockState (): r, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, m_6390_
BlockState (): s, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, m_6390_
int (): s, getDisplayOffset, method_7514, getBlockOffset, m_38183_
int (): t, getDisplayOffset, method_7514, getBlockOffset, m_38183_
int (): t, getDefaultDisplayOffset, method_7526, getDefaultBlockOffset, m_7144_
int (): u, getDefaultDisplayOffset, method_7526, getDefaultBlockOffset, m_7144_
boolean (): v, hasCustomDisplay, method_7510, hasCustomBlock, m_38184_
boolean (): w, hasCustomDisplay, method_7510, hasCustomBlock, m_38184_
Packet<?> (): P, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
Packet<?> (): S, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
void (): bv, animateHurt, method_5879, animateDamage, m_6053_
void (): bA, animateHurt, method_5879, animateDamage, m_6053_
AABB (): cs, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, m_6921_
AABB (): cx, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, m_6921_
float (): ax, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
float (): aC, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
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
bls
blt
Fields
Constructors
Methods
1.17
Names
bhl
bls
net.minecraft.entity.item.minecart.AbstractMinecartEntity
net.minecraft.src.C_1201_
Fields
EntityDataAccessor<Integer>: b, DATA_ID_HURT, field_7663, DAMAGE_WOBBLE_TICKS, field_184265_a
EntityDataAccessor<Integer>: c, DATA_ID_HURT, field_7663, DAMAGE_WOBBLE_TICKS, f_38079_
EntityDataAccessor<Integer>: c, DATA_ID_HURTDIR, field_7668, DAMAGE_WOBBLE_SIDE, field_184266_b
EntityDataAccessor<Integer>: d, DATA_ID_HURTDIR, field_7668, DAMAGE_WOBBLE_SIDE, f_38080_
EntityDataAccessor<Float>: d, DATA_ID_DAMAGE, field_7667, DAMAGE_WOBBLE_STRENGTH, field_184267_c
EntityDataAccessor<Float>: e, DATA_ID_DAMAGE, field_7667, DAMAGE_WOBBLE_STRENGTH, f_38081_
EntityDataAccessor<Integer>: e, DATA_ID_DISPLAY_BLOCK, field_7671, CUSTOM_BLOCK_ID, field_184268_d
EntityDataAccessor<Integer>: f, DATA_ID_DISPLAY_BLOCK, field_7671, CUSTOM_BLOCK_ID, f_38082_
EntityDataAccessor<Integer>: f, DATA_ID_DISPLAY_OFFSET, field_7661, CUSTOM_BLOCK_OFFSET, field_184269_e
EntityDataAccessor<Integer>: ao, DATA_ID_DISPLAY_OFFSET, field_7661, CUSTOM_BLOCK_OFFSET, f_38083_
EntityDataAccessor<Boolean>: g, DATA_ID_CUSTOM_DISPLAY, field_7670, CUSTOM_BLOCK_PRESENT, field_184270_f
EntityDataAccessor<Boolean>: ap, DATA_ID_CUSTOM_DISPLAY, field_7670, CUSTOM_BLOCK_PRESENT, f_38084_
boolean: ah, flipped, field_7660, yawFlipped, field_70499_f
boolean: ar, flipped, field_7660, yawFlipped, f_38068_
int: aj, lSteps, field_7669, clientInterpolationSteps, field_70510_h
int: at, lSteps, field_7669, clientInterpolationSteps, f_38070_
double: ak, lx, field_7665, clientX, field_70511_i
double: au, lx, field_7665, clientX, f_38071_
double: al, ly, field_7666, clientY, field_70509_j
double: av, ly, field_7666, clientY, f_38072_
double: am, lz, field_7662, clientZ, field_70514_an
double: aw, lz, field_7662, clientZ, f_38073_
double: an, lyr, field_7659, clientYaw, field_70512_ao
double: ax, lyr, field_7659, clientYaw, f_38074_
double: ao, lxr, field_7657, clientPitch, field_70513_ap
double: ay, lxr, field_7657, clientPitch, f_38075_
double: ap, lxd, field_7658, clientXVelocity, field_70508_aq
double: az, lxd, field_7658, clientXVelocity, f_38076_
double: aq, lyd, field_7655, clientYVelocity, field_70507_ar
double: aA, lyd, field_7655, clientYVelocity, f_38077_
double: ar, lzd, field_7656, clientZVelocity, field_70506_as
double: aB, lzd, field_7656, clientZVelocity, f_38078_
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: ai, EXITS, field_7664, ADJACENT_RAIL_POSITIONS_BY_SHAPE, field_70500_g
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: as, EXITS, field_7664, ADJACENT_RAIL_POSITIONS_BY_SHAPE, f_38069_
com.google.common.collect.ImmutableMap<Pose, com.google.common.collect.ImmutableList<Integer>>: ag, POSE_DISMOUNT_HEIGHTS, field_24464, DISMOUNT_FREE_Y_SPACES_NEEDED, field_234627_am_
com.google.common.collect.ImmutableMap<Pose, com.google.common.collect.ImmutableList<Integer>>: aq, POSE_DISMOUNT_HEIGHTS, field_24464, DISMOUNT_FREE_Y_SPACES_NEEDED, f_38067_
float: b, WATER_SLOWDOWN_FACTOR, field_30694, field_30694, f_150249_
Constructors
Methods
AbstractMinecart (Level, double, double, double, AbstractMinecart$Type): a, createMinecart, method_7523, create, func_184263_a
AbstractMinecart (Level, double, double, double, AbstractMinecart$Type): a, createMinecart, method_7523, create, m_38119_
boolean (): aC, isMovementNoisy, method_5658, canClimb, func_225502_at_
void (): e, defineSynchedData, method_5693, initDataTracker, func_70088_a
void (): a_, defineSynchedData, method_5693, initDataTracker, m_8097_
boolean (): aU, isPushable, method_5810, isPushable, func_70104_M
boolean (): bd, isPushable, method_5810, isPushable, m_6094_
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
boolean (DamageSource, float): a, hurt, method_5643, damage, m_6469_
void (DamageSource): a, destroy, method_7516, dropItems, func_94095_a
void (DamageSource): a, destroy, method_7516, dropItems, m_7617_
boolean (): aT, isPickable, method_5863, collides, func_70067_L
boolean (): bc, isPickable, method_5863, collides, m_6087_
Direction (): ca, getMotionDirection, method_5755, getMovementDirection, func_184172_bi
Direction (): cp, getMotionDirection, method_5755, getMovementDirection, m_6374_
void (): j, tick, method_5773, tick, func_70071_h_
void (): k, tick, method_5773, tick, m_8119_
double (): g, getMaxSpeed, method_7504, getMaxOffRailSpeed, func_174898_m
double (): h, getMaxSpeed, method_7504, getMaxOffRailSpeed, m_7097_
void (int, int, int, boolean): a, activateMinecart, method_7506, onActivatorRail, func_96095_a
void (int, int, int, boolean): a, activateMinecart, method_7506, onActivatorRail, m_6025_
void (): h, comeOffTrack, method_7512, moveOffRail, func_180459_n
void (): i, comeOffTrack, method_7512, moveOffRail, m_38163_
void (BlockPos, BlockState): c, moveAlongTrack, method_7513, moveOnRail, func_180460_a
void (BlockPos, BlockState): c, moveAlongTrack, method_7513, moveOnRail, m_6401_
boolean (BlockPos): a, isRedstoneConductor, method_18803, willHitBlockAt, func_213900_a
boolean (BlockPos): a, isRedstoneConductor, method_18803, willHitBlockAt, m_38129_
void (): i, applyNaturalSlowdown, method_7525, applySlowdown, func_94101_h
void (): j, applyNaturalSlowdown, method_7525, applySlowdown, m_7114_
Vec3 (double, double, double): p, getPos, method_7508, snapPositionToRail, func_70489_a
Vec3 (double, double, double): p, getPos, method_7508, snapPositionToRail, m_38179_
void (CompoundTag): a, readAdditionalSaveData, method_5749, readCustomDataFromNbt, func_70037_a
void (CompoundTag): a, readAdditionalSaveData, method_5749, readCustomDataFromNbt, m_7378_
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToNbt, func_213281_b
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToNbt, m_7380_
void (Entity): i, push, method_5697, pushAwayFrom, func_70108_f
void (Entity): g, push, method_5697, pushAwayFrom, m_7334_
void (float): a, setDamage, method_7520, setDamageWobbleStrength, func_70492_c
void (float): a, setDamage, method_7520, setDamageWobbleStrength, m_38109_
float (): k, getDamage, method_7521, getDamageWobbleStrength, func_70491_i
float (): l, getDamage, method_7521, getDamageWobbleStrength, m_38169_
void (int): c, setHurtTime, method_7509, setDamageWobbleTicks, func_70497_h
void (int): c, setHurtTime, method_7509, setDamageWobbleTicks, m_38154_
int (): m, getHurtTime, method_7507, getDamageWobbleTicks, func_70496_j
int (): n, getHurtTime, method_7507, getDamageWobbleTicks, m_38176_
void (int): d, setHurtDir, method_7524, setDamageWobbleSide, func_70494_i
void (int): d, setHurtDir, method_7524, setDamageWobbleSide, m_38160_
int (): n, getHurtDir, method_7522, getDamageWobbleSide, func_70493_k
int (): o, getHurtDir, method_7522, getDamageWobbleSide, m_38177_
AbstractMinecart$Type (): o, getMinecartType, method_7518, getMinecartType, func_184264_v
AbstractMinecart$Type (): p, getMinecartType, method_7518, getMinecartType, m_6064_
BlockState (): p, getDisplayBlockState, method_7519, getContainedBlock, func_174897_t
BlockState (): q, getDisplayBlockState, method_7519, getContainedBlock, m_38178_
BlockState (): q, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, func_180457_u
BlockState (): r, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, m_6390_
int (): r, getDisplayOffset, method_7514, getBlockOffset, func_94099_q
int (): s, getDisplayOffset, method_7514, getBlockOffset, m_38183_
int (): s, getDefaultDisplayOffset, method_7526, getDefaultBlockOffset, func_94085_r
int (): t, getDefaultDisplayOffset, method_7526, getDefaultBlockOffset, m_7144_
void (BlockState): b, setDisplayBlockState, method_7527, setCustomBlock, func_174899_a
void (BlockState): b, setDisplayBlockState, method_7527, setCustomBlock, m_38146_
void (int): l, setDisplayOffset, method_7515, setCustomBlockOffset, func_94086_l
void (int): m, setDisplayOffset, method_7515, setCustomBlockOffset, m_38174_
boolean (): t, hasCustomDisplay, method_7510, hasCustomBlock, func_94100_s
boolean (): v, hasCustomDisplay, method_7510, hasCustomBlock, m_38184_
void (boolean): a, setCustomDisplay, method_7511, setCustomBlockPresent, func_94096_e
void (boolean): a, setCustomDisplay, method_7511, setCustomBlockPresent, m_38138_
Packet<?> (): P, getAddEntityPacket, method_18002, createSpawnPacket, func_213297_N
Packet<?> (): P, getAddEntityPacket, method_18002, createSpawnPacket, m_5654_
void (): bm, animateHurt, method_5879, animateDamage, func_70057_ab
void (): bv, animateHurt, method_5879, animateDamage, m_6053_
Vec3 (double, double, double, double): a, getPosOffs, method_7505, snapPositionToRailWithOffset, func_70495_a
Vec3 (double, double, double, double): a, getPosOffs, method_7505, snapPositionToRailWithOffset, m_38096_
AABB (): cd, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, func_184177_bl
AABB (): cs, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, m_6921_
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 (double, double, double): k, lerpMotion, method_5750, setVelocityClient, func_70016_h
void (double, double, double): k, lerpMotion, method_5750, setVelocityClient, m_6001_
com.mojang.datafixers.util.Pair<Vec3i, Vec3i> (RailShape): a, exits, method_22864, getAdjacentRailPositionsByShape, func_226573_a_
com.mojang.datafixers.util.Pair<Vec3i, Vec3i> (RailShape): a, exits, method_22864, getAdjacentRailPositionsByShape, m_38125_
Vec3 (LivingEntity): b, getDismountLocationForPassenger, method_24829, updatePassengerForDismount, func_230268_c_
Vec3 (LivingEntity): b, getDismountLocationForPassenger, method_24829, updatePassengerForDismount, m_7688_
float (): ar, getBlockSpeedFactor, method_23326, getVelocityMultiplier, func_225515_ai_
float (): ax, getBlockSpeedFactor, method_23326, getVelocityMultiplier, m_6041_
boolean (Entity): j, canCollideWith, method_30949, collidesWith, func_241849_j
boolean (Entity): h, canCollideWith, method_30949, collidesWith, m_7337_
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
void (CompoundTag): a, readAdditionalSaveData, method_5749, readCustomDataFromNbt, func_70037_a
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToTag, func_213281_b
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToNbt, func_213281_b
1.16.4
Names
bhi
bhl
Fields
Constructors
Methods
boolean (): aB, isMovementNoisy, method_5658, canClimb, func_225502_at_
boolean (): aC, isMovementNoisy, method_5658, canClimb, func_225502_at_
boolean (): aT, isPushable, method_5810, isPushable, func_70104_M
boolean (): aU, isPushable, method_5810, isPushable, func_70104_M
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
boolean (): aT, isPickable, method_5863, collides, func_70067_L
Direction (): bZ, getMotionDirection, method_5755, getMovementDirection, func_184172_bi
Direction (): ca, getMotionDirection, method_5755, getMovementDirection, func_184172_bi
void (): bl, animateHurt, method_5879, animateDamage, func_70057_ab
void (): bm, animateHurt, method_5879, animateDamage, func_70057_ab
AABB (): cc, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, func_184177_bl
AABB (): cd, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, func_184177_bl
float (): aq, getBlockSpeedFactor, method_23326, getVelocityMultiplier, func_225515_ai_
float (): ar, getBlockSpeedFactor, method_23326, getVelocityMultiplier, func_225515_ai_
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
1.16.2
Names
bfr
bhi
Fields
boolean: ao, flipped, field_7660, field_7660, field_70499_f
boolean: ah, flipped, field_7660, yawFlipped, field_70499_f
int: aq, lSteps, field_7669, clientInterpolationSteps, field_70510_h
int: aj, lSteps, field_7669, clientInterpolationSteps, field_70510_h
double: ar, lx, field_7665, clientX, field_70511_i
double: ak, lx, field_7665, clientX, field_70511_i
double: as, ly, field_7666, clientY, field_70509_j
double: al, ly, field_7666, clientY, field_70509_j
double: at, lz, field_7662, clientZ, field_70514_an
double: am, lz, field_7662, clientZ, field_70514_an
double: au, lyr, field_7659, clientYaw, field_70512_ao
double: an, lyr, field_7659, clientYaw, field_70512_ao
double: av, lxr, field_7657, clientPitch, field_70513_ap
double: ao, lxr, field_7657, clientPitch, field_70513_ap
double: aw, lxd, field_7658, clientXVelocity, field_70508_aq
double: ap, lxd, field_7658, clientXVelocity, field_70508_aq
double: ax, lyd, field_7655, clientYVelocity, field_70507_ar
double: aq, lyd, field_7655, clientYVelocity, field_70507_ar
double: ay, lzd, field_7656, clientZVelocity, field_70506_as
double: ar, lzd, field_7656, clientZVelocity, field_70506_as
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: ap, EXITS, field_7664, field_7664, field_70500_g
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: ai, EXITS, field_7664, ADJACENT_RAIL_POSITIONS_BY_SHAPE, field_70500_g
com.google.common.collect.ImmutableMap<Pose, com.google.common.collect.ImmutableList<Integer>>: an, POSE_DISMOUNT_HEIGHTS, field_24464, field_24464, field_234627_am_
com.google.common.collect.ImmutableMap<Pose, com.google.common.collect.ImmutableList<Integer>>: ag, POSE_DISMOUNT_HEIGHTS, field_24464, DISMOUNT_FREE_Y_SPACES_NEEDED, field_234627_am_
Constructors
Methods
boolean (): ax, isMovementNoisy, method_5658, canClimb, func_225502_at_
boolean (): aB, isMovementNoisy, method_5658, canClimb, func_225502_at_
AABB (Entity): j, getCollideAgainstBox, method_5708, getHardCollisionBox, func_70114_g
boolean (): aR, isPushable, method_5810, isPushable, func_70104_M
boolean (): aT, isPushable, method_5810, isPushable, func_70104_M
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
boolean (): aS, isPickable, method_5863, collides, func_70067_L
void (BlockPos, BlockState): b, moveAlongTrack, method_7513, moveOnRail, func_180460_a
void (BlockPos, BlockState): c, moveAlongTrack, method_7513, moveOnRail, func_180460_a
Vec3 (double, double, double): o, getPos, method_7508, method_7508, func_70489_a
Vec3 (double, double, double): p, getPos, method_7508, snapPositionToRail, func_70489_a
Packet<?> (): O, getAddEntityPacket, method_18002, createSpawnPacket, func_213297_N
Packet<?> (): P, getAddEntityPacket, method_18002, createSpawnPacket, func_213297_N
void (): bi, animateHurt, method_5879, animateDamage, func_70057_ab
void (): bl, animateHurt, method_5879, animateDamage, func_70057_ab
Vec3 (double, double, double, double): a, getPosOffs, method_7505, method_7505, func_70495_a
Vec3 (double, double, double, double): a, getPosOffs, method_7505, snapPositionToRailWithOffset, func_70495_a
void (double, double, double): j, lerpMotion, method_5750, setVelocityClient, func_70016_h
void (double, double, double): k, lerpMotion, method_5750, setVelocityClient, func_70016_h
com.mojang.datafixers.util.Pair<Vec3i, Vec3i> (RailShape): a, exits, method_22864, method_22864, func_226573_a_
com.mojang.datafixers.util.Pair<Vec3i, Vec3i> (RailShape): a, exits, method_22864, getAdjacentRailPositionsByShape, func_226573_a_
Vec3 (LivingEntity): c, getDismountLocationForPassenger, method_24829, updatePassengerForDismount, func_230268_c_
Vec3 (LivingEntity): b, getDismountLocationForPassenger, method_24829, updatePassengerForDismount, func_230268_c_
float (): am, getBlockSpeedFactor, method_23326, getVelocityMultiplier, func_225515_ai_
float (): aq, getBlockSpeedFactor, method_23326, getVelocityMultiplier, func_225515_ai_
boolean (Entity): j, canCollideWith, method_30949, method_30949, func_241849_j
Vec3 (Direction$Axis, BlockUtil$FoundRectangle): a, getRelativePortalPosition, method_30633, method_30633, func_241839_a
1.16.1
Names
azx
bfr
Fields
boolean: ao, flipped, field_7660, field_70499_f
boolean: ao, flipped, field_7660, field_7660, field_70499_f
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: ap, EXITS, field_7664, field_70500_g
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: ap, EXITS, field_7664, field_7664, field_70500_g
com.google.common.collect.ImmutableMap<Pose, com.google.common.collect.ImmutableList<Integer>>: an, POSE_DISMOUNT_HEIGHTS, field_24464, field_24464, field_234627_am_
Constructors
Methods
boolean (): at, isMovementNoisy, method_5658, canClimb, func_225502_at_
boolean (): ax, isMovementNoisy, method_5658, canClimb, func_225502_at_
void (): w_, defineSynchedData, method_5693, initDataTracker, func_70088_a
void (): e, defineSynchedData, method_5693, initDataTracker, func_70088_a
boolean (): aL, isPushable, method_5810, isPushable, func_70104_M
boolean (): aR, isPushable, method_5810, isPushable, func_70104_M
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
boolean (): aQ, isPickable, method_5863, collides, func_70067_L
Direction (): bR, getMotionDirection, method_5755, getMovementDirection, func_184172_bi
Direction (): bZ, getMotionDirection, method_5755, getMovementDirection, func_184172_bi
void (): h, tick, method_5773, tick, func_70071_h_
void (): j, tick, method_5773, tick, func_70071_h_
double (): f, getMaxSpeed, method_7504, getMaxOffRailSpeed, func_174898_m
double (): g, getMaxSpeed, method_7504, getMaxOffRailSpeed, func_174898_m
void (): i, comeOffTrack, method_7512, moveOffRail, func_180459_n
void (): h, comeOffTrack, method_7512, moveOffRail, func_180459_n
void (): k, applyNaturalSlowdown, method_7525, applySlowdown, func_94101_h
void (): i, applyNaturalSlowdown, method_7525, applySlowdown, func_94101_h
Vec3 (double, double, double): o, getPos, method_7508, func_70489_a
Vec3 (double, double, double): o, getPos, method_7508, method_7508, func_70489_a
float (): l, getDamage, method_7521, getDamageWobbleStrength, func_70491_i
float (): k, getDamage, method_7521, getDamageWobbleStrength, func_70491_i
boolean (): u, hasCustomDisplay, method_7510, hasCustomBlock, func_94100_s
boolean (): t, hasCustomDisplay, method_7510, hasCustomBlock, func_94100_s
Packet<?> (): L, getAddEntityPacket, method_18002, createSpawnPacket, func_213297_N
Packet<?> (): O, getAddEntityPacket, method_18002, createSpawnPacket, func_213297_N
void (): bb, animateHurt, method_5879, animateDamage, func_70057_ab
void (): bi, animateHurt, method_5879, animateDamage, func_70057_ab
Vec3 (double, double, double, double): a, getPosOffs, method_7505, func_70495_a
Vec3 (double, double, double, double): a, getPosOffs, method_7505, method_7505, func_70495_a
AABB (): bU, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, func_184177_bl
AABB (): cc, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, func_184177_bl
com.mojang.datafixers.util.Pair<Vec3i, Vec3i> (RailShape): a, exits, method_22864, func_226573_a_
com.mojang.datafixers.util.Pair<Vec3i, Vec3i> (RailShape): a, exits, method_22864, method_22864, func_226573_a_
Vec3 (LivingEntity): c, getDismountLocationForPassenger, method_24829, updatePassengerForDismount, func_230268_c_
float (): am, getBlockSpeedFactor, method_23326, getVelocityMultiplier, func_225515_ai_
1.15.2
Names
azu
azx
Fields
Constructors
Methods
1.15.1
Names
Fields
Constructors
Methods
1.15
Names
axu
azu
Fields
boolean: ar, flipped, field_7660, field_70499_f
boolean: ao, flipped, field_7660, field_70499_f
int[][][]: as, EXITS, field_7664, field_70500_g
int: at, lSteps, field_7669, field_70510_h
int: aq, lSteps, field_7669, clientInterpolationSteps, field_70510_h
double: au, lx, field_7665, field_70511_i
double: ar, lx, field_7665, clientX, field_70511_i
double: av, ly, field_7666, field_70509_j
double: as, ly, field_7666, clientY, field_70509_j
double: aw, lz, field_7662, field_70514_an
double: at, lz, field_7662, clientZ, field_70514_an
double: ax, lyr, field_7659, field_70512_ao
double: au, lyr, field_7659, clientYaw, field_70512_ao
double: ay, lxr, field_7657, field_70513_ap
double: av, lxr, field_7657, clientPitch, field_70513_ap
double: az, lxd, field_7658, field_70508_aq
double: aw, lxd, field_7658, clientXVelocity, field_70508_aq
double: aA, lyd, field_7655, field_70507_ar
double: ax, lyd, field_7655, clientYVelocity, field_70507_ar
double: aB, lzd, field_7656, field_70506_as
double: ay, lzd, field_7656, clientZVelocity, field_70506_as
Map<RailShape, com.mojang.datafixers.util.Pair<Vec3i, Vec3i>>: ap, EXITS, field_7664, field_70500_g
Constructors
Methods
boolean (): ap, makeStepSound, method_5658, canClimb, func_70041_e_
boolean (): at, isMovementNoisy, method_5658, canClimb, func_225502_at_
void (): u_, defineSynchedData, method_5693, initDataTracker, func_70088_a
void (): w_, defineSynchedData, method_5693, initDataTracker, func_70088_a
boolean (): aI, isPushable, method_5810, isPushable, func_70104_M
boolean (): aL, isPushable, method_5810, isPushable, func_70104_M
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
boolean (): aK, isPickable, method_5863, collides, func_70067_L
Direction (): bJ, getMotionDirection, method_5755, getMovementDirection, func_184172_bi
Direction (): bR, getMotionDirection, method_5755, getMovementDirection, func_184172_bi
double (): f, getMaxSpeed, method_7504, func_174898_m
double (): f, getMaxSpeed, method_7504, getMaxOffRailSpeed, func_174898_m
void (): i, comeOffTrack, method_7512, func_180459_n
void (): i, comeOffTrack, method_7512, moveOffRail, func_180459_n
void (BlockPos, BlockState): b, moveAlongTrack, method_7513, func_180460_a
void (BlockPos, BlockState): b, moveAlongTrack, method_7513, moveOnRail, func_180460_a
boolean (BlockPos): a, isRedstoneConductor, method_18803, func_213900_a
boolean (BlockPos): a, isRedstoneConductor, method_18803, willHitBlockAt, func_213900_a
void (): k, applyNaturalSlowdown, method_7525, func_94101_h
void (): k, applyNaturalSlowdown, method_7525, applySlowdown, func_94101_h
Vec3 (double, double, double): l, getPos, method_7508, func_70489_a
Vec3 (double, double, double): o, getPos, method_7508, func_70489_a
Packet<?> (): N, getAddEntityPacket, method_18002, createSpawnPacket, func_213297_N
Packet<?> (): L, getAddEntityPacket, method_18002, createSpawnPacket, func_213297_N
void (): aY, animateHurt, method_5879, animateDamage, func_70057_ab
void (): bb, animateHurt, method_5879, animateDamage, func_70057_ab
AABB (): bM, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, func_184177_bl
AABB (): bU, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, func_184177_bl
void (double, double, double): h, lerpMotion, method_5750, setVelocityClient, func_70016_h
void (double, double, double): j, lerpMotion, method_5750, setVelocityClient, func_70016_h
com.mojang.datafixers.util.Pair<Vec3i, Vec3i> (RailShape): a, exits, method_22864, func_226573_a_
1.14.4
Names
axp
axu
net.minecraft.world.entity.vehicle.AbstractMinecart
Fields
TrackedData<Integer>: b, field_7663, DAMAGE_WOBBLE_TICKS, field_184265_a
EntityDataAccessor<Integer>: b, DATA_ID_HURT, field_7663, DAMAGE_WOBBLE_TICKS, field_184265_a
TrackedData<Integer>: c, field_7668, DAMAGE_WOBBLE_SIDE, field_184266_b
EntityDataAccessor<Integer>: c, DATA_ID_HURTDIR, field_7668, DAMAGE_WOBBLE_SIDE, field_184266_b
TrackedData<Float>: d, field_7667, DAMAGE_WOBBLE_STRENGTH, field_184267_c
EntityDataAccessor<Float>: d, DATA_ID_DAMAGE, field_7667, DAMAGE_WOBBLE_STRENGTH, field_184267_c
TrackedData<Integer>: e, field_7671, CUSTOM_BLOCK_ID, field_184268_d
EntityDataAccessor<Integer>: e, DATA_ID_DISPLAY_BLOCK, field_7671, CUSTOM_BLOCK_ID, field_184268_d
TrackedData<Integer>: f, field_7661, CUSTOM_BLOCK_OFFSET, field_184269_e
EntityDataAccessor<Integer>: f, DATA_ID_DISPLAY_OFFSET, field_7661, CUSTOM_BLOCK_OFFSET, field_184269_e
TrackedData<Boolean>: g, field_7670, CUSTOM_BLOCK_PRESENT, field_184270_f
EntityDataAccessor<Boolean>: g, DATA_ID_CUSTOM_DISPLAY, field_7670, CUSTOM_BLOCK_PRESENT, field_184270_f
boolean: ar, field_7660, field_7660, field_70499_f
boolean: ar, flipped, field_7660, field_70499_f
int[][][]: as, field_7664, field_7664, field_70500_g
int[][][]: as, EXITS, field_7664, field_70500_g
int: at, field_7669, field_7669, field_70510_h
int: at, lSteps, field_7669, field_70510_h
double: au, field_7665, field_7665, field_70511_i
double: au, lx, field_7665, field_70511_i
double: av, field_7666, field_7666, field_70509_j
double: av, ly, field_7666, field_70509_j
double: aw, field_7662, field_7662, field_70514_an
double: aw, lz, field_7662, field_70514_an
double: ax, field_7659, field_7659, field_70512_ao
double: ax, lyr, field_7659, field_70512_ao
double: ay, field_7657, field_7657, field_70513_ap
double: ay, lxr, field_7657, field_70513_ap
double: az, field_7658, field_7658, field_70508_aq
double: az, lxd, field_7658, field_70508_aq
double: aA, field_7655, field_7655, field_70507_ar
double: aA, lyd, field_7655, field_70507_ar
double: aB, field_7656, field_7656, field_70506_as
double: aB, lzd, field_7656, field_70506_as
Constructors
Methods
AbstractMinecartEntity (World, double, double, double, AbstractMinecartEntity$Type): a, method_7523, create, func_184263_a
AbstractMinecart (Level, double, double, double, AbstractMinecart$Type): a, createMinecart, method_7523, create, func_184263_a
boolean (): ap, method_5658, canClimb, func_70041_e_
boolean (): ap, makeStepSound, method_5658, canClimb, func_70041_e_
void (): u_, method_5693, initDataTracker, func_70088_a
void (): u_, defineSynchedData, method_5693, initDataTracker, func_70088_a
Box (Entity): j, method_5708, getHardCollisionBox, func_70114_g
AABB (Entity): j, getCollideAgainstBox, method_5708, getHardCollisionBox, func_70114_g
boolean (): aI, method_5810, isPushable, func_70104_M
boolean (): aI, isPushable, method_5810, isPushable, func_70104_M
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
boolean (DamageSource, float): a, hurt, method_5643, damage, func_70097_a
void (DamageSource): a, method_7516, dropItems, func_94095_a
void (DamageSource): a, destroy, method_7516, dropItems, func_94095_a
boolean (): aH, method_5863, collides, func_70067_L
boolean (): aH, isPickable, method_5863, collides, func_70067_L
Direction (): bJ, method_5755, getMovementDirection, func_184172_bi
Direction (): bJ, getMotionDirection, method_5755, getMovementDirection, func_184172_bi
void (): h, method_5773, tick, func_70071_h_
void (): h, tick, method_5773, tick, func_70071_h_
double (): f, method_7504, method_7504, func_174898_m
double (): f, getMaxSpeed, method_7504, func_174898_m
void (int, int, int, boolean): a, method_7506, onActivatorRail, func_96095_a
void (int, int, int, boolean): a, activateMinecart, method_7506, onActivatorRail, func_96095_a
void (): i, method_7512, method_7512, func_180459_n
void (): i, comeOffTrack, method_7512, func_180459_n
void (BlockPos, BlockState): b, method_7513, method_7513, func_180460_a
void (BlockPos, BlockState): b, moveAlongTrack, method_7513, func_180460_a
boolean (BlockPos): a, method_18803, method_18803, func_213900_a
boolean (BlockPos): a, isRedstoneConductor, method_18803, func_213900_a
void (): k, method_7525, method_7525, func_94101_h
void (): k, applyNaturalSlowdown, method_7525, func_94101_h
Vec3d (double, double, double): l, method_7508, method_7508, func_70489_a
Vec3 (double, double, double): l, getPos, method_7508, func_70489_a
void (CompoundTag): a, method_5749, readCustomDataFromTag, func_70037_a
void (CompoundTag): a, readAdditionalSaveData, method_5749, readCustomDataFromTag, func_70037_a
void (CompoundTag): b, method_5652, writeCustomDataToTag, func_213281_b
void (CompoundTag): b, addAdditionalSaveData, method_5652, writeCustomDataToTag, func_213281_b
void (Entity): i, method_5697, pushAwayFrom, func_70108_f
void (Entity): i, push, method_5697, pushAwayFrom, func_70108_f
void (float): a, method_7520, setDamageWobbleStrength, func_70492_c
void (float): a, setDamage, method_7520, setDamageWobbleStrength, func_70492_c
float (): l, method_7521, getDamageWobbleStrength, func_70491_i
float (): l, getDamage, method_7521, getDamageWobbleStrength, func_70491_i
void (int): c, method_7509, setDamageWobbleTicks, func_70497_h
void (int): c, setHurtTime, method_7509, setDamageWobbleTicks, func_70497_h
int (): m, method_7507, getDamageWobbleTicks, func_70496_j
int (): m, getHurtTime, method_7507, getDamageWobbleTicks, func_70496_j
void (int): d, method_7524, setDamageWobbleSide, func_70494_i
void (int): d, setHurtDir, method_7524, setDamageWobbleSide, func_70494_i
int (): n, method_7522, getDamageWobbleSide, func_70493_k
int (): n, getHurtDir, method_7522, getDamageWobbleSide, func_70493_k
AbstractMinecartEntity$Type (): o, method_7518, getMinecartType, func_184264_v
AbstractMinecart$Type (): o, getMinecartType, method_7518, getMinecartType, func_184264_v
BlockState (): p, method_7519, getContainedBlock, func_174897_t
BlockState (): p, getDisplayBlockState, method_7519, getContainedBlock, func_174897_t
BlockState (): q, method_7517, getDefaultContainedBlock, func_180457_u
BlockState (): q, getDefaultDisplayBlockState, method_7517, getDefaultContainedBlock, func_180457_u
int (): r, method_7514, getBlockOffset, func_94099_q
int (): r, getDisplayOffset, method_7514, getBlockOffset, func_94099_q
int (): s, method_7526, getDefaultBlockOffset, func_94085_r
int (): s, getDefaultDisplayOffset, method_7526, getDefaultBlockOffset, func_94085_r
void (BlockState): b, method_7527, setCustomBlock, func_174899_a
void (BlockState): b, setDisplayBlockState, method_7527, setCustomBlock, func_174899_a
void (int): l, method_7515, setCustomBlockOffset, func_94086_l
void (int): l, setDisplayOffset, method_7515, setCustomBlockOffset, func_94086_l
boolean (): u, method_7510, hasCustomBlock, func_94100_s
boolean (): u, hasCustomDisplay, method_7510, hasCustomBlock, func_94100_s
void (boolean): a, method_7511, setCustomBlockPresent, func_94096_e
void (boolean): a, setCustomDisplay, method_7511, setCustomBlockPresent, func_94096_e
Packet<?> (): N, method_18002, createSpawnPacket, func_213297_N
Packet<?> (): N, getAddEntityPacket, method_18002, createSpawnPacket, func_213297_N
void (): aY, method_5879, animateDamage, func_70057_ab
void (): aY, animateHurt, method_5879, animateDamage, func_70057_ab
Vec3d (double, double, double, double): a, method_7505, method_7505, func_70495_a
Vec3 (double, double, double, double): a, getPosOffs, method_7505, func_70495_a
Box (): bM, method_5830, getVisibilityBoundingBox, func_184177_bl
AABB (): bM, getBoundingBoxForCulling, method_5830, getVisibilityBoundingBox, func_184177_bl
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 (double, double, double): h, method_5750, setVelocityClient, func_70016_h
void (double, double, double): h, lerpMotion, method_5750, setVelocityClient, func_70016_h
1.14.3
Names
axm
axp
net.minecraft.entity.vehicle.AbstractMinecartEntity
Fields
DataParameter<Integer>: b, field_7663, field_184265_a
TrackedData<Integer>: b, field_7663, DAMAGE_WOBBLE_TICKS, field_184265_a
DataParameter<Integer>: c, field_7668, field_184266_b
TrackedData<Integer>: c, field_7668, DAMAGE_WOBBLE_SIDE, field_184266_b
DataParameter<Float>: d, field_7667, field_184267_c
TrackedData<Float>: d, field_7667, DAMAGE_WOBBLE_STRENGTH, field_184267_c
DataParameter<Integer>: e, field_7671, field_184268_d
TrackedData<Integer>: e, field_7671, CUSTOM_BLOCK_ID, field_184268_d
DataParameter<Integer>: f, field_7661, field_184269_e
TrackedData<Integer>: f, field_7661, CUSTOM_BLOCK_OFFSET, field_184269_e
DataParameter<Boolean>: g, field_7670, field_184270_f
TrackedData<Boolean>: g, field_7670, CUSTOM_BLOCK_PRESENT, field_184270_f
boolean: ar, field_7660, field_70499_f
boolean: ar, field_7660, field_7660, field_70499_f
int[][][]: as, field_7664, field_70500_g
int[][][]: as, field_7664, field_7664, field_70500_g
int: at, field_7669, field_70510_h
int: at, field_7669, field_7669, field_70510_h
double: au, field_7665, field_70511_i
double: au, field_7665, field_7665, field_70511_i
double: av, field_7666, field_70509_j
double: av, field_7666, field_7666, field_70509_j
double: aw, field_7662, field_70514_an
double: aw, field_7662, field_7662, field_70514_an
double: ax, field_7659, field_70512_ao
double: ax, field_7659, field_7659, field_70512_ao
double: ay, field_7657, field_70513_ap
double: ay, field_7657, field_7657, field_70513_ap
double: az, field_7658, field_70508_aq
double: az, field_7658, field_7658, field_70508_aq
double: aA, field_7655, field_70507_ar
double: aA, field_7655, field_7655, field_70507_ar
double: aB, field_7656, field_70506_as
double: aB, field_7656, field_7656, field_70506_as
Constructors
Methods
AbstractMinecartEntity (World, double, double, double, AbstractMinecartEntity$Type): a, method_7523, func_184263_a
AbstractMinecartEntity (World, double, double, double, AbstractMinecartEntity$Type): a, method_7523, create, func_184263_a
boolean (): ao, method_5658, func_70041_e_
boolean (): ap, method_5658, canClimb, func_70041_e_
void (): u_, method_5693, func_70088_a
void (): u_, method_5693, initDataTracker, func_70088_a
AxisAlignedBB (Entity): j, method_5708, func_70114_g
Box (Entity): j, method_5708, getHardCollisionBox, func_70114_g
boolean (): aH, method_5810, func_70104_M
boolean (): aI, method_5810, isPushable, func_70104_M
double (): aO, method_5621, func_70042_X
double (): aP, method_5621, getMountedHeightOffset, func_70042_X
boolean (DamageSource, float): a, method_5643, func_70097_a
boolean (DamageSource, float): a, method_5643, damage, func_70097_a
void (DamageSource): a, method_7516, func_94095_a
void (DamageSource): a, method_7516, dropItems, func_94095_a
boolean (): aG, method_5863, func_70067_L
boolean (): aH, method_5863, collides, func_70067_L
Direction (): bI, method_5755, func_184172_bi
Direction (): bJ, method_5755, getMovementDirection, func_184172_bi
void (): h, method_5773, func_70071_h_
void (): h, method_5773, tick, func_70071_h_
double (): f, method_7504, func_174898_m
double (): f, method_7504, method_7504, func_174898_m
void (int, int, int, boolean): a, method_7506, func_96095_a
void (int, int, int, boolean): a, method_7506, onActivatorRail, func_96095_a
void (): i, method_7512, func_180459_n
void (): i, method_7512, method_7512, func_180459_n
void (BlockPos, BlockState): b, method_7513, func_180460_a
void (BlockPos, BlockState): b, method_7513, method_7513, func_180460_a
boolean (BlockPos): a, method_18803, func_213900_a
boolean (BlockPos): a, method_18803, method_18803, func_213900_a
void (): k, method_7525, func_94101_h
void (): k, method_7525, method_7525, func_94101_h
Vec3d (double, double, double): l, method_7508, func_70489_a
Vec3d (double, double, double): l, method_7508, method_7508, func_70489_a
void (CompoundNBT): a, method_5749, func_70037_a
void (CompoundTag): a, method_5749, readCustomDataFromTag, func_70037_a
void (CompoundNBT): b, method_5652, func_213281_b
void (CompoundTag): b, method_5652, writeCustomDataToTag, func_213281_b
void (Entity): i, method_5697, func_70108_f
void (Entity): i, method_5697, pushAwayFrom, func_70108_f
void (float): a, method_7520, func_70492_c
void (float): a, method_7520, setDamageWobbleStrength, func_70492_c
float (): l, method_7521, func_70491_i
float (): l, method_7521, getDamageWobbleStrength, func_70491_i
void (int): c, method_7509, func_70497_h
void (int): c, method_7509, setDamageWobbleTicks, func_70497_h
int (): m, method_7507, func_70496_j
int (): m, method_7507, getDamageWobbleTicks, func_70496_j
void (int): d, method_7524, func_70494_i
void (int): d, method_7524, setDamageWobbleSide, func_70494_i
int (): n, method_7522, func_70493_k
int (): n, method_7522, getDamageWobbleSide, func_70493_k
AbstractMinecartEntity$Type (): o, method_7518, func_184264_v
AbstractMinecartEntity$Type (): o, method_7518, getMinecartType, func_184264_v
BlockState (): p, method_7519, func_174897_t
BlockState (): p, method_7519, getContainedBlock, func_174897_t
BlockState (): q, method_7517, func_180457_u
BlockState (): q, method_7517, getDefaultContainedBlock, func_180457_u
int (): r, method_7514, func_94099_q
int (): r, method_7514, getBlockOffset, func_94099_q
int (): s, method_7526, func_94085_r
int (): s, method_7526, getDefaultBlockOffset, func_94085_r
void (BlockState): b, method_7527, func_174899_a
void (BlockState): b, method_7527, setCustomBlock, func_174899_a
void (int): k, method_7515, func_94086_l
void (int): l, method_7515, setCustomBlockOffset, func_94086_l
boolean (): u, method_7510, func_94100_s
boolean (): u, method_7510, hasCustomBlock, func_94100_s
void (boolean): a, method_7511, func_94096_e
void (boolean): a, method_7511, setCustomBlockPresent, func_94096_e
IPacket<?> (): N, method_18002, func_213297_N
Packet<?> (): N, method_18002, createSpawnPacket, func_213297_N
void (): aX, method_5879, func_70057_ab
void (): aY, method_5879, animateDamage, func_70057_ab
Vec3d (double, double, double, double): a, method_7505, func_70495_a
Vec3d (double, double, double, double): a, method_7505, method_7505, func_70495_a
AxisAlignedBB (): bL, method_5830, func_184177_bl
Box (): bM, method_5830, getVisibilityBoundingBox, func_184177_bl
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 (double, double, double): h, method_5750, func_70016_h
void (double, double, double): h, method_5750, setVelocityClient, func_70016_h
1.14.2
Names
Fields
Constructors
Methods
Vec3d (double, double, double): k, method_7508, func_70489_a
Vec3d (double, double, double): l, method_7508, func_70489_a
1.14.1
Names
axl
axm
Fields
Constructors
Methods
1.14
Names
axl
net.minecraft.class_1688
net.minecraft.entity.item.minecart.AbstractMinecartEntity
Fields
DataParameter<Integer>: b, field_7663, field_184265_a
DataParameter<Integer>: c, field_7668, field_184266_b
DataParameter<Float>: d, field_7667, field_184267_c
DataParameter<Integer>: e, field_7671, field_184268_d
DataParameter<Integer>: f, field_7661, field_184269_e
DataParameter<Boolean>: g, field_7670, field_184270_f
boolean: ar, field_7660, field_70499_f
int[][][]: as, field_7664, field_70500_g
int: at, field_7669, field_70510_h
double: au, field_7665, field_70511_i
double: av, field_7666, field_70509_j
double: aw, field_7662, field_70514_an
double: ax, field_7659, field_70512_ao
double: ay, field_7657, field_70513_ap
double: az, field_7658, field_70508_aq
double: aA, field_7655, field_70507_ar
double: aB, field_7656, field_70506_as
Constructors
(EntityType<?>, World)
(EntityType<?>, World, double, double, double)
Methods
AbstractMinecartEntity (World, double, double, double, AbstractMinecartEntity$Type): a, method_7523, func_184263_a
boolean (): ao, method_5658, func_70041_e_
void (): u_, method_5693, func_70088_a
AxisAlignedBB (Entity): j, method_5708, func_70114_g
boolean (): aH, method_5810, func_70104_M
double (): aO, method_5621, func_70042_X
boolean (DamageSource, float): a, method_5643, func_70097_a
void (DamageSource): a, method_7516, func_94095_a
boolean (): aG, method_5863, func_70067_L
Direction (): bI, method_5755, func_184172_bi
void (): h, method_5773, func_70071_h_
double (): f, method_7504, func_174898_m
void (int, int, int, boolean): a, method_7506, func_96095_a
void (): i, method_7512, func_180459_n
void (BlockPos, BlockState): b, method_7513, func_180460_a
boolean (BlockPos): a, method_18803, func_213900_a
void (): k, method_7525, func_94101_h
Vec3d (double, double, double): k, method_7508, func_70489_a
void (CompoundNBT): a, method_5749, func_70037_a
void (CompoundNBT): b, method_5652, func_213281_b
void (Entity): i, method_5697, func_70108_f
void (float): a, method_7520, func_70492_c
float (): l, method_7521, func_70491_i
void (int): c, method_7509, func_70497_h
int (): m, method_7507, func_70496_j
void (int): d, method_7524, func_70494_i
int (): n, method_7522, func_70493_k
AbstractMinecartEntity$Type (): o, method_7518, func_184264_v
BlockState (): p, method_7519, func_174897_t
BlockState (): q, method_7517, func_180457_u
int (): r, method_7514, func_94099_q
int (): s, method_7526, func_94085_r
void (BlockState): b, method_7527, func_174899_a
void (int): k, method_7515, func_94086_l
boolean (): u, method_7510, func_94100_s
void (boolean): a, method_7511, func_94096_e
IPacket<?> (): N, method_18002, func_213297_N
void (): aX, method_5879, func_70057_ab
Vec3d (double, double, double, double): a, method_7505, func_70495_a
AxisAlignedBB (): bL, method_5830, func_184177_bl
void (double, double, double, float, float, int, boolean): a, method_5759, func_180426_a
void (double, double, double): h, method_5750, func_70016_h