This website requires JavaScript.
Explore
Help
Register
Sign In
twin
/
paper-mc
Watch
1
Star
0
Fork
0
You've already forked paper-mc
mirror of
https://github.com/PaperMC/Paper.git
synced
2025-08-17 21:33:49 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4bb9f83d53afb8cc219f2465ba9d7851665ac72c
paper-mc
/
paper-api
/
src
/
main
/
java
/
org
/
bukkit
/
util
History
Bukkit/Spigot
08fd2073ce
Replaced Vector.hashCode with a more reliable method
...
By: Dinnerbone <
dinnerbone@dinnerbone.com
>
2011-02-19 23:11:56 +00:00
..
config
Adds removeProperty(String path) and getEmptyNode()
2011-02-12 01:44:03 +00:00
BlockIterator.java
Added target block ray trace functionality.
2011-02-13 17:03:57 +00:00
BlockVector.java
Added BlockVector a la WorldEdit as requested by
#246
. This BlockVector is safe to be used as keys in hash sets and hash maps, but it is mutable and careful attention must be paid to not modify the vector post-insertion into a set or map.
2011-02-05 23:20:06 -08:00
Vector.java
Replaced Vector.hashCode with a more reliable method
2011-02-19 23:11:56 +00:00