Skip to content

Commit

Permalink
ascii character fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
murl-digital committed Dec 7, 2020
1 parent 7925fe0 commit 9fa5f37
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void setX(double value) {
* Retrieve FeetY.
* <p>
* Notes: absolute feet position, normally HeadY - 1.62. Used to modify the
* players bounding box when going up stairs, crouching, etc
* players bounding box when going up stairs, crouching, etc...
*
* @return The current FeetY
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void setX(double value) {
* Retrieve Feet Y.
* <p>
* Notes: absolute feet position. Is normally HeadY - 1.62. Used to modify
* the players bounding box when going up stairs, crouching, etc
* the players bounding box when going up stairs, crouching, etc...
*
* @return The current FeetY
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public void setIsEntity(boolean value) {
/**
* Retrieve Entity ID.
* <p>
* Notes: only if is entity is true the entity to face towards
* Notes: only if is entity is true - the entity to face towards
*
* @return The current Entity ID
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import com.comphenix.protocol.PacketType;
import com.comphenix.protocol.events.PacketContainer;
import com.comphenix.protocol.wrappers.nbt.NbtBase;

import java.util.List;

public class WrapperPlayServerMapChunk extends AbstractPacket {
Expand Down Expand Up @@ -96,7 +97,7 @@ public void setGroundUpContinuous(boolean value) {
}

/**
* Bitmask with bits set to 1 for every 16×16×16 chunk section whose data is
* Bitmask with bits set to 1 for every 16*16*16 chunk section whose data is
* included in Data. The least significant bit represents the chunk section at
* the bottom of the chunk column (from y=0 to y=15).
*
Expand Down

0 comments on commit 9fa5f37

Please sign in to comment.