Class WrapperPlayServerMap.WrappedMapPatch
java.lang.Object
com.comphenix.packetwrapper.wrappers.play.clientbound.WrapperPlayServerMap.WrappedMapPatch
- Enclosing class:
- WrapperPlayServerMap
-
Constructor Summary
ConstructorsConstructorDescriptionWrappedMapPatch
(int startX, int startY, int width, int height, byte[] mapColors) -
Method Summary
-
Constructor Details
-
WrappedMapPatch
public WrappedMapPatch(int startX, int startY, int width, int height, byte[] mapColors) -
WrappedMapPatch
public WrappedMapPatch()
-
-
Method Details
-
getStartX
public int getStartX() -
setStartX
public void setStartX(int startX) -
getStartY
public int getStartY() -
setStartY
public void setStartY(int startY) -
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getHeight
public int getHeight() -
setHeight
public void setHeight(int height) -
getMapColors
public byte[] getMapColors() -
setMapColors
public void setMapColors(byte[] mapColors) -
equals
-
hashCode
public int hashCode() -
toString
-