Package be.seeseemelk.mockbukkit.command
Interface CommandBlockHolderMock
- All Superinterfaces:
io.papermc.paper.command.CommandBlockHolder
- All Known Implementing Classes:
CommandBlockMock
public interface CommandBlockHolderMock
extends io.papermc.paper.command.CommandBlockHolder
-
Method Summary
Modifier and TypeMethodDescriptiondefault intdefault @NotNull net.kyori.adventure.text.Componentdefault voidlastOutput(@Nullable net.kyori.adventure.text.Component lastOutput) default voidsetSuccessCount(int successCount) Methods inherited from interface io.papermc.paper.command.CommandBlockHolder
getCommand, setCommand
-
Method Details
-
lastOutput
@NotNull default @NotNull net.kyori.adventure.text.Component lastOutput()- Specified by:
lastOutputin interfaceio.papermc.paper.command.CommandBlockHolder
-
lastOutput
default void lastOutput(@Nullable @Nullable net.kyori.adventure.text.Component lastOutput) - Specified by:
lastOutputin interfaceio.papermc.paper.command.CommandBlockHolder
-
getSuccessCount
default int getSuccessCount()- Specified by:
getSuccessCountin interfaceio.papermc.paper.command.CommandBlockHolder
-
setSuccessCount
default void setSuccessCount(int successCount) - Specified by:
setSuccessCountin interfaceio.papermc.paper.command.CommandBlockHolder
-