|
37 | 37 | @Mixin(ItemStack.class) |
38 | 38 | public abstract class ItemStackMixin implements ISpoilableItemStackExtension { |
39 | 39 |
|
40 | | - // ***************************// |
| 40 | + // ************************* // |
41 | 41 | // Shadow fields and methods // |
42 | | - // ***************************// |
| 42 | + // ************************* // |
43 | 43 |
|
44 | 44 | @Shadow |
45 | 45 | public abstract CompoundTag getOrCreateTagElement(String key); |
@@ -80,9 +80,9 @@ public abstract class ItemStackMixin implements ISpoilableItemStackExtension { |
80 | 80 | @Shadow(remap = false) |
81 | 81 | protected abstract void forgeInit(); |
82 | 82 |
|
83 | | - // ***************************// |
| 83 | + // ************* // |
84 | 84 | // Unique fields // |
85 | | - // ***************************// |
| 85 | + // ************* // |
86 | 86 |
|
87 | 87 | /** |
88 | 88 | * Whether {@link ItemStackMixin#gtceu$updateFreshness(SpoilContext, boolean)} |
@@ -117,9 +117,9 @@ public abstract class ItemStackMixin implements ISpoilableItemStackExtension { |
117 | 117 | return (ItemStack) (Object) this; |
118 | 118 | } |
119 | 119 |
|
120 | | - // ***************************// |
| 120 | + // ************************* // |
121 | 121 | // Interface implementations // |
122 | | - // ***************************// |
| 122 | + // ************************* // |
123 | 123 |
|
124 | 124 | /** |
125 | 125 | * Primarily used as debug info when advanced tooltips are turned on. |
@@ -201,9 +201,9 @@ public abstract class ItemStackMixin implements ISpoilableItemStackExtension { |
201 | 201 | gtceu$isUpdating = false; |
202 | 202 | } |
203 | 203 |
|
204 | | - // ***************************// |
| 204 | + // ********* // |
205 | 205 | // Injectors // |
206 | | - // ***************************// |
| 206 | + // ********* // |
207 | 207 |
|
208 | 208 | @Inject(at = @At("HEAD"), |
209 | 209 | method = { "getItem", "getCount", "getTag", "getOrCreateTag", "getTagElement", "getOrCreateTagElement", |
|
0 commit comments