public final class com.thevoxelbox.voxelsniper.PerformerRegistrar$init__96 extends java.lang.Object implements com.thevoxelbox.voxelsniper.performer.property.PerformerCreator
{
public static com.thevoxelbox.voxelsniper.performer.property.PerformerCreator bootstrap$()
{
com.thevoxelbox.voxelsniper.PerformerRegistrar$init__96 v;
v = new com.thevoxelbox.voxelsniper.PerformerRegistrar$init__96;
specialinvoke v.<com.thevoxelbox.voxelsniper.PerformerRegistrar$init__96: void <init>()>();
return v;
}
public void <init>()
{
com.thevoxelbox.voxelsniper.PerformerRegistrar$init__96 v;
v := @this: com.thevoxelbox.voxelsniper.PerformerRegistrar$init__96;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public com.thevoxelbox.voxelsniper.performer.Performer create()
{
com.thevoxelbox.voxelsniper.performer.type.ink.ExcludeInkPerformer v;
com.thevoxelbox.voxelsniper.PerformerRegistrar$init__96 v;
v := @this: com.thevoxelbox.voxelsniper.PerformerRegistrar$init__96;
v = new com.thevoxelbox.voxelsniper.performer.type.ink.ExcludeInkPerformer;
specialinvoke v.<com.thevoxelbox.voxelsniper.performer.type.ink.ExcludeInkPerformer: void <init>()>();
return v;
}
}