Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions chapters/sourcenotes/functions/Main.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
\section{\texttt{Main.cs}}\label{src:Main}

\subsection{\texttt{Main.tileBrick}}\label{src:tileBrick}
除了矿石(夜明矿(408)是例外)、土块(0)、粘土块(40)、尖刺(48)、黑曜石(56)、宝石块(63-68, 566)、泥沙块(123)、魔法冰雪块(127)、通电石块(130)、(绿)糖棒块(145-146)、松树块(170)、云(189, 196, 460, 717-719)、树叶块(192)、冰冻史莱姆块(197)、雪泥块(224)、松脆蜂蜜块(230)、木尖刺(232)、南瓜(251)、齿轮(272)、铜护板(284)、王朝瓦(312-313)、锡护板(325)、大理石块(367)、花岗岩块(368)、粉史莱姆块(371)、红木树叶块(384)、硬化沙块/沙岩块(396-403)、沙漠化石(404)、坚固化石(407)、传送带(421-422)、团队块(426, 430-434, 727-732)、呆萌气球(446-448)、格栅(546, 557)、石材板(618)、最土的块(668)、水母块(739)以外的\emph{非家具实体块}。详细的ID如下:
\begin{itemize}
\item 1-2, 23, 25, 30, 37-39, 41, 43-47, 53-54, 57, 59-60, 70, 75-76, 109, 112, 116-122, 140, 147-148, 150-164, 175-177, 179-183, 188, 190-191, 193-195, 198-200, 202-203, 206, 208, 225-226, 229, 234, 248-250, 252-253, 255-268, 273-274, 311, 315, 321-322, 326-329, 345-348, 350, 357, 369-370, 381, 383, 385, 408-409, 415-418, 458-459, 472-474, 477-479, 481-483, 492, 495-496, 498, 500-503, 507-508, 512-517, 534-537, 539-540, 562-563, 625-628, 633, 635, 641, 659, 661-662, 666-667, 669-692, 708, 722, 734-738, 740-750
\end{itemize}

\subsection{\texttt{Main.tileSolid}}\label{src:tileSolid}
实体块、平台(19, 427, 435-439)、锭(239)、种植盆(380)。其他有平台效果的家具不算。特殊的实体块:关闭的门(11)、传送机(235)、泡泡(379)、关闭的活板门(387)、关闭的高门(388)、高尔夫球洞(476)、巨石(138, 484, 664, 711-716)、格栅(546, 557)、最土的块(668)、炮弹(726)。详细的ID如下:
\begin{itemize}
Expand Down
Loading