新手制作的js
minecraftpejs吧
全部回复
仅看楼主
level 7
无聊到做js,我感觉我水平无上升。
2016年04月19日 02点04分 1
level 7
空手点木头既可得到木头
2016年04月19日 02点04分 3
2016年04月22日 09点04分
level 7
2016年04月19日 03点04分 4
嗯嗯
2016年04月29日 05点04分
level 7
@爬行者拍大师 。。。。。@自己。。。
2016年04月19日 03点04分 5
level 3

2016年04月23日 13点04分 7
level 7
终于有人回复了[泪][泪]
2016年04月24日 04点04分 8
level 12

2016年04月24日 04点04分 9
level 7
。。。
2016年04月30日 00点04分 10
level 11
var ctx=com.mojang.minecraftpe.MainActivity.currentMainActivity.get()
ctx.runOnUiThread(new java.lang.Runnable({
run: function(){
try{
var d=new android.app.AlertDialog.Builder(ctx)
d.setNegativeButton("下方按钮左",new android.content.DialogInterface.OnClickListener(){
onClick: function(dia,w){
//后面接按后反应
}})
d.setPositiveButton("另一个按钮右",new android.content.DialogInterface.OnClickListener(){
onClick:function(dia, w){
//后面接反应
}})
d.setNeutralButton("又一个按钮中间",new android.content.DialogInterface.OnClickListener(){
onClick: function(dia, w){
//反应
}})
d.setTitle("标题")
d.setMessage("这里是正文")
d.show()
}catch(e){print(e)}
}}))
2016年05月02日 11点05分 11
对话框
2016年05月02日 11点05分
1