Files
lakebane/src/engine/wpakpowers/Behaviour.java
T

98 lines
2.8 KiB
Java
Raw Normal View History

2025-02-17 05:00:33 -05:00
// • ▌ ▄ ·. ▄▄▄· ▄▄ • ▪ ▄▄· ▄▄▄▄· ▄▄▄· ▐▄▄▄ ▄▄▄ .
// ·██ ▐███▪▐█ ▀█ ▐█ ▀ ▪██ ▐█ ▌▪▐█ ▀█▪▐█ ▀█ •█▌ ▐█▐▌·
// ▐█ ▌▐▌▐█·▄█▀▀█ ▄█ ▀█▄▐█·██ ▄▄▐█▀▀█▄▄█▀▀█ ▐█▐ ▐▌▐▀▀▀
// ██ ██▌▐█▌▐█ ▪▐▌▐█▄▪▐█▐█▌▐███▌██▄▪▐█▐█ ▪▐▌██▐ █▌▐█▄▄▌
// ▀▀ █▪▀▀▀ ▀ ▀ ·▀▀▀▀ ▀▀▀·▀▀▀ ·▀▀▀▀ ▀ ▀ ▀▀ █▪ ▀▀▀
// Magicbane Emulator Project © 2013 - 2024
// www.magicbane.com
2025-02-17 04:45:38 -05:00
package engine.wpakpowers;
public class Behaviour {
2025-02-18 13:20:28 -05:00
public static Object Behaviour() {
2025-02-17 04:45:38 -05:00
System.out.println("Behavior method called");
2025-02-18 13:20:28 -05:00
return null;
2025-02-17 04:45:38 -05:00
}
2025-02-18 13:20:28 -05:00
public static Object Flag() {
2025-02-17 04:45:38 -05:00
System.out.println("Behavior method called");
2025-02-18 13:20:28 -05:00
return null;
2025-02-17 04:45:38 -05:00
}
2025-02-18 13:20:28 -05:00
public static Object MapIntToInts() {
2025-02-17 04:45:38 -05:00
System.out.println("Behavior method called");
2025-02-18 13:20:28 -05:00
return null;
2025-02-17 04:45:38 -05:00
}
2025-02-18 13:20:28 -05:00
public static Object Standard() {
2025-02-17 04:45:38 -05:00
System.out.println("Behavior method called");
2025-02-18 13:20:28 -05:00
return null;
2025-02-17 04:45:38 -05:00
}
2025-02-18 13:20:28 -05:00
public static Object FPSubTypeAttr() {
2025-02-17 04:45:38 -05:00
System.out.println("Behavior method called");
2025-02-18 13:20:28 -05:00
return null;
2025-02-17 04:45:38 -05:00
}
2025-02-18 13:20:28 -05:00
public static Object SubTypeSourceType() {
2025-02-17 04:45:38 -05:00
System.out.println("Behavior method called");
2025-02-18 13:20:28 -05:00
return null;
2025-02-17 04:45:38 -05:00
}
2025-02-18 13:20:28 -05:00
public static Object SubTypePowerType() {
2025-02-17 04:45:38 -05:00
System.out.println("Behavior method called");
2025-02-18 13:20:28 -05:00
return null;
2025-02-17 04:45:38 -05:00
}
2025-02-18 13:20:28 -05:00
public static Object SubTypeSkill() {
2025-02-17 04:45:38 -05:00
System.out.println("Behavior method called");
2025-02-18 13:20:28 -05:00
return null;
2025-02-17 04:45:38 -05:00
}
2025-02-18 13:20:28 -05:00
public static Object FPSubTypeDmg() {
2025-02-17 04:45:38 -05:00
System.out.println("Behavior method called");
2025-02-18 13:20:28 -05:00
return null;
2025-02-17 04:45:38 -05:00
}
2025-02-18 13:20:28 -05:00
public static Object DD() {
2025-02-17 04:45:38 -05:00
System.out.println("Behavior method called");
2025-02-18 13:20:28 -05:00
return null;
2025-02-17 04:45:38 -05:00
}
2025-02-18 13:20:28 -05:00
public static Object StringBehaviour() {
2025-02-17 04:45:38 -05:00
System.out.println("Behavior method called");
2025-02-18 13:20:28 -05:00
return null;
2025-02-17 04:45:38 -05:00
}
2025-02-18 13:20:28 -05:00
public static Object SubTypeMod() {
2025-02-17 04:45:38 -05:00
System.out.println("Behavior method called");
2025-02-18 13:20:28 -05:00
return null;
2025-02-17 04:45:38 -05:00
}
2025-02-18 13:20:28 -05:00
public static Object SubTypePower() {
2025-02-17 04:45:38 -05:00
System.out.println("Behavior method called");
2025-02-18 13:20:28 -05:00
return null;
2025-02-17 04:45:38 -05:00
}
2025-02-18 13:20:28 -05:00
public static Object SubTypeDmg() {
2025-02-17 04:45:38 -05:00
System.out.println("Behavior method called");
2025-02-18 13:20:28 -05:00
return null;
2025-02-17 04:45:38 -05:00
}
2025-02-18 13:20:28 -05:00
public static Object FPSubTypeSkill() {
2025-02-17 04:45:38 -05:00
System.out.println("Behavior method called");
2025-02-18 13:20:28 -05:00
return null;
2025-02-17 04:45:38 -05:00
}
2025-02-18 13:20:28 -05:00
public static Object FPSubTypeMonster() {
2025-02-17 04:45:38 -05:00
System.out.println("Behavior method called");
2025-02-18 13:20:28 -05:00
return null;
2025-02-17 04:45:38 -05:00
}
2025-02-18 13:20:28 -05:00
public static Object ProcInfo() {
2025-02-17 04:45:38 -05:00
System.out.println("Behavior method called");
2025-02-18 13:20:28 -05:00
return null;
2025-02-17 04:45:38 -05:00
}
}