Package net.minecraft.entity.projectile
Class FishingBobberEntity
java.lang.Object
net.minecraft.entity.Entity
net.minecraft.entity.projectile.FishingBobberEntity
- All Implemented Interfaces:
CommandSource
- Mappings:
Namespace Name official urintermediary net/minecraft/class_993named net/minecraft/entity/projectile/FishingBobberEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate doubleprivate doubleprivate doubleprivate doubleprivate doubleprivate doubleprivate doubleprivate doubleprivate intprivate floatprivate static final List<WeightedRandomFishingLoot>private intprivate intprivate Blockprivate booleanprivate static final List<WeightedRandomFishingLoot>private intprivate intprivate intprivate intintprivate static final List<WeightedRandomFishingLoot>private intFields inherited from class net.minecraft.entity.Entity
changingDimension, chunkX, chunkY, chunkZ, colliding, dataTracker, dimension, distanceTraveled, fallDistance, field_3223, fireResistance, firstUpdate, height, horizontalCollision, horizontalSpeed, ignoreCameraFrustum, inanimate, inLava, isFireImmune, lastPortalBlockPos, lastPortalVec3d, netherPortalCooldown, netherPortalTime, noClip, onGround, pitch, playerUuid, prevHorizontalSpeed, prevPitch, prevTickX, prevTickY, prevTickZ, prevX, prevY, prevYaw, prevZ, pushSpeedReduction, random, removed, renderDistanceMultiplier, rider, stepHeight, teleportDirection, teleporting, ticksAlive, touchingWater, trackedX, trackedY, trackedZ, updateNeeded, vehicle, velocityDirty, velocityModified, velocityX, velocityY, velocityZ, verticalCollision, width, world, x, y, yaw, z -
Constructor Summary
ConstructorsConstructorDescriptionFishingBobberEntity(World world) FishingBobberEntity(World world, double x, double y, double z, PlayerEntity player) FishingBobberEntity(World world, PlayerEntity player) -
Method Summary
Modifier and TypeMethodDescriptionstatic List<WeightedRandomFishingLoot>private ItemStackprotected voidvoidmethod_3230(double double2, double double3, double double4, float float2, float float3) voidvoidremove()intretract()voidsetVelocityClient(double x, double y, double z) booleanshouldRender(double distance) voidtick()voidupdateTrackedPositionAndAngles(double x, double y, double z, float yaw, float pitch, int interpolationSteps, boolean interpolate) voidMethods inherited from class net.minecraft.entity.Entity
addVelocity, afterSpawn, animateDamage, attemptSprintingParticles, baseTick, burn, canAvoidTraps, canClimb, canExplosionDestroyBlock, canFly, canUseCommand, checkBlockCollision, collides, copyPortalInfo, copyPosition, damage, dealDamage, destroy, distanceTo, distanceTo, doesNotCollide, doesRenderOnFire, dropItem, dropItem, dropItem, equals, equip, extinguish, fall, fromClientNbt, fromNbt, getAir, getArmorStacks, getBlastResistance, getBlockPos, getBoundingBox, getBox, getBrightnessAtEyes, getCameraPosVec, getCommandStats, getCustomName, getDataTracker, getDefaultNetherPortalCooldown, getEntity, getEntityId, getEyeHeight, getFlag, getHardCollisionBox, getHeadRotation, getHeightOffset, getHorizontalDirection, getHoverEvent, getLastNetherPortalDirection, getLastNetherPortalDirectionVector, getLightmapCoordinates, getMaxNetherPortalTime, getMountedHeightOffset, getParts, getPos, getRotation, getRotationVector, getRotationVector, getSafeFallDistance, getSavedEntityId, getSplashSound, getSwimSound, getTargetingMargin, getTranslationKey, getUuid, getWorld, handleAttack, handleFallDamage, handleStatus, hasCustomName, hashCode, hasVehicle, increaseTransforms, interactAt, isAlive, isAttackable, isCustomNameVisible, isFireImmune, isImmuneToExplosion, isInsideWall, isInvisible, isInvisibleTo, isInvulnerableTo, isOnFire, isOutsideWorldborder, isPartOf, isPushable, isSilent, isSneaking, isSpectatedBy, isSprinting, isSubmergedIn, isSwimming, isTouchingLava, isTouchingWater, kill, method_10948, method_10965, method_6097, method_6344, method_8364, move, onKilledOther, onLightningStrike, onPlayerCollision, onSwimmingStart, openInventory, playSound, playStepSound, populateCrashReport, pushAwayFrom, pushOutOfBlocks, rayTrace, refreshPositionAfterTeleport, refreshPositionAndAngles, refreshPositionAndAngles, saveSelfToNbt, saveToNbt, scheduleVelocityUpdate, sendCommandFeedback, sendMessage, setAir, setArmorSlot, setBoundingBox, setBounds, setCustomName, setCustomNameVisible, setEntityId, setFlag, setHeadYaw, setInLava, setInNetherPortal, setInvisible, setOnFireFor, setOnFireFromLava, setOutsideWorldborder, setRotation, setSilent, setSneaking, setSprinting, setStat, setSwimming, setWorld, setYaw, shouldRender, shouldRenderName, shouldSetPositionOnLoad, spawnSprintingParticles, squaredDistanceTo, squaredDistanceTo, squaredDistanceTo, squaredDistanceToCenter, startRiding, teleportToDimension, tickFire, tickRiding, toListNbt, toListNbt, toString, updateKilledAdvancementCriterion, updatePassengerPosition, updatePosition, updatePositionAndAngles, updateVelocity, updateWaterState, writePlayerData
-
Field Details
-
JUNK_LOOT
- Mappings:
Namespace Name Mixin selector official dLur;d:Ljava/util/List;intermediary field_9113Lnet/minecraft/class_993;field_9113:Ljava/util/List;named JUNK_LOOTLnet/minecraft/entity/projectile/FishingBobberEntity;JUNK_LOOT:Ljava/util/List;
-
TREASURE_LOOT
- Mappings:
Namespace Name Mixin selector official eLur;e:Ljava/util/List;intermediary field_9114Lnet/minecraft/class_993;field_9114:Ljava/util/List;named TREASURE_LOOTLnet/minecraft/entity/projectile/FishingBobberEntity;TREASURE_LOOT:Ljava/util/List;
-
FISHING_LOOT
- Mappings:
Namespace Name Mixin selector official fLur;f:Ljava/util/List;intermediary field_9115Lnet/minecraft/class_993;field_9115:Ljava/util/List;named FISHING_LOOTLnet/minecraft/entity/projectile/FishingBobberEntity;FISHING_LOOT:Ljava/util/List;
-
posX
private int posX- Mappings:
Namespace Name Mixin selector official gLur;g:Iintermediary field_4064Lnet/minecraft/class_993;field_4064:Inamed posXLnet/minecraft/entity/projectile/FishingBobberEntity;posX:I
-
posY
private int posY- Mappings:
Namespace Name Mixin selector official hLur;h:Iintermediary field_4065Lnet/minecraft/class_993;field_4065:Inamed posYLnet/minecraft/entity/projectile/FishingBobberEntity;posY:I
-
posZ
private int posZ- Mappings:
Namespace Name Mixin selector official iLur;i:Iintermediary field_4066Lnet/minecraft/class_993;field_4066:Inamed posZLnet/minecraft/entity/projectile/FishingBobberEntity;posZ:I
-
inBlock
- Mappings:
Namespace Name Mixin selector official arLur;ar:Lafh;intermediary field_9109Lnet/minecraft/class_993;field_9109:Lnet/minecraft/class_197;named inBlockLnet/minecraft/entity/projectile/FishingBobberEntity;inBlock:Lnet/minecraft/block/Block;
-
inGround
private boolean inGround- Mappings:
Namespace Name Mixin selector official asLur;as:Zintermediary field_4068Lnet/minecraft/class_993;field_4068:Znamed inGroundLnet/minecraft/entity/projectile/FishingBobberEntity;inGround:Z
-
shake
public int shake- Mappings:
Namespace Name Mixin selector official aLur;a:Iintermediary field_4051Lnet/minecraft/class_993;field_4051:Inamed shakeLnet/minecraft/entity/projectile/FishingBobberEntity;shake:I
-
thrower
- Mappings:
Namespace Name Mixin selector official bLur;b:Lwn;intermediary field_4062Lnet/minecraft/class_993;field_4062:Lnet/minecraft/class_988;named throwerLnet/minecraft/entity/projectile/FishingBobberEntity;thrower:Lnet/minecraft/entity/player/PlayerEntity;
-
removalTimer
private int removalTimer- Mappings:
Namespace Name Mixin selector official atLur;at:Iintermediary field_4069Lnet/minecraft/class_993;field_4069:Inamed removalTimerLnet/minecraft/entity/projectile/FishingBobberEntity;removalTimer:I
-
field_4070
private int field_4070- Mappings:
Namespace Name Mixin selector official auLur;au:Iintermediary field_4070Lnet/minecraft/class_993;field_4070:Inamed field_4070Lnet/minecraft/entity/projectile/FishingBobberEntity;field_4070:I
-
hookCountdown
private int hookCountdown- Mappings:
Namespace Name Mixin selector official avLur;av:Iintermediary field_9110Lnet/minecraft/class_993;field_9110:Inamed hookCountdownLnet/minecraft/entity/projectile/FishingBobberEntity;hookCountdown:I
-
waitCountdown
private int waitCountdown- Mappings:
Namespace Name Mixin selector official awLur;aw:Iintermediary field_9111Lnet/minecraft/class_993;field_9111:Inamed waitCountdownLnet/minecraft/entity/projectile/FishingBobberEntity;waitCountdown:I
-
fishTravelCountdown
private int fishTravelCountdown- Mappings:
Namespace Name Mixin selector official axLur;ax:Iintermediary field_9112Lnet/minecraft/class_993;field_9112:Inamed fishTravelCountdownLnet/minecraft/entity/projectile/FishingBobberEntity;fishTravelCountdown:I
-
fishAngle
private float fishAngle- Mappings:
Namespace Name Mixin selector official ayLur;ay:Fintermediary field_9108Lnet/minecraft/class_993;field_9108:Fnamed fishAngleLnet/minecraft/entity/projectile/FishingBobberEntity;fishAngle:F
-
caughtEntity
- Mappings:
Namespace Name Mixin selector official cLur;c:Lpk;intermediary field_4063Lnet/minecraft/class_993;field_4063:Lnet/minecraft/class_864;named caughtEntityLnet/minecraft/entity/projectile/FishingBobberEntity;caughtEntity:Lnet/minecraft/entity/Entity;
-
field_4053
private int field_4053- Mappings:
Namespace Name Mixin selector official azLur;az:Iintermediary field_4053Lnet/minecraft/class_993;field_4053:Inamed field_4053Lnet/minecraft/entity/projectile/FishingBobberEntity;field_4053:I
-
field_4054
private double field_4054- Mappings:
Namespace Name Mixin selector official aALur;aA:Dintermediary field_4054Lnet/minecraft/class_993;field_4054:Dnamed field_4054Lnet/minecraft/entity/projectile/FishingBobberEntity;field_4054:D
-
field_4055
private double field_4055- Mappings:
Namespace Name Mixin selector official aBLur;aB:Dintermediary field_4055Lnet/minecraft/class_993;field_4055:Dnamed field_4055Lnet/minecraft/entity/projectile/FishingBobberEntity;field_4055:D
-
field_4056
private double field_4056- Mappings:
Namespace Name Mixin selector official aCLur;aC:Dintermediary field_4056Lnet/minecraft/class_993;field_4056:Dnamed field_4056Lnet/minecraft/entity/projectile/FishingBobberEntity;field_4056:D
-
field_4057
private double field_4057- Mappings:
Namespace Name Mixin selector official aDLur;aD:Dintermediary field_4057Lnet/minecraft/class_993;field_4057:Dnamed field_4057Lnet/minecraft/entity/projectile/FishingBobberEntity;field_4057:D
-
field_4058
private double field_4058- Mappings:
Namespace Name Mixin selector official aELur;aE:Dintermediary field_4058Lnet/minecraft/class_993;field_4058:Dnamed field_4058Lnet/minecraft/entity/projectile/FishingBobberEntity;field_4058:D
-
field_4059
- Mappings:
Namespace Name Mixin selector official aFLur;aF:Dintermediary field_4059Lnet/minecraft/class_993;field_4059:Dnamed field_4059Lnet/minecraft/entity/projectile/FishingBobberEntity;field_4059:D
-
field_4060
- Mappings:
Namespace Name Mixin selector official aGLur;aG:Dintermediary field_4060Lnet/minecraft/class_993;field_4060:Dnamed field_4060Lnet/minecraft/entity/projectile/FishingBobberEntity;field_4060:D
-
field_4061
- Mappings:
Namespace Name Mixin selector official aHLur;aH:Dintermediary field_4061Lnet/minecraft/class_993;field_4061:Dnamed field_4061Lnet/minecraft/entity/projectile/FishingBobberEntity;field_4061:D
-
-
Constructor Details
-
FishingBobberEntity
- Mappings:
Namespace Name Mixin selector official <init>Lpk;<init>(Ladm;)Vintermediary <init>Lnet/minecraft/class_864;<init>(Lnet/minecraft/class_1150;)Vnamed <init>Lnet/minecraft/entity/Entity;<init>(Lnet/minecraft/world/World;)V
-
FishingBobberEntity
@Environment(CLIENT) public FishingBobberEntity(World world, double x, double y, double z, PlayerEntity player) - Mappings:
Namespace Name Mixin selector official <init>Lur;<init>(Ladm;DDDLwn;)Vintermediary <init>Lnet/minecraft/class_993;<init>(Lnet/minecraft/class_1150;DDDLnet/minecraft/class_988;)Vnamed <init>Lnet/minecraft/entity/projectile/FishingBobberEntity;<init>(Lnet/minecraft/world/World;DDDLnet/minecraft/entity/player/PlayerEntity;)V
-
FishingBobberEntity
- Mappings:
Namespace Name Mixin selector official <init>Lur;<init>(Ladm;Lwn;)Vintermediary <init>Lnet/minecraft/class_993;<init>(Lnet/minecraft/class_1150;Lnet/minecraft/class_988;)Vnamed <init>Lnet/minecraft/entity/projectile/FishingBobberEntity;<init>(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;)V
-
-
Method Details
-
getFishingLoot
- Mappings:
Namespace Name Mixin selector official jLur;j()Ljava/util/List;intermediary method_11155Lnet/minecraft/class_993;method_11155()Ljava/util/List;named getFishingLootLnet/minecraft/entity/projectile/FishingBobberEntity;getFishingLoot()Ljava/util/List;
-
initDataTracker
protected void initDataTracker()- Specified by:
initDataTrackerin classEntity- Mappings:
Namespace Name Mixin selector official hLpk;h()Vintermediary method_2484Lnet/minecraft/class_864;method_2484()Vnamed initDataTrackerLnet/minecraft/entity/Entity;initDataTracker()V
-
shouldRender
- Overrides:
shouldRenderin classEntity- Mappings:
Namespace Name Mixin selector official aLpk;a(D)Zintermediary method_2486Lnet/minecraft/class_864;method_2486(D)Znamed shouldRenderLnet/minecraft/entity/Entity;shouldRender(D)Z
-
method_3230
public void method_3230(double double2, double double3, double double4, float float2, float float3) - Mappings:
Namespace Name Mixin selector official cLur;c(DDDFF)Vintermediary method_3230Lnet/minecraft/class_993;method_3230(DDDFF)Vnamed method_3230Lnet/minecraft/entity/projectile/FishingBobberEntity;method_3230(DDDFF)V
-
updateTrackedPositionAndAngles
@Environment(CLIENT) public void updateTrackedPositionAndAngles(double x, double y, double z, float yaw, float pitch, int interpolationSteps, boolean interpolate) - Overrides:
updateTrackedPositionAndAnglesin classEntity- Mappings:
Namespace Name Mixin selector official aLpk;a(DDDFFIZ)Vintermediary method_2488Lnet/minecraft/class_864;method_2488(DDDFFIZ)Vnamed updateTrackedPositionAndAnglesLnet/minecraft/entity/Entity;updateTrackedPositionAndAngles(DDDFFIZ)V
-
setVelocityClient
- Overrides:
setVelocityClientin classEntity- Mappings:
Namespace Name Mixin selector official iLpk;i(DDD)Vintermediary method_2556Lnet/minecraft/class_864;method_2556(DDD)Vnamed setVelocityClientLnet/minecraft/entity/Entity;setVelocityClient(DDD)V
-
tick
public void tick() -
writeCustomDataToNbt
- Specified by:
writeCustomDataToNbtin classEntity- Mappings:
Namespace Name Mixin selector official bLpk;b(Ldn;)Vintermediary method_2528Lnet/minecraft/class_864;method_2528(Lnet/minecraft/class_322;)Vnamed writeCustomDataToNbtLnet/minecraft/entity/Entity;writeCustomDataToNbt(Lnet/minecraft/nbt/NbtCompound;)V
-
readCustomDataFromNbt
- Specified by:
readCustomDataFromNbtin classEntity- Mappings:
Namespace Name Mixin selector official aLpk;a(Ldn;)Vintermediary method_2498Lnet/minecraft/class_864;method_2498(Lnet/minecraft/class_322;)Vnamed readCustomDataFromNbtLnet/minecraft/entity/Entity;readCustomDataFromNbt(Lnet/minecraft/nbt/NbtCompound;)V
-
retract
public int retract()- Mappings:
Namespace Name Mixin selector official lLur;l()Iintermediary method_3231Lnet/minecraft/class_993;method_3231()Inamed retractLnet/minecraft/entity/projectile/FishingBobberEntity;retract()I
-
getResult
- Mappings:
Namespace Name Mixin selector official mLur;m()Lzx;intermediary method_8392Lnet/minecraft/class_993;method_8392()Lnet/minecraft/class_1071;named getResultLnet/minecraft/entity/projectile/FishingBobberEntity;getResult()Lnet/minecraft/item/ItemStack;
-
remove
public void remove()
-