public final class com.thevoxelbox.voxelsniper.command.CommandRegistry$getValue__213 extends java.lang.Object implements java.util.function.Function
{
public static java.util.function.Function bootstrap$()
{
com.thevoxelbox.voxelsniper.command.CommandRegistry$getValue__213 v;
v = new com.thevoxelbox.voxelsniper.command.CommandRegistry$getValue__213;
specialinvoke v.<com.thevoxelbox.voxelsniper.command.CommandRegistry$getValue__213: void <init>()>();
return v;
}
public void <init>()
{
com.thevoxelbox.voxelsniper.command.CommandRegistry$getValue__213 v;
v := @this: com.thevoxelbox.voxelsniper.command.CommandRegistry$getValue__213;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object apply(java.lang.Object)
{
java.lang.Object v;
java.lang.String v;
com.thevoxelbox.voxelsniper.command.CommandRegistry$getValue__213 v;
v := @this: com.thevoxelbox.voxelsniper.command.CommandRegistry$getValue__213;
v := @parameter: java.lang.Object;
v = virtualinvoke v.<cloud.commandframework.captions.CaptionVariable: java.lang.String getValue()>();
return v;
}
}