Plex-FAWE/src/main/java/com/sk89q/worldedit/foundation
2012-08-24 16:10:18 -07:00
..
Block.java Fixed foundation class Block not taking -1 as a valid data value (used for wildcard matching of the data value). 2012-08-24 16:10:18 -07:00
NbtValued.java Updated foundation classes a bit and added raw access for NBT. This release marks experimental support for custom blocks, and nearly all future Minecraft blocks, and is also the beginning of the gradual transition to the new foundation classes as a replacement of the current BaseBlock, etc. classes. 2012-08-23 16:52:37 -07:00
World.java Added new foundation blocks (package not final) that will be used in place of LocalWorld, BaseBlock, etc. in the future. LocalWorld, BaseBlock, etc. will be changed to inherit these new classes, and eventually a full transition will be made. 2012-08-22 15:54:39 -07:00