This website requires JavaScript.
Explore
Help
Sign In
SteamWar
/
FastAsyncWorldEdit
Watch
11
Star
0
Fork
0
You've already forked FastAsyncWorldEdit
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
930e2e71077daef245566cbf2464c7fb638b07f7
FastAsyncWorldEdit
/
src
/
main
/
java
/
com
/
sk89q
/
worldedit
/
foundation
History
sk89q
6a162a4269
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
..
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