@@ -27,70 +27,70 @@ public enum Effect {
27
27
* @deprecated no longer exists
28
28
* @see Sound#BLOCK_WOODEN_DOOR_OPEN
29
29
*/
30
- @ Deprecated (since = "1.19.3" )
30
+ @ Deprecated (since = "1.19.3" , forRemoval = true )
31
31
DOOR_TOGGLE (1006 , Type .SOUND ),
32
32
/**
33
33
* Sound of a door opening.
34
34
* @deprecated no longer exists
35
35
* @see Sound#BLOCK_IRON_DOOR_OPEN
36
36
*/
37
- @ Deprecated (since = "1.19.3" )
37
+ @ Deprecated (since = "1.19.3" , forRemoval = true )
38
38
IRON_DOOR_TOGGLE (1005 , Type .SOUND ),
39
39
/**
40
40
* Sound of a trapdoor opening.
41
41
* @deprecated no longer exists
42
42
* @see Sound#BLOCK_WOODEN_TRAPDOOR_OPEN
43
43
*/
44
- @ Deprecated (since = "1.19.3" )
44
+ @ Deprecated (since = "1.19.3" , forRemoval = true )
45
45
TRAPDOOR_TOGGLE (1007 , Type .SOUND ),
46
46
/**
47
47
* Sound of a door opening.
48
48
* @deprecated no longer exists
49
49
* @see Sound#BLOCK_IRON_TRAPDOOR_OPEN
50
50
*/
51
- @ Deprecated (since = "1.19.3" )
51
+ @ Deprecated (since = "1.19.3" , forRemoval = true )
52
52
IRON_TRAPDOOR_TOGGLE (1037 , Type .SOUND ),
53
53
/**
54
54
* Sound of a door opening.
55
55
* @deprecated no longer exists
56
56
* @see Sound#BLOCK_FENCE_GATE_OPEN
57
57
*/
58
- @ Deprecated (since = "1.19.3" )
58
+ @ Deprecated (since = "1.19.3" , forRemoval = true )
59
59
FENCE_GATE_TOGGLE (1008 , Type .SOUND ),
60
60
/**
61
61
* Sound of a door closing.
62
62
* @deprecated no longer exists
63
63
* @see Sound#BLOCK_WOODEN_DOOR_CLOSE
64
64
*/
65
- @ Deprecated (since = "1.19.3" )
65
+ @ Deprecated (since = "1.19.3" , forRemoval = true )
66
66
DOOR_CLOSE (1012 , Type .SOUND ),
67
67
/**
68
68
* Sound of a door closing.
69
69
* @deprecated no longer exists
70
70
* @see Sound#BLOCK_IRON_DOOR_CLOSE
71
71
*/
72
- @ Deprecated (since = "1.19.3" )
72
+ @ Deprecated (since = "1.19.3" , forRemoval = true )
73
73
IRON_DOOR_CLOSE (1011 , Type .SOUND ),
74
74
/**
75
75
* Sound of a trapdoor closing.
76
76
* @deprecated no longer exists
77
77
* @see Sound#BLOCK_WOODEN_TRAPDOOR_CLOSE
78
78
*/
79
- @ Deprecated (since = "1.19.3" )
79
+ @ Deprecated (since = "1.19.3" , forRemoval = true )
80
80
TRAPDOOR_CLOSE (1013 , Type .SOUND ),
81
81
/**
82
82
* Sound of a door closing.
83
83
* @deprecated no longer exists
84
84
* @see Sound#BLOCK_IRON_TRAPDOOR_CLOSE
85
85
*/
86
- @ Deprecated (since = "1.19.3" )
86
+ @ Deprecated (since = "1.19.3" , forRemoval = true )
87
87
IRON_TRAPDOOR_CLOSE (1036 , Type .SOUND ),
88
88
/**
89
89
* Sound of a door closing.
90
90
* @deprecated no longer exists
91
91
* @see Sound#BLOCK_FENCE_GATE_CLOSE
92
92
*/
93
- @ Deprecated (since = "1.19.3" )
93
+ @ Deprecated (since = "1.19.3" , forRemoval = true )
94
94
FENCE_GATE_CLOSE (1014 , Type .SOUND ),
95
95
/**
96
96
* Sound of fire being extinguished.
0 commit comments