Package net.minecraft.network.message
Interface MessageVerifier
- All Known Implementing Classes:
MessageVerifier.Impl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Verifies incoming messages' signature and the message chain.
Methods in this interface must be called in the order of the message's reception, as it affects the verification result.
- Mappings:
Namespace Name official vrintermediary net/minecraft/class_7615named net/minecraft/network/message/MessageVerifier
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Loggerstatic final MessageVerifierstatic final MessageVerifier -
Method Summary
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLvr;a:Lorg/slf4j/Logger;intermediary field_45957Lnet/minecraft/class_7615;field_45957:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/network/message/MessageVerifier;LOGGER:Lorg/slf4j/Logger;
-
NO_SIGNATURE
- Mappings:
Namespace Name Mixin selector official bLvr;b:Lvr;intermediary field_40695Lnet/minecraft/class_7615;field_40695:Lnet/minecraft/class_7615;named NO_SIGNATURELnet/minecraft/network/message/MessageVerifier;NO_SIGNATURE:Lnet/minecraft/network/message/MessageVerifier;
-
UNVERIFIED
- Mappings:
Namespace Name Mixin selector official cLvr;c:Lvr;intermediary field_40696Lnet/minecraft/class_7615;field_40696:Lnet/minecraft/class_7615;named UNVERIFIEDLnet/minecraft/network/message/MessageVerifier;UNVERIFIED:Lnet/minecraft/network/message/MessageVerifier;
-
-
Method Details
-
isVerified
- Mappings:
Namespace Name Mixin selector official updateAndValidateLvr;updateAndValidate(Lvl;)Zintermediary method_45048Lnet/minecraft/class_7615;method_45048(Lnet/minecraft/class_7471;)Znamed isVerifiedLnet/minecraft/network/message/MessageVerifier;isVerified(Lnet/minecraft/network/message/SignedMessage;)Z
-