Typos or word-improvements

This commit is contained in:
thatsIch
2015-03-26 11:20:31 +01:00
parent dff48c07c9
commit ec05bd994c
5 changed files with 15 additions and 15 deletions
@@ -83,7 +83,7 @@ public class PartAnnihilationPlane extends PartBasicState implements IGridTickab
public TickRateModulation call() throws Exception
{
this.breaking = false;
return this.breakblock( true );
return this.breakBlock( true );
}
@Override
@@ -244,7 +244,7 @@ public class PartAnnihilationPlane extends PartBasicState implements IGridTickab
this.getHost().markForUpdate();
}
public TickRateModulation breakblock( boolean modulate )
public TickRateModulation breakBlock( boolean modulate )
{
if ( this.isAccepting && this.proxy.isActive() )
{
@@ -419,7 +419,7 @@ public class PartAnnihilationPlane extends PartBasicState implements IGridTickab
}
this.isAccepting = true;
return this.breakblock( false );
return this.breakBlock( false );
}
/**