File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
eternalcore-core/src/main/java/com/eternalcode/core/feature/warp/messages Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 8
8
import java .util .List ;
9
9
import java .util .Map ;
10
10
import lombok .Getter ;
11
+ import lombok .experimental .Accessors ;
11
12
import net .dzikoysk .cdn .entity .Contextual ;
12
13
import net .dzikoysk .cdn .entity .Description ;
13
14
import org .bukkit .Material ;
14
15
15
16
@ Getter
17
+ @ Accessors (fluent = true )
16
18
@ Contextual
17
19
public class ENWarpMessages implements WarpMessages {
18
20
@ Description ("# {WARP} - Warp name" )
@@ -44,6 +46,7 @@ public class ENWarpMessages implements WarpMessages {
44
46
public ENWarpInventory warpInventory = new ENWarpInventory ();
45
47
46
48
@ Getter
49
+ @ Accessors (fluent = true )
47
50
@ Contextual
48
51
public static class ENWarpInventory implements WarpInventorySection {
49
52
public String title = "<dark_gray>» <green>Available warps:" ;
Original file line number Diff line number Diff line change 8
8
import java .util .List ;
9
9
import java .util .Map ;
10
10
import lombok .Getter ;
11
+ import lombok .experimental .Accessors ;
11
12
import net .dzikoysk .cdn .entity .Contextual ;
12
13
import net .dzikoysk .cdn .entity .Description ;
13
14
import org .bukkit .Material ;
14
15
15
16
@ Getter
17
+ @ Accessors (fluent = true )
16
18
@ Contextual
17
19
public class PLWarpMessages implements WarpMessages {
18
20
@ Description ("# {WARP} - Nazwa warpu" )
@@ -42,6 +44,7 @@ public class PLWarpMessages implements WarpMessages {
42
44
public PLWarpInventory warpInventory = new PLWarpInventory ();
43
45
44
46
@ Getter
47
+ @ Accessors (fluent = true )
45
48
@ Contextual
46
49
public static class PLWarpInventory implements WarpInventorySection {
47
50
public String title = "<dark_gray>» <green>Lista dostępnych warpów" ;
You can’t perform that action at this time.
0 commit comments