Class ModdedSignedStringFactory
java.lang.Object
org.incendo.cloud.minecraft.modded.internal.ModdedSignedStringFactory
- All Implemented Interfaces:
ModdedSignedStringMapper.SignedStringFactory
@API(status=INTERNAL)
public final class ModdedSignedStringFactory
extends Object
implements ModdedSignedStringMapper.SignedStringFactory
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ModdedSignedStringFactory
public ModdedSignedStringFactory()Creates a newModdedSignedStringFactory.
-
-
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
-