Skip to content

Commit

Permalink
Update for Fluid PR 19 (#4081)
Browse files Browse the repository at this point in the history
Add BlockTile to the API.
  • Loading branch information
4Denthusiast committed Jul 16, 2020
1 parent ae17c8d commit 45c6546
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -19,6 +19,7 @@
import org.terasology.assets.Asset;
import org.terasology.assets.AssetType;
import org.terasology.assets.ResourceUrn;
import org.terasology.module.sandbox.API;

import java.awt.image.BufferedImage;
import java.util.Collections;
Expand All @@ -27,6 +28,7 @@

/**
*/
@API
public class BlockTile extends Asset<TileData> {
private BufferedImage[] images;
private boolean autoBlock;
Expand Down

0 comments on commit 45c6546

Please sign in to comment.