diff options
author | Mattes D <github@xoft.cz> | 2020-04-03 14:50:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 14:50:08 +0200 |
commit | a765e71325c640ab47c60a41b950b446c5901d37 (patch) | |
tree | b245017dea46da13e5646a7a34dcde90d4b2680c /Server | |
parent | Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) (diff) | |
download | cuberite-a765e71325c640ab47c60a41b950b446c5901d37.tar cuberite-a765e71325c640ab47c60a41b950b446c5901d37.tar.gz cuberite-a765e71325c640ab47c60a41b950b446c5901d37.tar.bz2 cuberite-a765e71325c640ab47c60a41b950b446c5901d37.tar.lz cuberite-a765e71325c640ab47c60a41b950b446c5901d37.tar.xz cuberite-a765e71325c640ab47c60a41b950b446c5901d37.tar.zst cuberite-a765e71325c640ab47c60a41b950b446c5901d37.zip |
Diffstat (limited to '')
-rw-r--r-- | Server/Plugins/APIDump/Classes/Geometry.lua | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/Server/Plugins/APIDump/Classes/Geometry.lua b/Server/Plugins/APIDump/Classes/Geometry.lua index aa70f4c67..6a284feda 100644 --- a/Server/Plugins/APIDump/Classes/Geometry.lua +++ b/Server/Plugins/APIDump/Classes/Geometry.lua @@ -2,7 +2,7 @@ -- Geometry.lua -- Defines the documentation for geometry-related classes: --- cBoundingBox, cCuboid, cLineBlockTracer, cTracer, Vector3X +-- cBoundingBox, cCuboid, cLineBlockTracer, Vector3X @@ -1118,20 +1118,6 @@ end }, }, }, - cTracer = - { - Desc = [[ - This class is <b>OBSOLETE</b>, do not use it. - See the {{cLineBlockTracer}} class for the replacement. - ]], - Functions = - { - Trace = - { - Notes = "<b>OBSOLETE</b>, use the {{cLineBlockTracer}} class instead.", - }, - }, - }, Vector3d = { Desc = [[ |