Class WorldMapTextureStyleLayer
java.lang.Object
zombie.worldMap.styles.WorldMapStyleLayer
zombie.worldMap.styles.WorldMapTextureStyleLayer
-
Nested Class Summary
Nested classes/interfaces inherited from class zombie.worldMap.styles.WorldMapStyleLayer
WorldMapStyleLayer.ColorStop, WorldMapStyleLayer.FilterArgs, WorldMapStyleLayer.FloatStop, WorldMapStyleLayer.IWorldMapStyleFilter, WorldMapStyleLayer.RenderArgs, WorldMapStyleLayer.RGBAf, WorldMapStyleLayer.Stop, WorldMapStyleLayer.TextureScaling, WorldMapStyleLayer.TextureStop
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
int
int
int
int
Fields inherited from class zombie.worldMap.styles.WorldMapStyleLayer
m_filter, m_filterKey, m_filterValue, m_id, m_minZoom
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
filter
(WorldMapFeature var1, WorldMapStyleLayer.FilterArgs var2) boolean
void
render
(WorldMapFeature var1, WorldMapStyleLayer.RenderArgs var2) void
renderCell
(WorldMapStyleLayer.RenderArgs renderArgs) void
renderVisibleCells
(WorldMapStyleLayer.RenderArgs renderArgs) Methods inherited from class zombie.worldMap.styles.WorldMapStyleLayer
evalColor
-
Field Details
-
m_worldX1
public int m_worldX1 -
m_worldY1
public int m_worldY1 -
m_worldX2
public int m_worldX2 -
m_worldY2
public int m_worldY2 -
m_useWorldBounds
public boolean m_useWorldBounds -
m_fill
-
m_texture
-
m_tile
public boolean m_tile
-
-
Constructor Details
-
WorldMapTextureStyleLayer
-
-
Method Details
-
getTypeString
- Specified by:
getTypeString
in classWorldMapStyleLayer
-
ignoreFeatures
public boolean ignoreFeatures()- Overrides:
ignoreFeatures
in classWorldMapStyleLayer
-
filter
- Overrides:
filter
in classWorldMapStyleLayer
-
render
- Specified by:
render
in classWorldMapStyleLayer
-
renderCell
- Overrides:
renderCell
in classWorldMapStyleLayer
-
renderVisibleCells
- Specified by:
renderVisibleCells
in classWorldMapStyleLayer
-