20 package net.sf.gridarta.model.gameobject;
27 import org.jetbrains.annotations.NotNull;
28 import org.jetbrains.annotations.Nullable;
45 public static final String
ELEVATION =
"test_elevation";
60 return drawDoubleFaces;
75 final int elevation = gameObject.getAttributeInt(
ELEVATION,
false);
81 public void updateTileStretch(
final int heightValue,
final boolean isAbsolute, @NotNull
final Integer @Nullable [] subLayers) {
86 public void applyMassChange(@NotNull
final Integer @NotNull [] layers, @NotNull
final Integer @NotNull [] subLayers, @NotNull
final String changes) {
91 throw new AssertionError();