Class MutableComponentMixin

java.lang.Object
dev.latvian.mods.kubejs.core.mixin.MutableComponentMixin
All Implemented Interfaces:
com.mojang.brigadier.Message, ComponentKJS, JsonSerializable, NBTSerializable, WithCodec, WrappedJS, net.minecraft.network.chat.Component, net.minecraft.network.chat.FormattedText

@RemapPrefixForJS("kjs$") public abstract class MutableComponentMixin extends Object implements ComponentKJS
  • Constructor Details

    • MutableComponentMixin

      public MutableComponentMixin()
  • Method Details

    • append

      @HideFromJS public abstract net.minecraft.network.chat.MutableComponent append(String string)