Skip to content

Commit

Permalink
remove unnecessary headers from beam module
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentinTheKid committed Dec 19, 2024
1 parent e1491bf commit 8db7324
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/developers/modules/beam.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Custom colors can be created from any RGB values using `new Color(int red, int g

<Tab>

### Displaying a Beam
**Displaying a Beam**

```java
public void displayBeamExample(Player viewer) {
Expand All @@ -143,7 +143,7 @@ public void displayBeamExample(Player viewer) {
}
```

### Removing a Beam
**Removing a Beam**

```java
public void removeBeamExample(Player viewer) {
Expand All @@ -155,7 +155,7 @@ public void removeBeamExample(Player viewer) {
}
```

### Resetting all Beams
**Resetting all Beams**

```java
public void resetBeamsExample(Player viewer) {
Expand All @@ -168,7 +168,7 @@ public void resetBeamsExample(Player viewer) {

<Tab>

### Displaying a Beam
**Displaying a Beam**

```java
public void displayBeamExample(Player viewer) {
Expand All @@ -184,7 +184,7 @@ public void displayBeamExample(Player viewer) {
}
```

### Removing a Beam
**Removing a Beam**

```java
public void removeBeamExample(Player viewer) {
Expand All @@ -196,7 +196,7 @@ public void removeBeamExample(Player viewer) {
}
```

### Resetting all Beams
**Resetting all Beams**

```java
public void resetBeamsExample(Player viewer) {
Expand Down

1 comment on commit 8db7324

@LunarClientBot
Copy link
Collaborator

@LunarClientBot LunarClientBot commented on 8db7324 Dec 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📄 Documentation Deployment

Status:✅ Completed
Environment:preview
URL:https://9e90a268.lunarclient-dev.pages.dev

Please sign in to comment.