Class CommandSender1_12_2
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped<net.minecraft.command.ICommandSender>
mods.thecomputerizer.theimpossiblelibrary.api.server.CommandSenderAPI<net.minecraft.command.ICommandSender>
mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.server.CommandSender1_12_2
- All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.wrappers.Wrapped<net.minecraft.command.ICommandSender>
public class CommandSender1_12_2
extends mods.thecomputerizer.theimpossiblelibrary.api.server.CommandSenderAPI<net.minecraft.command.ICommandSender>
-
Field Summary
Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped
wrapped -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmods.thecomputerizer.theimpossiblelibrary.api.common.entity.EntityAPI<?, ?> getName()mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> getWorld()voidsendMessage(mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<?> text) Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.server.CommandSenderAPI
getServerMethods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped
equals, getWrapped, getWrappedClass, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.Wrapped
unwrap
-
Constructor Details
-
CommandSender1_12_2
-
-
Method Details
-
getEntity
@Nullable public mods.thecomputerizer.theimpossiblelibrary.api.common.entity.EntityAPI<?,?> getEntity()- Specified by:
getEntityin classmods.thecomputerizer.theimpossiblelibrary.api.server.CommandSenderAPI<net.minecraft.command.ICommandSender>
-
getName
- Specified by:
getNamein classmods.thecomputerizer.theimpossiblelibrary.api.server.CommandSenderAPI<net.minecraft.command.ICommandSender>
-
getWorld
public mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> getWorld()- Specified by:
getWorldin classmods.thecomputerizer.theimpossiblelibrary.api.server.CommandSenderAPI<net.minecraft.command.ICommandSender>
-
sendMessage
public void sendMessage(mods.thecomputerizer.theimpossiblelibrary.api.text.TextAPI<?> text) - Specified by:
sendMessagein classmods.thecomputerizer.theimpossiblelibrary.api.server.CommandSenderAPI<net.minecraft.command.ICommandSender>
-