Class ModdedSignedStringMapper.FallbackSignedStringFactory
java.lang.Object
org.incendo.cloud.minecraft.modded.internal.ModdedSignedStringMapper.FallbackSignedStringFactory
- All Implemented Interfaces:
net.kyori.adventure.util.Services.Fallback, ModdedSignedStringMapper.SignedStringFactory
- Enclosing class:
ModdedSignedStringMapper
public static final class ModdedSignedStringMapper.FallbackSignedStringFactory
extends Object
implements ModdedSignedStringMapper.SignedStringFactory, net.kyori.adventure.util.Services.Fallback
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FallbackSignedStringFactory
public FallbackSignedStringFactory()
-
-
Method Details
-
create
public org.incendo.cloud.minecraft.signed.SignedString create(String str, net.minecraft.network.chat.PlayerChatMessage signedMessage) Description copied from interface:ModdedSignedStringMapper.SignedStringFactoryCreates a signed string.- Specified by:
createin interfaceModdedSignedStringMapper.SignedStringFactory- Parameters:
str- raw stringsignedMessage- signed message- Returns:
- new signed string
-