Class TagKeyArgument.Info.Template

java.lang.Object
net.frozenblock.lib.tag.api.TagKeyArgument.Info.Template
All Implemented Interfaces:
net.minecraft.commands.synchronization.ArgumentTypeInfo.Template<TagKeyArgument<T>>
Enclosing class:
TagKeyArgument.Info<T>

public final class TagKeyArgument.Info.Template extends Object implements net.minecraft.commands.synchronization.ArgumentTypeInfo.Template<TagKeyArgument<T>>
  • Method Details

    • instantiate

      public TagKeyArgument<T> instantiate(net.minecraft.commands.CommandBuildContext context)
      Specified by:
      instantiate in interface net.minecraft.commands.synchronization.ArgumentTypeInfo.Template<TagKeyArgument<T>>
    • type

      public net.minecraft.commands.synchronization.ArgumentTypeInfo<TagKeyArgument<T>,?> type()
      Specified by:
      type in interface net.minecraft.commands.synchronization.ArgumentTypeInfo.Template<TagKeyArgument<T>>