public final class com.thevoxelbox.voxelsniper.BrushRegistrar$init__55 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__55 v;
v = new com.thevoxelbox.voxelsniper.BrushRegistrar$init__55;
specialinvoke v.<com.thevoxelbox.voxelsniper.BrushRegistrar$init__55: void <init>()>();
return v;
}
public void <init>()
{
com.thevoxelbox.voxelsniper.BrushRegistrar$init__55 v;
v := @this: com.thevoxelbox.voxelsniper.BrushRegistrar$init__55;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public com.thevoxelbox.voxelsniper.brush.Brush create()
{
com.thevoxelbox.voxelsniper.brush.type.shell.ShellBallBrush v;
com.thevoxelbox.voxelsniper.BrushRegistrar$init__55 v;
v := @this: com.thevoxelbox.voxelsniper.BrushRegistrar$init__55;
v = new com.thevoxelbox.voxelsniper.brush.type.shell.ShellBallBrush;
specialinvoke v.<com.thevoxelbox.voxelsniper.brush.type.shell.ShellBallBrush: void <init>()>();
return v;
}
}