LexManos

1.2.3 Name suggestions

Mar 2nd, 2012
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. New:
  2. C_48008_ajc, C_48052_wk : Packet35EntityHeadLook
  3. C_48012_ain, C_48055_vm : Packet132UpdateTileEntity
  4. C_48005_fm, C_48048_ix : AnvilSaveConverter
  5. C_48041_ael, C_48066_py : AnvilSaveConverterFileFilter
  6. ChunkLoader, ChunkLoader: AnvilChunkConverter
  7. C_48046_ace, C_48034_mv : AnvilConveterData - Just a struct that holds chunk data while its being converted
  8. C_48027_alq, : PlayerUsageSnooper - Just collects what type of 'controller' you're using to determine the game type, and then reports that back to Mojang. http://notch.tumblr.com/post/16463856106/a-poll-on-letting-us-snoop
  9. C_48059_vp, : PlayerControllerDemo - Player controller, used in the demo version of Minecraft
  10. C_48017_agy, C_48060_tm : EntityAICreeperSwell - Makes the creeper swell up/swell down(?) if it is close to it's target
  11. C_48062_uk, C_48017_cn : EntityOzelot
  12. C_48018_fd, C_48049_ii : EntityAIAvoidEntity - Atempts to run away if a Entity of the specified type is near it
  13. C_48056_vz, C_48010_es : EntityTameable
  14. C_48067_th, C_48020_ap : EntityIronGolem
  15. C_48050_xv, C_48044_hi : EntityAIWalkAround? Used by Iron Golems to walk around,
  16. C_48055_wr, C_48001_fq : -Used as a helper for EntityAI classes to make the entity walk along a general vector
  17. C_48028_alm, C_48027_aah: EntityAIMate - Tries to find a compatible mate, and makes a baby
  18. C_48030_akt, C_48030_akt: EntityAITempt - Tries to get close to a entity that is holding a certain item
  19. C_48019_eh, C_48002_gw : EntityAIFollowParent - Finds a 'parent' (same class, and of age) entity, and follows it
  20. C_48074_zd, C_48047_iw : EntityAIEatGrass - Finds a nearby grass, or tall grass block and eats it
  21. C_48001_fz, C_48038_jq : NBTTagIntArray
  22. C_48054_xe, C_48003_gm : ItemExpBottle
  23. C_48014_gu, C_48041_la : ItemFireball
  24. C_48047_io, C_48035_nm : BlockRedstoneLight
  25. C_48011_aik, : TexturePackFolder - Folder based texture pack
  26. C_48004_ajl, C_48050_xc : EntityAgeable?? Just a class that deals with holding the 'Age' of the entity
  27. C_48009_hc, C_48033_lp : EntityExpBottle - The Exp bottle when thrown
  28. C_48029_alh, C_48026_aad: WorldGenDesertWells - Generates small wells using water, sandstone and stairs
  29. C_48024_bl, C_48019_cg : BiomeGenJungle
  30. C_48000_w, C_48021_ac : BlockDirectional - a block that stores its orentation info in the lower 2 bits
  31. C_48077_xy, C_48077_xy : EntityAILookAtVillager - Makes the golem look at a villager
  32. C_48076_ye, C_48042_hv : EntityAIFollowGolem - The villager follows the golem
  33. C_48025_cm, : RenderIronGolem
  34. C_48068_ta, : ModelIronGolem
  35. C_48070_ss, : RenderOcelot
  36. C_48035_mr, : ModleOcelot
  37. C_48052_xa, C_48000_ge : EntityAIVillagerMate
  38. C_48034_oz, C_48053_vz : NibbleArrayReader
  39. C_48060_ve, C_48006_dl : EntityAIWatchClosest2 , subclass of EntityAIWatchClosest that sets a field to 3 (pirority filed?)
  40. C_48043_lk, C_48065_qy : - I think this defines what exactly a village consists of, so that villages know about houses
  41. C_48045_adh, C_48025_ok : -Looks like a holder for the definition of each 'house' in the village
  42. C_48044_adl, C_48028_ox : - Deals with the zombie invasions
  43. C_48073_zb, C_48046_iv : EntendedBlockStorage -- Deals with storing extended block ids int he save data
  44. C_48007_aix, C_48054_wf : WorldGenHugeTrees
  45. C_48020_agg, C_48063_sh : WorldGenShrub
  46. C_48033_nz, C_48058_ul : BiomeDecoratorJungle
  47. C_48023_bo, C_48016_cq : EntityAINearestAttackableTargetSorter
  48.  
  49.  
  50. --From Bukkit Names:
  51. C_48037_nf, C_48061_ti : EntityAIFollowOwner
  52. C_48021_bs, C_48013_cy : EntityAILeapAtTarget
  53. C_48064_up, C_48015_cs : EntityAIOcelotAttack
  54. C_48015_ahn, C_48059_uh : EntityAITargetNonTamed
  55. C_48066_ua, C_48011_bu : EntityAIBreakDoor
  56. C_48058_vs, C_48008_ee : EntityAIMoveTwardsRestriction
  57. C_48031_akl, C_48068_zb : EntityAIMoveThroughVillage
  58. C_48075_zt, C_48036_jv : EntityAIHurtByTarget
  59. C_48026_alz, C_48031_aax : EntityAINearestAttackableTarget
  60. C_48039_kb, C_48029_oz : EntityAIPanic
  61.  
  62.  
  63. Old:
  64. C_48069_sv, C_48009_s : Packet51MapChunk
  65. C_48013_aip, C_48056_vo: ThreadedChunkLoader/ChunkLoader?
  66. C_48003_gb, C_48037_js: ThreadedChunkLoaderPending
  67.  
  68. Rename?:
  69. EntitySnowmanBase -> EntityGolemBase
Advertisement
Add Comment
Please, Sign In to add comment