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