public final class com.thevoxelbox.voxelsniper.BrushRegistrar$init__12 extends java.lang.Object implements com.thevoxelbox.voxelsniper.brush.property.BrushCreator
{
public static com.thevoxelbox.voxelsniper.brush.property.BrushCreator bootstrap$()
{
com.thevoxelbox.voxelsniper.BrushRegistrar$init__12 v;
v = new com.thevoxelbox.voxelsniper.BrushRegistrar$init__12;
specialinvoke v.<com.thevoxelbox.voxelsniper.BrushRegistrar$init__12: void <init>()>();
return v;
}
public void <init>()
{
com.thevoxelbox.voxelsniper.BrushRegistrar$init__12 v;
v := @this: com.thevoxelbox.voxelsniper.BrushRegistrar$init__12;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public com.thevoxelbox.voxelsniper.brush.Brush create()
{
com.thevoxelbox.voxelsniper.BrushRegistrar$init__12 v;
com.thevoxelbox.voxelsniper.brush.type.performer.CheckerVoxelDiscBrush v;
v := @this: com.thevoxelbox.voxelsniper.BrushRegistrar$init__12;
v = new com.thevoxelbox.voxelsniper.brush.type.performer.CheckerVoxelDiscBrush;
specialinvoke v.<com.thevoxelbox.voxelsniper.brush.type.performer.CheckerVoxelDiscBrush: void <init>()>();
return v;
}
}