Package net.minecraft.command
Class EntityNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.minecraft.command.CommandException
net.minecraft.command.EntityNotFoundException
- All Implemented Interfaces:
Serializable
public class EntityNotFoundException extends CommandException
- See Also:
- Serialized Form
- Mappings:
Namespace Name official caintermediary net/minecraft/class_1366named net/minecraft/command/EntityNotFoundException
-
Constructor Summary
Constructors Constructor Description EntityNotFoundException()EntityNotFoundException(String reason, Object[] args) -
Method Summary
Methods inherited from class net.minecraft.command.CommandException
getArgsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityNotFoundException
public EntityNotFoundException() -
EntityNotFoundException
- Mappings:
Namespace Name Mixin selector official <init>Lbz;<init>(Ljava/lang/String;[Ljava/lang/Object;)Vintermediary <init>Lnet/minecraft/class_1363;<init>(Ljava/lang/String;[Ljava/lang/Object;)Vnamed <init>Lnet/minecraft/command/CommandException;<init>(Ljava/lang/String;[Ljava/lang/Object;)V
-