Class ServerCommandSourceMixin
java.lang.Object
net.playeranalytics.plan.gathering.mixin.ServerCommandSourceMixin
- All Implemented Interfaces:
 CMDSender
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanabstract @Nullable net.minecraft.entity.EntitygetUUID()inthashCode()booleanhasPermission(String permission) booleanisPlayer()voidabstract voidsendFeedback(Supplier<net.minecraft.text.Text> supplier, boolean broadcastToOps) booleanMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.djrapitops.plan.commands.use.CMDSender
hasAllPermissionsFor, hasPermission, isMissingPermissionsFor, send 
- 
Constructor Details
- 
ServerCommandSourceMixin
public ServerCommandSourceMixin() 
 - 
 - 
Method Details
- 
isPlayer
public boolean isPlayer() - 
supportsChatEvents
public boolean supportsChatEvents()- Specified by:
 supportsChatEventsin interfaceCMDSender
 - 
sendFeedback
public abstract void sendFeedback(Supplier<net.minecraft.text.Text> supplier, boolean broadcastToOps)  - 
getEntity
@Nullable public abstract @Nullable net.minecraft.entity.Entity getEntity() - 
buildMessage
- Specified by:
 buildMessagein interfaceCMDSender
 - 
getPlayerName
- Specified by:
 getPlayerNamein interfaceCMDSender
 - 
hasPermission
- Specified by:
 hasPermissionin interfaceCMDSender
 - 
getUUID
 - 
send
 - 
getFormatter
- Specified by:
 getFormatterin interfaceCMDSender
 - 
hashCode
public int hashCode() - 
equals
 
 -