Package net.minecraft.entity.passive
Class CopperGolemEntity
java.lang.Object
net.minecraft.entity.Entity
net.minecraft.entity.LivingEntity
net.minecraft.entity.mob.MobEntity
net.minecraft.entity.mob.PathAwareEntity
net.minecraft.entity.passive.GolemEntity
net.minecraft.entity.passive.CopperGolemEntity
- All Implemented Interfaces:
ComponentsAccess,Attackable,ContainerUser,DataTracked,EquipmentHolder,Leashable,Shearable,Targeter,StackReferenceGetter,ScoreHolder,HeldItemContext,Nameable,DebugTrackable,EntityLike,UniquelyIdentifiable,ServerWaypoint,Waypoint
- Mappings:
Namespace Name named net/minecraft/entity/passive/CopperGolemEntityintermediary net/minecraft/class_11573official cvj
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.LivingEntity
LivingEntity.FallSoundsNested classes/interfaces inherited from class net.minecraft.entity.Entity
Entity.MoveEffect, Entity.PositionUpdater, Entity.RemovalReasonNested classes/interfaces inherited from interface net.minecraft.world.debug.DebugTrackable
DebugTrackable.DebugDataSupplier<T>, DebugTrackable.TrackerNested classes/interfaces inherited from interface net.minecraft.util.HeldItemContext
HeldItemContext.OffsetNested classes/interfaces inherited from interface net.minecraft.entity.Leashable
Leashable.Elasticity, Leashable.LeashDataNested classes/interfaces inherited from interface net.minecraft.world.waypoint.ServerWaypoint
ServerWaypoint.AzimuthWaypointTracker, ServerWaypoint.ChebyshevDistanceValidatedTracker, ServerWaypoint.ChunkWaypointTracker, ServerWaypoint.ManhattanDistanceValidatedTracker, ServerWaypoint.PositionalWaypointTracker, ServerWaypoint.WaypointTrackerNested classes/interfaces inherited from interface net.minecraft.world.waypoint.Waypoint
Waypoint.Config -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final TrackedData<CopperGolemState> private final AnimationStateprivate final AnimationStateprivate static final longprivate static final longprivate static final intprivate static final floatprivate static final intprivate static final intprivate static final intprivate static final floatprivate static final intprivate static final intprivate final AnimationStateprivate final AnimationStateprivate UUIDprivate longprivate static final TrackedData<Oxidizable.OxidationLevel> static final EquipmentSlotprivate final AnimationStateprivate intprivate BlockPosFields inherited from class net.minecraft.entity.mob.PathAwareEntity
DEFAULT_PATHFINDING_FAVORFields inherited from class net.minecraft.entity.mob.MobEntity
ambientSoundChance, ARMOR_UPGRADE_CHANCE, ARMOR_UPGRADE_ROLLS, BASE_ENCHANTED_ARMOR_CHANCE, BASE_ENCHANTED_MAIN_HAND_EQUIPMENT_CHANCE, BASE_SPAWN_EQUIPMENT_CHANCE, CAN_PICK_UP_LOOT_KEY, DEFAULT_CAN_PICKUP_LOOT_CHANCE, DROP_CHANCES_KEY, experiencePoints, field_35039, goalSelector, jumpControl, LEFT_HANDED_KEY, lookControl, MINIMUM_DROPPED_EXPERIENCE_PER_EQUIPMENT, moveControl, navigation, NO_AI_KEY, RANDOM_SPAWN_BONUS_MODIFIER_ID, targetSelectorFields inherited from class net.minecraft.entity.LivingEntity
activeItemStack, attackingPlayer, ATTRIBUTES_KEY, BABY_SCALE_FACTOR, bodyYaw, brain, BRAIN_KEY, dead, DEATH_TICKS, DEATH_TIME_KEY, deathTime, despawnCounter, elytraFlightController, equipment, EQUIPMENT_KEY, EQUIPMENT_SLOT_ID, FALL_FLYING_KEY, field_30072, field_30074, field_30075, field_44874, field_47756, field_48827, field_55952, field_56256, field_63293, field_63294, forwardSpeed, glidingTicks, GRAVITY, handSwinging, handSwingProgress, handSwingTicks, headTrackingIncrements, headYaw, HEALTH_KEY, HURT_BY_TIMESTAMP_KEY, HURT_TIME_KEY, hurtTime, interpolator, itemUseTimeLeft, jumping, lastBodyYaw, lastDamageTaken, lastHandSwingProgress, lastHeadYaw, limbAnimator, LIVING_FLAGS, maxHurtTime, NOT_WEARING_GAZE_DISGUISE_PREDICATE, OFF_HAND_ACTIVE_FLAG, piercingCooldowns, playerHitTimer, preferredHand, riptideAttackDamage, riptideStack, riptideTicks, serverHeadYaw, sidewaysSpeed, SLEEPING_DIMENSIONS, SLEEPING_POS_KEY, stuckArrowTimer, stuckStingerTimer, ticksSinceHandEquipping, ticksSinceLastAttack, upwardSpeed, USING_ITEM_FLAG, USING_RIPTIDE_FLAGFields inherited from class net.minecraft.entity.Entity
age, AIR_KEY, collidedSoftly, CUSTOM_DATA_KEY, CUSTOM_NAME_KEY, dataTracker, DEFAULT_FRICTION, DEFAULT_MIN_FREEZE_DAMAGE_TICKS, DEFAULT_PORTAL_COOLDOWN, distanceTraveled, FALL_DISTANCE_KEY, fallDistance, field_44870, field_44871, field_44872, field_49073, field_49791, field_64356, FIRE_KEY, firstUpdate, FLAGS, fluidHeight, FREEZING_DAMAGE_INTERVAL, GLIDING_FLAG_INDEX, GLOWING_FLAG_INDEX, GLOWING_KEY, groundCollision, horizontalCollision, ID_KEY, inPowderSnow, intersectionChecked, INVULNERABLE_KEY, lastPitch, lastRenderX, lastRenderY, lastRenderZ, lastX, lastY, lastYaw, lastZ, MAX_COMMAND_TAGS, MAX_QUEUED_COLLISION_CHECKS, MAX_RIDING_COOLDOWN, MIN_RISING_BUBBLE_COLUMN_SPEED, MOTION_KEY, movementMultiplier, NO_GRAVITY_KEY, noClip, ON_FIRE_FLAG_INDEX, ON_GROUND_KEY, PASSENGERS_KEY, PORTAL_COOLDOWN_KEY, portalManager, POS_KEY, POSE, random, ridingCooldown, ROTATION_KEY, SILENT_KEY, speed, submergedInWater, supportingBlockPos, timeUntilRegen, touchingWater, uuid, UUID_KEY, uuidString, velocityModified, verticalCollision, wasInPowderSnowFields inherited from interface net.minecraft.entity.Leashable
DEFAULT_ELASTIC_DISTANCE, DEFAULT_SNAPPING_DISTANCE, ELASTICITY_MULTIPLIER, field_59997, field_59998, field_59999, field_60003, HELD_ENTITY_ATTACHMENT_POINT, LEASH_HOLDER_ATTACHMENT_POINT, LEASH_NBT_KEY, QUAD_LEASH_ATTACHMENT_POINTSFields inherited from interface net.minecraft.scoreboard.ScoreHolder
WILDCARD, WILDCARD_NAMEFields inherited from interface net.minecraft.world.waypoint.ServerWaypoint
AZIMUTH_THRESHOLDFields inherited from interface net.minecraft.world.waypoint.Waypoint
DEFAULT_PLAYER_RANGE, DISABLE_TRACKING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyDamage(ServerWorld world, DamageSource source, float amount) private booleancanTurnIntoStatue(World world) private voidprotected Brain.Profile<CopperGolemEntity> protected Brain<?> deserializeBrain(com.mojang.serialization.Dynamic<?> dynamic) protected voiddropInventory(ServerWorld world) getBrain()doubleprotected SoundEventprotected SoundEventgetHurtSound(DamageSource source) private SoundEventgetState()protected voidinitDataTracker(DataTracker.Builder builder) Initializes data tracker.@Nullable EntityDatainitialize(ServerWorldAccess world, LocalDifficulty difficulty, SpawnReason spawnReason, @Nullable EntityData entityData) interactMob(PlayerEntity player, Hand hand) booleanbooleanisViewingContainerAt(ViewerCountManager viewerCountManager, BlockPos pos) protected voidmobTick(ServerWorld world) voidonSpawn(Oxidizable.OxidationLevel oxidationLevel) voidonStruckByLightning(ServerWorld world, LightningEntity lightning) Called when the entity is struck by lightning.voidprivate voidprotected voidplayStepSound(BlockPos pos, BlockState state) voidreadCustomData(ReadView view) voidprivate voidserverTick(ServerWorld world, Random random, long timeOfDay) voidsetOxidationLevel(Oxidizable.OxidationLevel oxidationLevel) voidsetState(CopperGolemState state) voidvoidsheared(ServerWorld world, SoundCategory shearedSoundCategory, ItemStack shears) voidtick()Ticks this entity.private voidturnIntoStatue(ServerWorld world) voidwriteCustomData(WriteView view) Methods inherited from class net.minecraft.entity.passive.GolemEntity
canImmediatelyDespawn, getAmbientSound, getMinAmbientSoundDelayMethods inherited from class net.minecraft.entity.mob.PathAwareEntity
beforeLeashTick, canSpawn, getFollowLeashSpeed, getPathfindingFavor, getPathfindingFavor, isNavigating, isPanicking, onShortLeashTick, shouldFollowLeashMethods inherited from class net.minecraft.entity.mob.MobEntity
baseTick, canActVoluntarily, canBeLeashed, canDispenserEquipSlot, canGather, canMobSpawn, cannotDespawn, canPickupItem, canPickUpLoot, canRemoveSaddle, canSpawn, canTarget, canUseRangedWeapon, checkDespawn, clampHeadYaw, clearGoals, clearGoalsAndTasks, clearPositionTarget, convertTo, convertTo, createBodyControl, createEquipmentInventory, createMobAttributes, createNavigation, dropAllForeignEquipment, dropEquipment, dropForeignEquipment, dropLoot, eat, enchantEquipment, enchantMainHandItem, equipBodyArmor, equipLootStack, getAttackBox, getBodyArmor, getControllingPassenger, getDaylightProtectionSlot, getEquipmentDropChances, getEquipmentForSlot, getExperienceToDrop, getItemPickUpRangeExpander, getJumpControl, getLeashData, getLimitPerChunk, getLookControl, getLootTableKey, getLootTableSeed, getMainArm, getMaxHeadRotation, getMaxLookPitchChange, getMaxLookYawChange, getMoveControl, getNavigation, getPathfindingPenalty, getPickBlockStack, getPositionTarget, getPositionTargetRange, getPreferredWeapons, getSafeFallDistance, getTarget, getTargetInBrain, getVisibilityCache, handleStatus, hasPositionTarget, hasSaddleEquipped, initEquipment, initGoals, interact, isAiDisabled, isAttacking, isInAttackRange, isInPositionTargetRange, isInPositionTargetRange, isInPositionTargetRange, isLeftHanded, isPersistent, isWearingBodyArmor, lookAtEntity, loot, method_76091, movesIndependently, onEatingGrass, onFinishPathfinding, onLeashRemoved, onPlayerSpawnedChild, onStartPathfinding, playAmbientSound, playHurtSound, playSpawnEffects, prefersNewDamageableItem, prefersNewEquipment, registerTracking, removeFromDimension, setAiDisabled, setAttacking, setBaby, setCanPickUpLoot, setDropGuaranteed, setEquipmentDropChance, setEquipmentFromTable, setEquipmentFromTable, setForwardSpeed, setLeashData, setLeftHanded, setMovementSpeed, setPathfindingPenalty, setPersistent, setPositionTarget, setSidewaysSpeed, setTarget, setUpwardSpeed, snapLongLeash, spawnsTooManyForEachTry, startRiding, stopMovement, swimUpward, tickMovement, tickNewAi, tryAttack, tryEquip, turnHead, updateAttribute, updateEnchantments, updateGoalControlsMethods inherited from class net.minecraft.entity.LivingEntity
addDeathParticles, addPowderSnowSlowIfNeeded, addStatusEffect, addStatusEffect, animateDamage, applyArmorToDamage, applyFluidMovingSpeed, applyMovementEffects, areItemsDifferent, attackLivingEntity, becomeAngry, beforePacketsSent, beforePlayerAttack, canBreatheInWater, canEquip, canEquipFromDispenser, canFreeze, canGlide, canGlideWith, canHaveStatusEffect, canHit, canSee, canSee, canTakeDamage, canTarget, canUsePortals, canUseSlot, canWalkOnFluid, clampScale, clearActiveItem, clearPotionSwirls, clearSleepingPosition, clearStatusEffects, computeFallDamage, consumeItem, containsOnlyAmbientEffects, createEquipment, createLivingAttributes, createTracker, damage, damageArmor, damageEquipment, damageHelmet, disableExperienceDropping, drop, dropExperience, dropItem, dropLoot, endCombat, enterCombat, equipStack, fall, forEachBrushedItem, forEachGeneratedItem, forEachGiftedItem, forEachShearedItem, generateLoot, getAbsorptionAmount, getActiveHand, getActiveItem, getActiveStatusEffects, getArmor, getArmorVisibility, getAttackDistanceScalingFactor, getAttacker, getAttacking, getAttackingPlayer, getAttackKnockbackAgainst, getAttributeBaseValue, getAttributeInstance, getAttributes, getAttributeValue, getBaseDimensions, getBaseWaterMovementSpeedMultiplier, getBlockingItem, getBodyYaw, getBoundingBox, getClimbingPos, getControlledMovementInput, getDamageBlockedAmount, getDamageTiltYaw, getDamageTracker, getDespawnCounter, getDimensions, getEffectFadeFactor, getEffectiveGravity, getEntity, getEquippedStack, getEquipSound, getExperienceToDrop, getFallSounds, getGlidingTicks, getGravity, getHandSwingProgress, getHeadYaw, getHealth, getHitbox, getInterpolator, getItemUseTime, getItemUseTime, getItemUseTimeLeft, getJumpBoostVelocityModifier, getJumpVelocity, getJumpVelocity, getLastAttackedTime, getLastAttacker, getLastAttackTime, getLeaningPitch, getLocationBasedEnchantmentEffects, getLuck, getMainHandStack, getMaxAbsorption, getMaxHealth, getMaxRelativeHeadRotation, getMovementSpeed, getNextAirOnLand, getNextAirUnderwater, getOffGroundSpeed, getOffHandStack, getPassengerRidingPos, getPlayerHitTimer, getPoses, getPreferredEquipmentSlot, getPrimeAdversary, getProjectileType, getRecentDamageSource, getSaddledSpeed, getSafeFallDistance, getScale, getScaleFactor, getSleepingDirection, getSleepingPosition, getSoundPitch, getSoundVolume, getStackInArm, getStackInHand, getStackReference, getStatusEffect, getStatusEffects, getStepHeight, getStingerCount, getStuckArrowCount, getTimeSinceLastKineticAttack, getVelocityMultiplier, getWaypointConfig, getWeaponDisableBlockingForSeconds, getWeaponStack, getYaw, giveOrDropStack, handleFallDamage, hasInvertedHealingAndHarm, hasLandedInFluid, hasNoDrag, hasStackEquipped, hasStatusEffect, hasWaypoint, heal, hurtByWater, isAffectedBySplashPotions, isAlive, isArmorSlot, isBaby, isBlocking, isClimbing, isDead, isEntityLookingAtMe, isExperienceDroppingDisabled, isGliding, isGlowing, isHolding, isHolding, isHoldingOntoLadder, isImmobile, isInCreativeMode, isInPiercingCooldown, isInsideWall, isInSwimmingPose, isInvulnerableTo, isJumping, isMobOrPlayer, isPartOfGame, isPushable, isSleeping, isTravellingInFluid, isUsingItem, isUsingRiptide, jump, kill, knockback, knockbackTarget, knockDownwards, lerpHeadYaw, lerpYaw, lookAt, markEffectsDirty, method_76444, modifyAppliedDamage, onAttacking, onDamaged, onDeath, onEquipStack, onKilledBy, onRemoval, onRemove, onSpawnPacket, onStatusEffectApplied, onStatusEffectsRemoved, onStatusEffectUpgraded, onTrackedDataSet, pierce, playAttackSound, playBlockFallSound, playSound, positionInPortal, positionInPortal, pushAway, pushAwayFrom, remove, removePowderSnowSlow, removeStatusEffect, removeStatusEffectInternal, sendEffectToControllingPlayer, sendEquipmentBreakStatus, sendPickup, setAbsorptionAmount, setAbsorptionAmountUnclamped, setAttacker, setAttacking, setAttacking, setAttackingPlayer, setBodyYaw, setCurrentHand, setDespawnCounter, setHeadYaw, setHealth, setJumping, setLivingFlag, setNearbySongPlaying, setNoDrag, setOnFireForTicks, setSleepingPosition, setSprinting, setStackInHand, setStatusEffect, setStingerCount, setStuckArrowCount, shouldAlwaysDropExperience, shouldDropExperience, shouldDropLoot, shouldDrown, shouldRenderName, shouldSwimInFluids, sleep, spawnItemParticles, startPiercingCooldown, stopGliding, stopRiding, stopUsingItem, swingHand, swingHand, takeKnockback, takeShieldHit, teleport, tickControlled, tickCramming, tickGliding, tickHandSwing, tickInVoid, tickItemStackUsage, tickMovementInput, tickRiding, tickRiptide, tickStatusEffects, tiltScreen, travel, travelFlying, travelFlying, travelInWater, triggerItemPickedUpByEntityCriteria, updateLimbs, updateLimbs, updatePostDeath, updatePotionVisibility, updateTrackedHeadRotation, useAttackEnchantmentEffects, wakeUp, wouldNotSuffocateInPoseMethods inherited from class net.minecraft.entity.Entity
addAirTravelEffects, addCommandTag, addFlapEffects, addPassenger, addPortalChunkTicketAt, addVelocity, addVelocity, addVelocityInternal, adjustMovementForCollisions, adjustMovementForPiston, adjustMovementForSneaking, applyBubbleColumnEffects, applyBubbleColumnSurfaceEffects, applyGravity, applyMirror, applyRotation, attemptTickInVoid, bypassesLandingEffects, bypassesSteppingEffects, calcDistanceFromBottomCollision, calculateBoundingBox, calculateDefaultBoundingBox, calculateDimensions, calculateNextStepSoundDistance, canAddPassenger, canAvoidTraps, canBeHitByProjectile, canBeSpectated, canExplosionDestroyBlock, canModifyAt, canMoveVoluntarily, canSprintAsVehicle, canStartRiding, canTeleportBetween, castComponentValue, changeLookDirection, clearQueuedCollisionChecks, clientDamage, collides, collidesWith, collidesWithFluid, collidesWithStateAtPos, copyComponentFrom, copyComponentsFrom, copyComponentsFrom, copyFrom, copyPositionAndRotation, couldAcceptPassenger, createSpawnPacket, defrost, detach, detachAllHeldLeashes, discard, dismountVehicle, distanceTo, doesNotCollide, doesRenderOnFire, dropItem, dropStack, dropStack, dropStack, emitGameEvent, emitGameEvent, equals, extinguish, extinguishWithSound, findCollisions, get, getAir, getAttachments, getBlockPos, getBlockStateAtPos, getBlockX, getBlockY, getBlockZ, getBodyX, getBodyY, getBodyZ, getBoundingBox, getBrightnessAtEyes, getBurningDuration, getCameraPosVec, getChunkPos, getClientCameraPosVec, getCommandSource, getCommandTags, getControllingVehicle, getCustomName, getDamageSources, getDataTracker, getDefaultName, getDefaultPortalCooldown, getDisplayName, getEffectiveExplosionResistance, getEntityPos, getEntityWorld, getErrorReporterContext, getEyeHeight, getEyePos, getEyeY, getFacing, getFinalGravity, getFireTicks, getFirstPassenger, getFlag, getFluidHeight, getFreezingScale, getFrozenTicks, getHandPosOffset, getHeadRotationVector, getHeight, getHeldQuadLeashOffsets, getHighSpeedSplashSound, getHorizontalFacing, getHoverEvent, getId, getJumpVelocityMultiplier, getLandingBlockState, getLandingPos, getLastRenderPos, getLeashPos, getLerpedPitch, getLerpedPos, getLerpedYaw, getMaxAir, getMinFreezeDamageTicks, getMoveEffect, getMovement, getMovementDirection, getName, getNameForScoreboard, getOppositeRotationVector, getOppositeRotationVector, getParticleX, getParticleZ, getPassengerAttachmentPos, getPassengerAttachmentPos, getPassengerDismountOffset, getPassengerList, getPassengersDeep, getPistonBehavior, getPitch, getPitch, getPlayerPassengers, getPortalCooldown, getPose, getPosWithYOffset, getProjectileDeflection, getRandom, getRandomBodyY, getRegistryManager, getRemovalReason, getRenderDistanceMultiplier, getRootVehicle, getRotationClient, getRotationVec, getRotationVecClient, getRotationVector, getRotationVector, getSavedEntityId, getScoreboardTeam, getSoundCategory, getSplashSound, getStandingEyeHeight, getSteppingBlockState, getSteppingPos, getStepSoundPos, getSwimHeight, getSwimSound, getSyncedPos, getTargetingMargin, getTeamColorValue, getTrackedPosition, getType, getUuid, getUuidAsString, getVehicle, getVehicleAttachmentPos, getVelocity, getVelocityAffectingPos, getWidth, getWorldSpawnPos, getX, getY, getYaw, getZ, handleAttack, handleFall, handleFallDamageForPassengers, hasCollidedSoftly, hasControllingPassenger, hasCustomName, hashCode, hasNoGravity, hasPassenger, hasPassenger, hasPassengerDeep, hasPassengers, hasPlayerRider, hasPortalCooldown, hasQuadLeashAttachmentPoints, hasVehicle, igniteByLava, interactAt, isAlwaysInvulnerableTo, isAtCloudHeight, isAttackable, isCollidable, isConnectedThroughVehicle, isControlledByMainPlayer, isControlledByPlayer, isCrawling, isCustomNameVisible, isDescending, isFireImmune, isFlappingWings, isFlyingVehicle, isFrozen, isGlowingLocal, isImmuneToExplosion, isInFluid, isInLava, isInPose, isInRange, isInRange, isInSameTeam, isInSneakingPose, isInteractable, isInterpolating, isInvisible, isInvisibleTo, isInvulnerable, isLiving, isLogicalSideForUpdatingMovement, isOnFire, isOnGround, isOnRail, isPartlyTouchingWater, isPartOf, isPlayer, isPushedByFluids, isRegionUnloaded, isRemoved, isSilent, isSneaking, isSneaky, isSpectator, isSprinting, isSubmergedIn, isSubmergedInWater, isSupportedBy, isSwimming, isTeammate, isTeamPlayer, isTouchingWater, isTouchingWaterOrRain, lerpPosAndRotation, limitFallDistance, method_76333, method_76440, move, movementInputToVelocity, occludeVibrationSignals, onBlockCollision, onBubbleColumnCollision, onBubbleColumnSurfaceCollision, onDataTrackerUpdate, onExplodedBy, onHeldLeashUpdate, onKilledOther, onLanding, onPassengerLookAround, onPlayerCollision, onRemoved, onStartedTrackingBy, onStoppedTrackingBy, onSwimmingStart, playCombinationStepSounds, playExtinguishSound, playSecondaryStepSound, playSound, playSoundIfNotSilent, playSwimSound, playSwimSound, popQueuedCollisionCheck, populateCrashReport, pushOutOfBlocks, raycast, readData, recalculateDimensions, refreshPosition, refreshPositionAfterTeleport, refreshPositionAfterTeleport, refreshPositionAndAngles, refreshPositionAndAngles, refreshPositionAndAngles, reinitDimensions, removeAllPassengers, removeCommandTag, removePassenger, requestTeleport, requestTeleportAndDismount, requestTeleportOffset, resetPortalCooldown, resetPosition, rotate, saveData, saveSelfData, scheduleVelocityUpdate, serverDamage, setAir, setAlwaysSyncAbsolute, setAngles, setApplicableComponent, setBoundingBox, setChangeListener, setComponent, setCustomName, setCustomNameVisible, setFireTicks, setFlag, setFrozenTicks, setGlowing, setId, setInPowderSnow, setInvisible, setInvulnerable, setLastPositionAndAngles, setMovement, setMovement, setNoGravity, setOnFire, setOnFireFor, setOnFireFromLava, setOnGround, setPitch, setPortalCooldown, setPos, setPose, setPosition, setPosition, setPosition, setPosition, setRemoved, setRenderDistanceMultiplier, setRotation, setSilent, setSneaking, setSwimming, setUuid, setVelocity, setVelocity, setVelocityClient, setWorld, setYaw, shouldAlwaysSyncAbsolute, shouldControlVehicles, shouldDismountUnderwater, shouldEscapePowderSnow, shouldPlayBurnSoundInLava, shouldRender, shouldRender, shouldSave, shouldSetPositionOnLoad, shouldSpawnSprintingParticles, shouldTickBlockCollision, sidedDamage, slowMovement, snipAllHeldLeashes, spawnBubbleColumnParticles, spawnSprintingParticles, squaredDistanceTo, squaredDistanceTo, squaredDistanceTo, startRiding, streamPassengersAndSelf, streamSelfAndPassengers, teleport, teleportSpectatingPlayers, teleportTo, tickBlockCollision, tickBlockCollision, tickHeldLeash, tickPortalCooldown, tickPortalTeleportation, toString, tryUsePortal, unsetRemoved, updateEventHandler, updateKilledAdvancementCriterion, updateLastAngles, updateLastPosition, updateMovementInFluid, updatePassengerForDismount, updatePassengerPosition, updatePassengerPosition, updatePosition, updatePositionAndAngles, updateSupportingBlockPos, updateSwimming, updateTrackedAngles, updateTrackedPosition, updateTrackedPosition, updateTrackedPositionAndAngles, updateTrackedPositionAndAngles, updateVelocity, updateWaterState, writeDataMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.component.ComponentsAccess
getOrDefault, getTypedMethods inherited from interface net.minecraft.entity.ContainerUser
asLivingEntityMethods inherited from interface net.minecraft.entity.EquipmentHolder
equipStack, getEquippedStack, getSlotForStack, setEquipmentFromTable, setEquipmentFromTable, setEquipmentFromTableMethods inherited from interface net.minecraft.entity.Leashable
applyElasticity, attachLeash, canBeLeashedTo, canUseQuadLeashAttachmentPoint, detachLeash, detachLeashWithoutDrop, getDistanceToCenter, getElasticLeashDistance, getLeashHolder, getLeashOffset, getLeashSnappingDistance, getQuadLeashOffsets, isLeashed, mightBeLeashed, onLongLeashTick, readLeashData, setUnresolvedLeashHolderId, writeLeashDataMethods inherited from interface net.minecraft.util.Nameable
getStringifiedNameMethods inherited from interface net.minecraft.scoreboard.ScoreHolder
getStyledDisplayNameMethods inherited from interface net.minecraft.inventory.StackReferenceGetter
getStackReferences
-
Field Details
-
field_61257
private static final long field_61257- See Also:
- Mappings:
Namespace Name Mixin selector named field_61257Lnet/minecraft/entity/passive/CopperGolemEntity;field_61257:Jintermediary field_61257Lnet/minecraft/class_11573;field_61257:Jofficial bLcvj;b:J
-
field_61258
private static final long field_61258- See Also:
- Mappings:
Namespace Name Mixin selector named field_61258Lnet/minecraft/entity/passive/CopperGolemEntity;field_61258:Jintermediary field_61258Lnet/minecraft/class_11573;field_61258:Jofficial cLcvj;c:J
-
field_61259
private static final int field_61259- See Also:
- Mappings:
Namespace Name Mixin selector named field_61259Lnet/minecraft/entity/passive/CopperGolemEntity;field_61259:Iintermediary field_61259Lnet/minecraft/class_11573;field_61259:Iofficial dLcvj;d:I
-
field_61273
private static final int field_61273- See Also:
- Mappings:
Namespace Name Mixin selector named field_61273Lnet/minecraft/entity/passive/CopperGolemEntity;field_61273:Iintermediary field_61273Lnet/minecraft/class_11573;field_61273:Iofficial eLcvj;e:I
-
field_61274
private static final int field_61274- See Also:
- Mappings:
Namespace Name Mixin selector named field_61274Lnet/minecraft/entity/passive/CopperGolemEntity;field_61274:Iintermediary field_61274Lnet/minecraft/class_11573;field_61274:Iofficial fLcvj;f:I
-
field_61275
private static final int field_61275- See Also:
- Mappings:
Namespace Name Mixin selector named field_61275Lnet/minecraft/entity/passive/CopperGolemEntity;field_61275:Iintermediary field_61275Lnet/minecraft/class_11573;field_61275:Iofficial cvLcvj;cv:I
-
field_61260
private static final float field_61260- See Also:
- Mappings:
Namespace Name Mixin selector named field_61260Lnet/minecraft/entity/passive/CopperGolemEntity;field_61260:Fintermediary field_61260Lnet/minecraft/class_11573;field_61260:Fofficial cwLcvj;cw:F
-
field_63113
private static final float field_63113- See Also:
- Mappings:
Namespace Name Mixin selector named field_63113Lnet/minecraft/entity/passive/CopperGolemEntity;field_63113:Fintermediary field_63113Lnet/minecraft/class_11573;field_63113:Fofficial cxLcvj;cx:F
-
field_63114
private static final int field_63114- See Also:
- Mappings:
Namespace Name Mixin selector named field_63114Lnet/minecraft/entity/passive/CopperGolemEntity;field_63114:Iintermediary field_63114Lnet/minecraft/class_11573;field_63114:Iofficial cyLcvj;cy:I
-
field_63115
private static final int field_63115- See Also:
- Mappings:
Namespace Name Mixin selector named field_63115Lnet/minecraft/entity/passive/CopperGolemEntity;field_63115:Iintermediary field_63115Lnet/minecraft/class_11573;field_63115:Iofficial czLcvj;cz:I
-
OXIDATION_LEVEL
- Mappings:
Namespace Name Mixin selector named OXIDATION_LEVELLnet/minecraft/entity/passive/CopperGolemEntity;OXIDATION_LEVEL:Lnet/minecraft/entity/data/TrackedData;intermediary field_61261Lnet/minecraft/class_11573;field_61261:Lnet/minecraft/class_2940;official cALcvj;cA:Lalw;
-
COPPER_GOLEM_STATE
- Mappings:
Namespace Name Mixin selector named COPPER_GOLEM_STATELnet/minecraft/entity/passive/CopperGolemEntity;COPPER_GOLEM_STATE:Lnet/minecraft/entity/data/TrackedData;intermediary field_61262Lnet/minecraft/class_11573;field_61262:Lnet/minecraft/class_2940;official cBLcvj;cB:Lalw;
-
POPPY_SLOT
- Mappings:
Namespace Name Mixin selector named POPPY_SLOTLnet/minecraft/entity/passive/CopperGolemEntity;POPPY_SLOT:Lnet/minecraft/entity/EquipmentSlot;intermediary field_62430Lnet/minecraft/class_11573;field_62430:Lnet/minecraft/class_1304;official aLcvj;a:Lcgt;
-
targetContainer
- Mappings:
Namespace Name Mixin selector named targetContainerLnet/minecraft/entity/passive/CopperGolemEntity;targetContainer:Lnet/minecraft/util/math/BlockPos;intermediary field_61263Lnet/minecraft/class_11573;field_61263:Lnet/minecraft/class_2338;official cCLcvj;cC:Lis;
-
lastStruckLightning
- Mappings:
Namespace Name Mixin selector named lastStruckLightningLnet/minecraft/entity/passive/CopperGolemEntity;lastStruckLightning:Ljava/util/UUID;intermediary field_63016Lnet/minecraft/class_11573;field_63016:Ljava/util/UUID;official cDLcvj;cD:Ljava/util/UUID;
-
nextOxidationAge
private long nextOxidationAge- Mappings:
Namespace Name Mixin selector named nextOxidationAgeLnet/minecraft/entity/passive/CopperGolemEntity;nextOxidationAge:Jintermediary field_61264Lnet/minecraft/class_11573;field_61264:Jofficial cELcvj;cE:J
-
spinHeadTimer
private int spinHeadTimer- Mappings:
Namespace Name Mixin selector named spinHeadTimerLnet/minecraft/entity/passive/CopperGolemEntity;spinHeadTimer:Iintermediary field_61265Lnet/minecraft/class_11573;field_61265:Iofficial cFLcvj;cF:I
-
spinHeadAnimationState
- Mappings:
Namespace Name Mixin selector named spinHeadAnimationStateLnet/minecraft/entity/passive/CopperGolemEntity;spinHeadAnimationState:Lnet/minecraft/entity/AnimationState;intermediary field_61268Lnet/minecraft/class_11573;field_61268:Lnet/minecraft/class_7094;official cGLcvj;cG:Lcfx;
-
gettingItemAnimationState
- Mappings:
Namespace Name Mixin selector named gettingItemAnimationStateLnet/minecraft/entity/passive/CopperGolemEntity;gettingItemAnimationState:Lnet/minecraft/entity/AnimationState;intermediary field_61269Lnet/minecraft/class_11573;field_61269:Lnet/minecraft/class_7094;official cHLcvj;cH:Lcfx;
-
gettingNoItemAnimationState
- Mappings:
Namespace Name Mixin selector named gettingNoItemAnimationStateLnet/minecraft/entity/passive/CopperGolemEntity;gettingNoItemAnimationState:Lnet/minecraft/entity/AnimationState;intermediary field_61270Lnet/minecraft/class_11573;field_61270:Lnet/minecraft/class_7094;official cILcvj;cI:Lcfx;
-
droppingItemAnimationState
- Mappings:
Namespace Name Mixin selector named droppingItemAnimationStateLnet/minecraft/entity/passive/CopperGolemEntity;droppingItemAnimationState:Lnet/minecraft/entity/AnimationState;intermediary field_61271Lnet/minecraft/class_11573;field_61271:Lnet/minecraft/class_7094;official cJLcvj;cJ:Lcfx;
-
droppingNoItemAnimationState
- Mappings:
Namespace Name Mixin selector named droppingNoItemAnimationStateLnet/minecraft/entity/passive/CopperGolemEntity;droppingNoItemAnimationState:Lnet/minecraft/entity/AnimationState;intermediary field_61272Lnet/minecraft/class_11573;field_61272:Lnet/minecraft/class_7094;official cKLcvj;cK:Lcfx;
-
-
Constructor Details
-
CopperGolemEntity
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/entity/Entity;<init>(Lnet/minecraft/entity/EntityType;Lnet/minecraft/world/World;)Vintermediary <init>Lnet/minecraft/class_1297;<init>(Lnet/minecraft/class_1299;Lnet/minecraft/class_1937;)Vofficial <init>Lcgi;<init>(Lcgs;Ldvg;)V
-
-
Method Details
-
createCopperGolemAttributes
- Mappings:
Namespace Name Mixin selector named createCopperGolemAttributesLnet/minecraft/entity/passive/CopperGolemEntity;createCopperGolemAttributes()Lnet/minecraft/entity/attribute/DefaultAttributeContainer$Builder;intermediary method_72475Lnet/minecraft/class_11573;method_72475()Lnet/minecraft/class_5132$class_5133;official kLcvj;k()Lciq$a;
-
getState
- Mappings:
Namespace Name Mixin selector named getStateLnet/minecraft/entity/passive/CopperGolemEntity;getState()Lnet/minecraft/entity/passive/CopperGolemState;intermediary method_72476Lnet/minecraft/class_11573;method_72476()Lnet/minecraft/class_11577;official mLcvj;m()Lcvn;
-
setState
- Mappings:
Namespace Name Mixin selector named setStateLnet/minecraft/entity/passive/CopperGolemEntity;setState(Lnet/minecraft/entity/passive/CopperGolemState;)Vintermediary method_72458Lnet/minecraft/class_11573;method_72458(Lnet/minecraft/class_11577;)Vofficial aLcvj;a(Lcvn;)V
-
getOxidationLevel
- Mappings:
Namespace Name Mixin selector named getOxidationLevelLnet/minecraft/entity/passive/CopperGolemEntity;getOxidationLevel()Lnet/minecraft/block/Oxidizable$OxidationLevel;intermediary method_72477Lnet/minecraft/class_11573;method_72477()Lnet/minecraft/class_5955$class_5811;official nLcvj;n()Leii$a;
-
setOxidationLevel
- Mappings:
Namespace Name Mixin selector named setOxidationLevelLnet/minecraft/entity/passive/CopperGolemEntity;setOxidationLevel(Lnet/minecraft/block/Oxidizable$OxidationLevel;)Vintermediary method_72461Lnet/minecraft/class_11573;method_72461(Lnet/minecraft/class_5955$class_5811;)Vofficial aLcvj;a(Leii$a;)V
-
setTargetContainerPos
- Mappings:
Namespace Name Mixin selector named setTargetContainerPosLnet/minecraft/entity/passive/CopperGolemEntity;setTargetContainerPos(Lnet/minecraft/util/math/BlockPos;)Vintermediary method_72474Lnet/minecraft/class_11573;method_72474(Lnet/minecraft/class_2338;)Vofficial hLcvj;h(Lis;)V
-
resetTargetContainerPos
public void resetTargetContainerPos()- Mappings:
Namespace Name Mixin selector named resetTargetContainerPosLnet/minecraft/entity/passive/CopperGolemEntity;resetTargetContainerPos()Vintermediary method_72478Lnet/minecraft/class_11573;method_72478()Vofficial sLcvj;s()V
-
getSpinHeadAnimationState
- Mappings:
Namespace Name Mixin selector named getSpinHeadAnimationStateLnet/minecraft/entity/passive/CopperGolemEntity;getSpinHeadAnimationState()Lnet/minecraft/entity/AnimationState;intermediary method_72463Lnet/minecraft/class_11573;method_72463()Lnet/minecraft/class_7094;official gQLcvj;gQ()Lcfx;
-
getGettingItemAnimationState
- Mappings:
Namespace Name Mixin selector named getGettingItemAnimationStateLnet/minecraft/entity/passive/CopperGolemEntity;getGettingItemAnimationState()Lnet/minecraft/entity/AnimationState;intermediary method_72466Lnet/minecraft/class_11573;method_72466()Lnet/minecraft/class_7094;official gRLcvj;gR()Lcfx;
-
getGettingNoItemAnimationState
- Mappings:
Namespace Name Mixin selector named getGettingNoItemAnimationStateLnet/minecraft/entity/passive/CopperGolemEntity;getGettingNoItemAnimationState()Lnet/minecraft/entity/AnimationState;intermediary method_72467Lnet/minecraft/class_11573;method_72467()Lnet/minecraft/class_7094;official gSLcvj;gS()Lcfx;
-
getDroppingItemAnimationState
- Mappings:
Namespace Name Mixin selector named getDroppingItemAnimationStateLnet/minecraft/entity/passive/CopperGolemEntity;getDroppingItemAnimationState()Lnet/minecraft/entity/AnimationState;intermediary method_72468Lnet/minecraft/class_11573;method_72468()Lnet/minecraft/class_7094;official gTLcvj;gT()Lcfx;
-
getDroppingNoItemAnimationState
- Mappings:
Namespace Name Mixin selector named getDroppingNoItemAnimationStateLnet/minecraft/entity/passive/CopperGolemEntity;getDroppingNoItemAnimationState()Lnet/minecraft/entity/AnimationState;intermediary method_72469Lnet/minecraft/class_11573;method_72469()Lnet/minecraft/class_7094;official gULcvj;gU()Lcfx;
-
createBrainProfile
- Overrides:
createBrainProfilein classLivingEntity- Mappings:
Namespace Name Mixin selector named createBrainProfileLnet/minecraft/entity/LivingEntity;createBrainProfile()Lnet/minecraft/entity/ai/brain/Brain$Profile;intermediary method_28306Lnet/minecraft/class_1309;method_28306()Lnet/minecraft/class_4095$class_5303;official evLchk;ev()Lcil$b;
-
deserializeBrain
- Overrides:
deserializeBrainin classLivingEntity- Mappings:
Namespace Name Mixin selector named deserializeBrainLnet/minecraft/entity/LivingEntity;deserializeBrain(Lcom/mojang/serialization/Dynamic;)Lnet/minecraft/entity/ai/brain/Brain;intermediary method_18867Lnet/minecraft/class_1309;method_18867(Lcom/mojang/serialization/Dynamic;)Lnet/minecraft/class_4095;official aLchk;a(Lcom/mojang/serialization/Dynamic;)Lcil;
-
getBrain
- Overrides:
getBrainin classLivingEntity- Mappings:
Namespace Name Mixin selector named getBrainLnet/minecraft/entity/LivingEntity;getBrain()Lnet/minecraft/entity/ai/brain/Brain;intermediary method_18868Lnet/minecraft/class_1309;method_18868()Lnet/minecraft/class_4095;official euLchk;eu()Lcil;
-
initDataTracker
Initializes data tracker.- Overrides:
initDataTrackerin classMobEntity- API Note:
- Subclasses should override this and add to the builder any data that needs to be tracked.
- Mappings:
Namespace Name Mixin selector named initDataTrackerLnet/minecraft/entity/Entity;initDataTracker(Lnet/minecraft/entity/data/DataTracker$Builder;)Vintermediary method_5693Lnet/minecraft/class_1297;method_5693(Lnet/minecraft/class_2945$class_9222;)Vofficial aLcgi;a(Lama$a;)V
-
writeCustomData
- Overrides:
writeCustomDatain classMobEntity- Mappings:
Namespace Name Mixin selector named writeCustomDataLnet/minecraft/entity/Entity;writeCustomData(Lnet/minecraft/storage/WriteView;)Vintermediary method_5652Lnet/minecraft/class_1297;method_5652(Lnet/minecraft/class_11372;)Vofficial aLcgi;a(Lfmk;)V
-
readCustomData
- Overrides:
readCustomDatain classMobEntity- Mappings:
Namespace Name Mixin selector named readCustomDataLnet/minecraft/entity/Entity;readCustomData(Lnet/minecraft/storage/ReadView;)Vintermediary method_5749Lnet/minecraft/class_1297;method_5749(Lnet/minecraft/class_11368;)Vofficial aLcgi;a(Lfmi;)V
-
mobTick
-
tick
public void tick()Ticks this entity.- Overrides:
tickin classMobEntity- See Also:
- API Note:
- This can be overridden to add additional logics.
super.tick();should be called in those cases. - Implementation Note:
- By default, this delegates all logics to
MobEntity.baseTick(). - Mappings:
Namespace Name Mixin selector named tickLnet/minecraft/entity/Entity;tick()Vintermediary method_5773Lnet/minecraft/class_1297;method_5773()Vofficial gLcgi;g()V
-
interactMob
- Overrides:
interactMobin classMobEntity- Mappings:
Namespace Name Mixin selector named interactMobLnet/minecraft/entity/mob/MobEntity;interactMob(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/ActionResult;intermediary method_5992Lnet/minecraft/class_1308;method_5992(Lnet/minecraft/class_1657;Lnet/minecraft/class_1268;)Lnet/minecraft/class_1269;official bLchm;b(Ldcm;Lccz;)Lcda;
-
serverTick
- Mappings:
Namespace Name Mixin selector named serverTickLnet/minecraft/entity/passive/CopperGolemEntity;serverTick(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/random/Random;J)Vintermediary method_72457Lnet/minecraft/class_11573;method_72457(Lnet/minecraft/class_3218;Lnet/minecraft/class_5819;J)Vofficial aLcvj;a(Laxf;Lbgq;J)V
-
canTurnIntoStatue
- Mappings:
Namespace Name Mixin selector named canTurnIntoStatueLnet/minecraft/entity/passive/CopperGolemEntity;canTurnIntoStatue(Lnet/minecraft/world/World;)Zintermediary method_72462Lnet/minecraft/class_11573;method_72462(Lnet/minecraft/class_1937;)Zofficial cLcvj;c(Ldvg;)Z
-
turnIntoStatue
- Mappings:
Namespace Name Mixin selector named turnIntoStatueLnet/minecraft/entity/passive/CopperGolemEntity;turnIntoStatue(Lnet/minecraft/server/world/ServerWorld;)Vintermediary method_72473Lnet/minecraft/class_11573;method_72473(Lnet/minecraft/class_3218;)Vofficial hLcvj;h(Laxf;)V
-
clientTick
private void clientTick()- Mappings:
Namespace Name Mixin selector named clientTickLnet/minecraft/entity/passive/CopperGolemEntity;clientTick()Vintermediary method_72470Lnet/minecraft/class_11573;method_72470()Vofficial gWLcvj;gW()V
-
onSpawn
- Mappings:
Namespace Name Mixin selector named onSpawnLnet/minecraft/entity/passive/CopperGolemEntity;onSpawn(Lnet/minecraft/block/Oxidizable$OxidationLevel;)Vintermediary method_72460Lnet/minecraft/class_11573;method_72460(Lnet/minecraft/class_5955$class_5811;)Vofficial bLcvj;b(Leii$a;)V
-
initialize
public @Nullable EntityData initialize(ServerWorldAccess world, LocalDifficulty difficulty, SpawnReason spawnReason, @Nullable EntityData entityData) - Overrides:
initializein classMobEntity- Mappings:
Namespace Name Mixin selector named initializeLnet/minecraft/entity/mob/MobEntity;initialize(Lnet/minecraft/world/ServerWorldAccess;Lnet/minecraft/world/LocalDifficulty;Lnet/minecraft/entity/SpawnReason;Lnet/minecraft/entity/EntityData;)Lnet/minecraft/entity/EntityData;intermediary method_5943Lnet/minecraft/class_1308;method_5943(Lnet/minecraft/class_5425;Lnet/minecraft/class_1266;Lnet/minecraft/class_3730;Lnet/minecraft/class_1315;)Lnet/minecraft/class_1315;official aLchm;a(Ldvx;Lccy;Lcgr;Lcid;)Lcid;
-
playSpawnSound
public void playSpawnSound()- Mappings:
Namespace Name Mixin selector named playSpawnSoundLnet/minecraft/entity/passive/CopperGolemEntity;playSpawnSound()Vintermediary method_72459Lnet/minecraft/class_11573;method_72459()Vofficial gVLcvj;gV()V
-
playSpinHeadSound
private void playSpinHeadSound()- Mappings:
Namespace Name Mixin selector named playSpinHeadSoundLnet/minecraft/entity/passive/CopperGolemEntity;playSpinHeadSound()Vintermediary method_72471Lnet/minecraft/class_11573;method_72471()Vofficial gXLcvj;gX()V
-
getHurtSound
- Overrides:
getHurtSoundin classGolemEntity- Mappings:
Namespace Name Mixin selector named getHurtSoundLnet/minecraft/entity/LivingEntity;getHurtSound(Lnet/minecraft/entity/damage/DamageSource;)Lnet/minecraft/sound/SoundEvent;intermediary method_6011Lnet/minecraft/class_1309;method_6011(Lnet/minecraft/class_1282;)Lnet/minecraft/class_3414;official eLchk;e(Lcev;)Lbcy;
-
getDeathSound
- Overrides:
getDeathSoundin classGolemEntity- Mappings:
Namespace Name Mixin selector named getDeathSoundLnet/minecraft/entity/LivingEntity;getDeathSound()Lnet/minecraft/sound/SoundEvent;intermediary method_6002Lnet/minecraft/class_1309;method_6002()Lnet/minecraft/class_3414;official e_Lchk;e_()Lbcy;
-
playStepSound
- Overrides:
playStepSoundin classEntity- Mappings:
Namespace Name Mixin selector named playStepSoundLnet/minecraft/entity/Entity;playStepSound(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Vintermediary method_5712Lnet/minecraft/class_1297;method_5712(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Vofficial bLcgi;b(Lis;Lemz;)V
-
getSpinHeadSound
- Mappings:
Namespace Name Mixin selector named getSpinHeadSoundLnet/minecraft/entity/passive/CopperGolemEntity;getSpinHeadSound()Lnet/minecraft/sound/SoundEvent;intermediary method_72472Lnet/minecraft/class_11573;method_72472()Lnet/minecraft/class_3414;official gYLcvj;gY()Lbcy;
-
getLeashOffset
- Specified by:
getLeashOffsetin interfaceLeashable- Mappings:
Namespace Name Mixin selector named getLeashOffsetLnet/minecraft/entity/Leashable;getLeashOffset()Lnet/minecraft/util/math/Vec3d;intermediary method_29919Lnet/minecraft/class_9817;method_29919()Lnet/minecraft/class_243;official FLchi;F()Lfse;
-
isViewingContainerAt
- Specified by:
isViewingContainerAtin interfaceContainerUser- Mappings:
Namespace Name Mixin selector named isViewingContainerAtLnet/minecraft/entity/ContainerUser;isViewingContainerAt(Lnet/minecraft/block/entity/ViewerCountManager;Lnet/minecraft/util/math/BlockPos;)Zintermediary method_72380Lnet/minecraft/class_11565;method_72380(Lnet/minecraft/class_5561;Lnet/minecraft/class_2338;)Zofficial aLcgb;a(Lekh;Lis;)Z
-
getContainerInteractionRange
public double getContainerInteractionRange()- Specified by:
getContainerInteractionRangein interfaceContainerUser- Mappings:
Namespace Name Mixin selector named getContainerInteractionRangeLnet/minecraft/entity/ContainerUser;getContainerInteractionRange()Dintermediary method_72381Lnet/minecraft/class_11565;method_72381()Dofficial arLcgb;ar()D
-
sheared
- Specified by:
shearedin interfaceShearable- Mappings:
Namespace Name Mixin selector named shearedLnet/minecraft/entity/Shearable;sheared(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/sound/SoundCategory;Lnet/minecraft/item/ItemStack;)Vintermediary method_6636Lnet/minecraft/class_5147;method_6636(Lnet/minecraft/class_3218;Lnet/minecraft/class_3419;Lnet/minecraft/class_1799;)Vofficial aLcia;a(Laxf;Lbda;Ldkm;)V
-
isShearable
public boolean isShearable()- Specified by:
isShearablein interfaceShearable- Mappings:
Namespace Name Mixin selector named isShearableLnet/minecraft/entity/Shearable;isShearable()Zintermediary method_27072Lnet/minecraft/class_5147;method_27072()Zofficial aLcia;a()Z
-
dropInventory
- Overrides:
dropInventoryin classLivingEntity- Mappings:
Namespace Name Mixin selector named dropInventoryLnet/minecraft/entity/LivingEntity;dropInventory(Lnet/minecraft/server/world/ServerWorld;)Vintermediary method_16078Lnet/minecraft/class_1309;method_16078(Lnet/minecraft/class_3218;)Vofficial gLchk;g(Laxf;)V
-
applyDamage
- Overrides:
applyDamagein classLivingEntity- Mappings:
Namespace Name Mixin selector named applyDamageLnet/minecraft/entity/LivingEntity;applyDamage(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/damage/DamageSource;F)Vintermediary method_6074Lnet/minecraft/class_1309;method_6074(Lnet/minecraft/class_3218;Lnet/minecraft/class_1282;F)Vofficial cLchk;c(Laxf;Lcev;F)V
-
onStruckByLightning
Called when the entity is struck by lightning. This sets the entity on fire and deals lightning damage by default; entities that do not take such damage should override this method to do nothing.- Overrides:
onStruckByLightningin classEntity- Mappings:
Namespace Name Mixin selector named onStruckByLightningLnet/minecraft/entity/Entity;onStruckByLightning(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/LightningEntity;)Vintermediary method_5800Lnet/minecraft/class_1297;method_5800(Lnet/minecraft/class_3218;Lnet/minecraft/class_1538;)Vofficial aLcgi;a(Laxf;Lchj;)V
-