Android Open Source - Map Library MCEditor-Android






Project Summary

A library that allows the developer really easily to edit a map in Android.

Web Site / Source Repository

MCEditor-Android is hosted in the following web site
https://github.com/RedlakeBV/MCEditor-Android

If you think the Android project MCEditor-Android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of MCEditor-Android.

ItemValue
Java File Count58
Target SDK Version18
Minimum SDK Version8
Activity Count0
jar files usedspoutnbt-1.0.2-SNAPSHOT.jar




Java Source Files

MCEditor-Android has the following Java source files.

net.zhuoweizhang.pocketinveditor.InventorySlot.java
net.zhuoweizhang.pocketinveditor.ItemStack.java
net.zhuoweizhang.pocketinveditor.Level.java
net.zhuoweizhang.pocketinveditor.entity.Animal.java
net.zhuoweizhang.pocketinveditor.entity.Arrow.java
net.zhuoweizhang.pocketinveditor.entity.Chicken.java
net.zhuoweizhang.pocketinveditor.entity.Cow.java
net.zhuoweizhang.pocketinveditor.entity.Creeper.java
net.zhuoweizhang.pocketinveditor.entity.Egg.java
net.zhuoweizhang.pocketinveditor.entity.Entity.java
net.zhuoweizhang.pocketinveditor.entity.FallingBlock.java
net.zhuoweizhang.pocketinveditor.entity.Item.java
net.zhuoweizhang.pocketinveditor.entity.LivingEntity.java
net.zhuoweizhang.pocketinveditor.entity.Minecart.java
net.zhuoweizhang.pocketinveditor.entity.Monster.java
net.zhuoweizhang.pocketinveditor.entity.Painting.java
net.zhuoweizhang.pocketinveditor.entity.Pig.java
net.zhuoweizhang.pocketinveditor.entity.PigZombie.java
net.zhuoweizhang.pocketinveditor.entity.Player.java
net.zhuoweizhang.pocketinveditor.entity.PlayerAbilities.java
net.zhuoweizhang.pocketinveditor.entity.Projectile.java
net.zhuoweizhang.pocketinveditor.entity.Sheep.java
net.zhuoweizhang.pocketinveditor.entity.Skeleton.java
net.zhuoweizhang.pocketinveditor.entity.Snowball.java
net.zhuoweizhang.pocketinveditor.entity.Spider.java
net.zhuoweizhang.pocketinveditor.entity.TNTPrimed.java
net.zhuoweizhang.pocketinveditor.entity.Zombie.java
net.zhuoweizhang.pocketinveditor.io.EntityDataConverter.java
net.zhuoweizhang.pocketinveditor.io.LevelDataConverter.java
net.zhuoweizhang.pocketinveditor.io.nbt.NBTConverter.java
net.zhuoweizhang.pocketinveditor.io.nbt.entity.AnimalEntityStore.java
net.zhuoweizhang.pocketinveditor.io.nbt.entity.ArrowEntityStore.java
net.zhuoweizhang.pocketinveditor.io.nbt.entity.EntityStore.java
net.zhuoweizhang.pocketinveditor.io.nbt.entity.EntityStoreLookupService.java
net.zhuoweizhang.pocketinveditor.io.nbt.entity.FallingBlockEntityStore.java
net.zhuoweizhang.pocketinveditor.io.nbt.entity.ItemEntityStore.java
net.zhuoweizhang.pocketinveditor.io.nbt.entity.LivingEntityStore.java
net.zhuoweizhang.pocketinveditor.io.nbt.entity.MinecartEntityStore.java
net.zhuoweizhang.pocketinveditor.io.nbt.entity.PaintingEntityStore.java
net.zhuoweizhang.pocketinveditor.io.nbt.entity.PigZombieEntityStore.java
net.zhuoweizhang.pocketinveditor.io.nbt.entity.ProjectileEntityStore.java
net.zhuoweizhang.pocketinveditor.io.nbt.entity.SheepEntityStore.java
net.zhuoweizhang.pocketinveditor.io.nbt.entity.TNTPrimedEntityStore.java
net.zhuoweizhang.pocketinveditor.io.nbt.tileentity.ChestTileEntityStore.java
net.zhuoweizhang.pocketinveditor.io.nbt.tileentity.ContainerTileEntityStore.java
net.zhuoweizhang.pocketinveditor.io.nbt.tileentity.FurnaceTileEntityStore.java
net.zhuoweizhang.pocketinveditor.io.nbt.tileentity.NetherReactorTileEntityStore.java
net.zhuoweizhang.pocketinveditor.io.nbt.tileentity.SignTileEntityStore.java
net.zhuoweizhang.pocketinveditor.io.nbt.tileentity.TileEntityStore.java
net.zhuoweizhang.pocketinveditor.io.nbt.tileentity.TileEntityStoreLookupService.java
net.zhuoweizhang.pocketinveditor.tileentity.ChestTileEntity.java
net.zhuoweizhang.pocketinveditor.tileentity.ContainerTileEntity.java
net.zhuoweizhang.pocketinveditor.tileentity.FurnaceTileEntity.java
net.zhuoweizhang.pocketinveditor.tileentity.NetherReactorTileEntity.java
net.zhuoweizhang.pocketinveditor.tileentity.SignTileEntity.java
net.zhuoweizhang.pocketinveditor.tileentity.TileEntity.java
net.zhuoweizhang.pocketinveditor.util.Vector3f.java