base mod created
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package net.minecraft.util;
|
||||
|
||||
public enum EnumActionResult
|
||||
{
|
||||
SUCCESS,
|
||||
PASS,
|
||||
FAIL;
|
||||
}
|
||||
Reference in New Issue
Block a user