Package net.minecraft.entity.mob
Class EvokerFangsEntity
java.lang.Object
net.minecraft.entity.Entity
net.minecraft.entity.mob.EvokerFangsEntity
- All Implemented Interfaces:
CommandSource
- Mappings:
Namespace Name official abdintermediary net/minecraft/class_3052named net/minecraft/entity/mob/EvokerFangsEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate LivingEntityprivate UUIDprivate booleanprivate booleanprivate intprivate intFields inherited from class net.minecraft.entity.Entity
changingDimension, chunkX, chunkY, chunkZ, colliding, dataTracker, dimension, distanceTraveled, fallDistance, field_3223, firstUpdate, FLAGS, height, horizontalCollision, horizontalSpeed, ignoreCameraFrustum, inanimate, inLava, isFireImmune, isGlowing, lastPortalBlockPos, lastPortalVec3d, netherPortalCooldown, netherPortalTime, noClip, onGround, pitch, playerUuid, prevHorizontalSpeed, prevPitch, prevTickX, prevTickY, prevTickZ, prevX, prevY, prevYaw, prevZ, pushSpeedReduction, random, removed, ridingCooldown, stepHeight, teleportDirection, teleporting, ticksAlive, touchingWater, tracedX, tracedY, tracedZ, updateNeeded, uuidString, velocityDirty, velocityModified, velocityX, velocityY, velocityZ, verticalCollision, width, world, x, y, yaw, z -
Constructor Summary
ConstructorsConstructorDescriptionEvokerFangsEntity(World world) EvokerFangsEntity(World world, double x, double y, double z, float yaw, int warmup, LivingEntity owner) -
Method Summary
Modifier and TypeMethodDescriptionprivate voiddamage(LivingEntity target) floatgetAnimationProgress(float tickDelta) getOwner()voidhandleStatus(byte status) protected voidprotected voidvoidsetOwner(LivingEntity owner) voidtick()protected voidMethods inherited from class net.minecraft.entity.Entity
addPassenger, addScoreboardTag, addVelocity, afterSpawn, animateDamage, applyMirror, applyRotation, attemptSprintingParticles, baseTick, burn, canAddPassenger, canAvoidTraps, canClimb, canExplosionDestroyBlock, canFly, canStartRiding, canUseCommand, canUsePortals, changeDimension, checkBlockCollision, collides, copyPosition, damage, dealDamage, destroy, distanceTo, distanceTo, doesNotCollide, doesRenderOnFire, dropItem, dropItem, dropItem, entityDataRequiresOperator, equals, equip, equipStack, extinguish, fall, fromNbt, getAir, getArmorItems, getBlastResistance, getBlockPos, getBoundingBox, getBox, getBrightnessAtEyes, getBurningDuration, getCameraPosVec, getCommandStats, getCustomName, getDataTracker, getDefaultNetherPortalCooldown, getEntity, getEntityId, getEntityName, getEyeHeight, getFlag, getHardCollisionBox, getHeadRotation, getHeightOffset, getHorizontalDirection, getHoverEvent, getItemsEquipped, getItemsHand, getLastNetherPortalDirection, getLastNetherPortalDirectionVector, getLightmapCoordinates, getMaxNetherPortalTime, getMinecraftServer, getMountedHeightOffset, getMovementDirection, getParts, getPassengerList, getPassengersDeep, getPassengersDeep, getPistonBehavior, getPos, getPrimaryPassenger, getRenderDistanceMultiplier, getRootVehicle, getRotation, getRotationClient, getRotationVecClient, getRotationVector, getRotationVector, getSafeFallDistance, getSavedEntityId, getScoreboardTags, getScoreboardTeam, getSoundCategory, getTargetingMargin, getTranslatedName, getUuid, getVehicle, getVisibilityBoundingBox, getWorld, handleAttack, handleFallDamage, hasCustomName, hashCode, hasMount, hasNoGravity, hasPassenger, hasPassengerDeep, hasPassengers, increaseTransforms, interact, interactAt, isAlive, isAttackable, isConnectedThroughVehicle, isCustomNameVisible, isFireImmune, isGlowing, isImmuneToExplosion, isInsideWall, isInvisible, isInvisibleTo, isInvulnerable, isInvulnerableTo, isOnFire, isOutsideWorldborder, isPartOf, isPushable, isSilent, isSneaking, isSpectatedBy, isSprinting, isSubmergedIn, isTeammate, isTeamPlayer, isTouchingLava, isTouchingWater, kill, method_10965, method_12984, method_12985, method_12991, method_13003, method_13932, method_6344, move, onKilledOther, onLightningStrike, onPassengerLookAround, onPlayerCollision, onStartedTrackingBy, onStoppedTrackingBy, onSwimmingStart, onTrackedDataSet, playSound, playStepSound, populateCrashReport, pushAwayFrom, pushOutOfBlocks, rayTrace, refreshPositionAfterTeleport, refreshPositionAndAngles, refreshPositionAndAngles, remove, removeAllPassengers, removePassenger, removeScoreboardTag, ride, saveSelfToNbt, saveToNbt, scheduleVelocityUpdate, sendCommandFeedback, sendMessage, setAir, setBoundingBox, setBounds, setCustomName, setCustomNameVisible, setEntityId, setFlag, setGlowing, setHeadYaw, setInLava, setInNetherPortal, setInvisible, setInvulnerable, setNoGravity, setOnFireFor, setOnFireFromLava, setOutsideWorldborder, setRenderDistanceMultiplier, setRotation, setSilent, setSneaking, setSprinting, setStat, setUuid, setVelocityClient, setWorld, setYaw, shouldRender, shouldRender, shouldRenderName, shouldSetPositionOnLoad, spawnSprintingParticles, squaredDistanceTo, squaredDistanceTo, squaredDistanceTo, squaredDistanceToCenter, startRiding, stopRiding, teleportRequested, tickFire, tickNetherPortalCooldown, tickRiding, toListNbt, toListNbt, toNbt, toString, updateKilledAdvancementCriterion, updatePassengerPosition, updatePosition, updatePositionAndAngles, updateSubmergedInWaterState, updateTrackedPositionAndAngles, updateVelocity, updateWaterState
-
Field Details
-
warmup
private int warmup- Mappings:
Namespace Name Mixin selector official aLabd;a:Iintermediary field_15086Lnet/minecraft/class_3052;field_15086:Inamed warmupLnet/minecraft/entity/mob/EvokerFangsEntity;warmup:I
-
startedAttack
private boolean startedAttack- Mappings:
Namespace Name Mixin selector official bLabd;b:Zintermediary field_15087Lnet/minecraft/class_3052;field_15087:Znamed startedAttackLnet/minecraft/entity/mob/EvokerFangsEntity;startedAttack:Z
-
ticksLeft
private int ticksLeft- Mappings:
Namespace Name Mixin selector official cLabd;c:Iintermediary field_15088Lnet/minecraft/class_3052;field_15088:Inamed ticksLeftLnet/minecraft/entity/mob/EvokerFangsEntity;ticksLeft:I
-
playingAnimation
private boolean playingAnimation- Mappings:
Namespace Name Mixin selector official dLabd;d:Zintermediary field_15089Lnet/minecraft/class_3052;field_15089:Znamed playingAnimationLnet/minecraft/entity/mob/EvokerFangsEntity;playingAnimation:Z
-
owner
- Mappings:
Namespace Name Mixin selector official eLabd;e:Lsw;intermediary field_15090Lnet/minecraft/class_3052;field_15090:Lnet/minecraft/class_1699;named ownerLnet/minecraft/entity/mob/EvokerFangsEntity;owner:Lnet/minecraft/entity/LivingEntity;
-
ownerUuid
- Mappings:
Namespace Name Mixin selector official fLabd;f:Ljava/util/UUID;intermediary field_15091Lnet/minecraft/class_3052;field_15091:Ljava/util/UUID;named ownerUuidLnet/minecraft/entity/mob/EvokerFangsEntity;ownerUuid:Ljava/util/UUID;
-
-
Constructor Details
-
EvokerFangsEntity
- Mappings:
Namespace Name Mixin selector official <init>Lsn;<init>(Lajs;)Vintermediary <init>Lnet/minecraft/class_864;<init>(Lnet/minecraft/class_1150;)Vnamed <init>Lnet/minecraft/entity/Entity;<init>(Lnet/minecraft/world/World;)V
-
EvokerFangsEntity
public EvokerFangsEntity(World world, double x, double y, double z, float yaw, int warmup, LivingEntity owner) - Mappings:
Namespace Name Mixin selector official <init>Labd;<init>(Lajs;DDDFILsw;)Vintermediary <init>Lnet/minecraft/class_3052;<init>(Lnet/minecraft/class_1150;DDDFILnet/minecraft/class_1699;)Vnamed <init>Lnet/minecraft/entity/mob/EvokerFangsEntity;<init>(Lnet/minecraft/world/World;DDDFILnet/minecraft/entity/LivingEntity;)V
-
-
Method Details
-
initDataTracker
protected void initDataTracker()- Specified by:
initDataTrackerin classEntity- Mappings:
Namespace Name Mixin selector official iLsn;i()Vintermediary method_2484Lnet/minecraft/class_864;method_2484()Vnamed initDataTrackerLnet/minecraft/entity/Entity;initDataTracker()V
-
setOwner
- Mappings:
Namespace Name Mixin selector official aLabd;a(Lsw;)Vintermediary method_13622Lnet/minecraft/class_3052;method_13622(Lnet/minecraft/class_1699;)Vnamed setOwnerLnet/minecraft/entity/mob/EvokerFangsEntity;setOwner(Lnet/minecraft/entity/LivingEntity;)V
-
getOwner
- Mappings:
Namespace Name Mixin selector official jLabd;j()Lsw;intermediary method_13624Lnet/minecraft/class_3052;method_13624()Lnet/minecraft/class_1699;named getOwnerLnet/minecraft/entity/mob/EvokerFangsEntity;getOwner()Lnet/minecraft/entity/LivingEntity;
-
readCustomDataFromNbt
- Specified by:
readCustomDataFromNbtin classEntity- Mappings:
Namespace Name Mixin selector official aLsn;a(Ldu;)Vintermediary method_2498Lnet/minecraft/class_864;method_2498(Lnet/minecraft/class_322;)Vnamed readCustomDataFromNbtLnet/minecraft/entity/Entity;readCustomDataFromNbt(Lnet/minecraft/nbt/NbtCompound;)V
-
writeCustomDataToNbt
- Specified by:
writeCustomDataToNbtin classEntity- Mappings:
Namespace Name Mixin selector official bLsn;b(Ldu;)Vintermediary method_2528Lnet/minecraft/class_864;method_2528(Lnet/minecraft/class_322;)Vnamed writeCustomDataToNbtLnet/minecraft/entity/Entity;writeCustomDataToNbt(Lnet/minecraft/nbt/NbtCompound;)V
-
tick
public void tick() -
damage
- Mappings:
Namespace Name Mixin selector official cLabd;c(Lsw;)Vintermediary method_13623Lnet/minecraft/class_3052;method_13623(Lnet/minecraft/class_1699;)Vnamed damageLnet/minecraft/entity/mob/EvokerFangsEntity;damage(Lnet/minecraft/entity/LivingEntity;)V
-
handleStatus
- Overrides:
handleStatusin classEntity- Mappings:
Namespace Name Mixin selector official aLsn;a(B)Vintermediary method_2485Lnet/minecraft/class_864;method_2485(B)Vnamed handleStatusLnet/minecraft/entity/Entity;handleStatus(B)V
-
getAnimationProgress
- Mappings:
Namespace Name Mixin selector official aLabd;a(F)Fintermediary method_13621Lnet/minecraft/class_3052;method_13621(F)Fnamed getAnimationProgressLnet/minecraft/entity/mob/EvokerFangsEntity;getAnimationProgress(F)F
-