static class WoodlandMansionPieces.SimpleGrid
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int[][] |
grid |
private int |
height |
private int |
valueIfOutside |
private int |
width |
Constructor and Description |
---|
SimpleGrid(int p_i47358_1_,
int p_i47358_2_,
int p_i47358_3_) |
Modifier and Type | Method and Description |
---|---|
boolean |
edgesTo(int p_191147_1_,
int p_191147_2_,
int p_191147_3_) |
int |
get(int p_191145_1_,
int p_191145_2_) |
void |
set(int p_191144_1_,
int p_191144_2_,
int p_191144_3_) |
void |
set(int p_191142_1_,
int p_191142_2_,
int p_191142_3_,
int p_191142_4_,
int p_191142_5_) |
void |
setIf(int p_191141_1_,
int p_191141_2_,
int p_191141_3_,
int p_191141_4_) |
private final int[][] grid
private final int width
private final int height
private final int valueIfOutside
public void set(int p_191144_1_, int p_191144_2_, int p_191144_3_)
public void set(int p_191142_1_, int p_191142_2_, int p_191142_3_, int p_191142_4_, int p_191142_5_)
public int get(int p_191145_1_, int p_191145_2_)
public void setIf(int p_191141_1_, int p_191141_2_, int p_191141_3_, int p_191141_4_)
public boolean edgesTo(int p_191147_1_, int p_191147_2_, int p_191147_3_)