Interface SparkweaveHelperService

All Known Implementing Classes:
NeoHelperService

public interface SparkweaveHelperService
  • Method Summary

    Modifier and Type
    Method
    Description
    <A extends com.mojang.brigadier.arguments.ArgumentType<?>, T extends net.minecraft.commands.synchronization.ArgumentTypeInfo.Template<A>>
    net.minecraft.commands.synchronization.ArgumentTypeInfo<A,T>
    create(Class<A> clazz, net.minecraft.commands.synchronization.ArgumentTypeInfo<A,T> info)
     
    net.minecraft.world.item.CreativeModeTab.Builder
    newCreativeTabBuilder(net.minecraft.network.chat.Component title)
     
  • Method Details

    • newCreativeTabBuilder

      net.minecraft.world.item.CreativeModeTab.Builder newCreativeTabBuilder(net.minecraft.network.chat.Component title)
      See Also:
    • create

      <A extends com.mojang.brigadier.arguments.ArgumentType<?>, T extends net.minecraft.commands.synchronization.ArgumentTypeInfo.Template<A>> net.minecraft.commands.synchronization.ArgumentTypeInfo<A,T> create(Class<A> clazz, net.minecraft.commands.synchronization.ArgumentTypeInfo<A,T> info)
      See Also: