Monster (entity): Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Undo revision 2749201 by Ormalawayo (talk) what is the point in that)
Tag: Undo
(Undo revision 2935325 by Ofelyndiaz (talk) the original message worked)
Tag: Undo
 
(4 intermediate revisions by 4 users not shown)
Line 3: Line 3:
{{Infobox entity
{{Infobox entity
| title = Monster
| title = Monster
| image = Steve.png
| image = Steve JE3 BE1.png
| behavior = Hostile
| behavior = Hostile
| health = {{hp|20}}
| health = {{hp|20}}
Line 40: Line 40:
|{{HistoryLine||December 7, 2009|link=https://www.youtube.com/watch?v=0I0VWO-xxMg|Notch shows footage of monsters with player models from Quake 3, in a test of MD3 rendering later used for [[mob entities]].}}
|{{HistoryLine||December 7, 2009|link=https://www.youtube.com/watch?v=0I0VWO-xxMg|Notch shows footage of monsters with player models from Quake 3, in a test of MD3 rendering later used for [[mob entities]].}}
|{{HistoryLine|java infdev}}
|{{HistoryLine|java infdev}}
|{{HistoryLine||20100316|Added monsters.}}
|{{HistoryLine||20100316|[[File:Steve JE3 BE1.png|x53px]]Added monsters.}}
|{{HistoryLine|java alpha}}
|{{HistoryLine|java alpha}}
|{{HistoryLine||v1.0.9|Before this version, the walking animation for the [[player]] and the monster was different; the player and the monster would swing their arms wildly to their sides while walking.<ref>Can be seen in the {{ytl|TcCv21AqvWw|Zombie Town}} by Notch, which features the mobs.</ref>}}
|{{HistoryLine||v1.0.9|Before this version, the walking animation for the [[player]] and the monster was different; the player and the monster would swing their arms wildly to their sides while walking.<ref>Can be seen in the {{ytl|TcCv21AqvWw|Zombie Town}} by Notch, which features the mobs.</ref>}}
Line 48: Line 48:
|{{HistoryLine|java}}
|{{HistoryLine|java}}
|{{HistoryLine||1.8|dev=14w06a|The remaining AI of monsters has been removed.}}
|{{HistoryLine||1.8|dev=14w06a|The remaining AI of monsters has been removed.}}
}}
|{{HistoryLine||1.11|dev=16w32a|The [[entity]] IDs <code>Monster</code>, as well as the corresponding network ID <code>49</code>, for monsters have been removed.}}

=== Data history ===
{{HistoryTable
|{{HistoryLine|java}}
|{{HistoryLine||1.11|dev=16w32a|The [[entity]] ID <code>Monster</code>, as well as the corresponding network ID <code>49</code>, for monsters have been removed.}}
}}
}}


Line 89: Line 94:
[[fr:Humain]]
[[fr:Humain]]
[[hu:Ember]]
[[hu:Ember]]
[[ja:人間]]
[[ja:Monster]]
[[ko:사람]]
[[ko:사람]]
[[nl:Mens]]
[[nl:Mens]]
Line 96: Line 101:
[[ru:Монстр (сущность)]]
[[ru:Монстр (сущность)]]
[[zh:人类]]
[[zh:人类]]
[[Category:Monster mobs]]

Latest revision as of 01:51, 11 April 2025

This article is about the removed hostile mob. For mobs that are mainly hostile to the player, see Monster. For the removed passive mob with an identical appearance, see Mob (entity). For the controllable character, see Player. For AI-driven game entities in general, see Mob.
BlockSprite rose.png: Sprite image for rose in Minecraft
This page describes content that exists only in outdated versions of Java Edition.
 
This feature was present in earlier versions of the game but has since been removed.
Monster
Steve JE3 BE1.png: Infobox image for Monster the entity in Minecraft
Health points

20HP♥ × 10

Behavior

Hostile

Mob type

Monster

Attack
strength

Easy: 1HP♥
Normal: 2HP♥
Hard: 3HP♥♥

The monster entity was an unused hostile mob that looks identical to the player with the default "Steve" skin.

Spawning[edit | edit source]

Monsters were only spawnable using mods and map editors, but otherwise was not available in vanilla Minecraft.

Drops[edit | edit source]

Monsters did not drop anything when they die.

Behavior[edit | edit source]

Monsters shared the same AI as zombies and would walk towards and attack the player, dealing the same damage to the player as the player does with their fist. Strangely, they did not use the punching animation that a normal player would use; they would only run into the player like a zombie would.

Data values[edit | edit source]

ID[edit | edit source]

NameSavegame IDNumeric ID [hide]Translation key
EntitySprite steve.png: Sprite image for steve in Minecraft MonsterMonster49entity.Monster.name

History[edit | edit source]

December 7, 2009Notch shows footage of monsters with player models from Quake 3, in a test of MD3 rendering later used for mob entities.
[hide]Java Edition Infdev
20100316Added monsters.
[hide]Java Edition Alpha
v1.0.9Before this version, the walking animation for the player and the monster was different; the player and the monster would swing their arms wildly to their sides while walking.[1]
[hide]Java Edition Beta
1.6.6The changelog for this update contains the message "Removed Herobrine". This was Notch "joking" when removing parts of the coding for the monster.
1.8Pre-releaseThe "Removed Herobrine" message has been mentioned again in the Beta 1.8 changelog, where the main code responsible for monster had been removed, resulting in the ability to hack the monster into the game with spawn commands or monster spawners no longer being available.
[hide]Java Edition
1.814w06aThe remaining AI of monsters has been removed.

Data history[edit | edit source]

[hide]Java Edition
1.1116w32aThe entity ID Monster, as well as the corresponding network ID 49, for monsters have been removed.

Trivia[edit | edit source]

  • Monsters, when spawned, may head to the left for half a second, before turning around to attack the player. Zombified piglins may also do this on occasion.[verify]
  • If a monster spawner with monster is placed in Java Edition Beta 1.8 or later, it appears blank and no monsters spawn.
  • Coding for monsters was still present until Java Edition 1.8. Only the monster model was removed in Beta 1.8.
  • Monsters use the old player model, so they are actually slightly taller than the player.
  • Despite being taller than the player, monsters looked up at the player when chasing them. This is because their actual hit-box and eye height were shorter than the player's hit-box and eye height.
  • Notch also used the name "monster" for the green moboids in his unfinished game: Legend of the Chambered.

Gallery[edit | edit source]

Screenshots[edit | edit source]

See also[edit | edit source]

  • Character - mobs (in general) or mobs that have names given to them.
  • Villager – mob-like mobs that move around their village.
  • Player – the Minecraft character that is controllable, with the same model as monsters.
  • Mob – any entity in Minecraft that has the ability to move around, such as monsters or animals.
  • Java Edition removed features – features that have been in Java Edition but were later removed.

References[edit | edit source]

  1. Can be seen in the "Zombie Town" by Notch, which features the mobs.

Navigation[edit | edit source]