Skip to content

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Fedin committed Nov 26, 2016
1 parent 77f405b commit 621ca07
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 18 deletions.
4 changes: 1 addition & 3 deletions src/main/java/ru/wpstuio/amorphine/mcaliases/Block.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package ru.wpstuio.amorphine.mcaliases;

/**
* Created by amorphine on 21.11.16.
*/

public class Block {
private int x;
private int z;
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/ru/wpstuio/amorphine/mcaliases/Chunk.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
import static ru.wpstuio.amorphine.utils.Formulae.localBlockFromBlock;
import static ru.wpstuio.amorphine.utils.Formulae.sectionFromBlock;

/**
* Created by amorphine on 21.11.16.
*/

public class Chunk {

private CompoundTag tag;
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/ru/wpstuio/amorphine/mcaliases/Region.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
import java.io.DataOutputStream;
import java.io.IOException;

/**
* Created by amorphine on 21.11.16.
*/

public class Region {

private RegionFile region_file;
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/ru/wpstuio/amorphine/mcaliases/Section.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

import com.mojang.nbt.CompoundTag;

/**
* Created by amorphine on 22.11.16.
*/

public class Section {
private byte index;
private CompoundTag tag;
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/ru/wpstuio/amorphine/mcaliases/TileEntity.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

import com.flowpowered.nbt.CompoundTag;

/**
* Created by amorphine on 21.11.16.
*/

public class TileEntity {
private CompoundTag tag;

Expand Down
4 changes: 1 addition & 3 deletions src/main/java/ru/wpstuio/amorphine/mcaliases/World.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
import java.util.Map;
import java.util.concurrent.ConcurrentMap;

/**
* Created by amorphine on 21.11.16.
*/

public class World {

private final File world_dir;
Expand Down

0 comments on commit 621ca07

Please sign in to comment.