13
13
14
14
@ Mixin (AbstractFurnaceBlockEntity .class )
15
15
public interface AbstractFurnaceBlockEntityAccessor {
16
- @ Accessor ("quickCheck" )
17
- RecipeManager .CachedCheck <SingleRecipeInput , ? extends AbstractCookingRecipe > rubinatedNether$getQuickCheck ();
16
+ @ Accessor ("quickCheck" )
17
+ RecipeManager .CachedCheck <SingleRecipeInput , ? extends AbstractCookingRecipe > rubinatedNether$getQuickCheck ();
18
18
19
- @ Invoker
20
- boolean callCanBurn (RegistryAccess registryAccess , @ Nullable RecipeHolder <?> recipe , NonNullList <ItemStack > stacks , int stackSize , AbstractFurnaceBlockEntity furnaceBlockEntity );
19
+ @ Invoker
20
+ boolean callCanBurn (RegistryAccess registryAccess , @ Nullable RecipeHolder <?> recipe , NonNullList <ItemStack > stacks , int stackSize , AbstractFurnaceBlockEntity furnaceBlockEntity );
21
21
22
- @ Accessor ("litTime" )
23
- int rubinatedNether$getLitTime ();
22
+ @ Accessor ("litTime" )
23
+ int rubinatedNether$getLitTime ();
24
24
25
- @ Accessor ("litTime" )
26
- void rubinatedNether$setLitTime (int litTime );
25
+ @ Accessor ("litTime" )
26
+ void rubinatedNether$setLitTime (int litTime );
27
27
28
- @ Accessor ("litDuration" )
29
- void rubinatedNether$setLitDuration (int litDuration );
28
+ @ Accessor ("litDuration" )
29
+ void rubinatedNether$setLitDuration (int litDuration );
30
30
31
- @ Accessor ("cookingProgress" )
32
- int rubinatedNether$getCookingProgress ();
31
+ @ Accessor ("cookingProgress" )
32
+ int rubinatedNether$getCookingProgress ();
33
33
34
- @ Accessor ("cookingProgress" )
35
- void rubinatedNether$setCookingProgress (int cookingProgress );
34
+ @ Accessor ("cookingProgress" )
35
+ void rubinatedNether$setCookingProgress (int cookingProgress );
36
36
37
- @ Accessor ("cookingTotalTime" )
38
- int rubinatedNether$getCookingTotalTime ();
37
+ @ Accessor ("cookingTotalTime" )
38
+ int rubinatedNether$getCookingTotalTime ();
39
39
40
- @ Accessor ("cookingTotalTime" )
41
- void rubinatedNether$setCookingTotalTime (int cookingTotalTime );
40
+ @ Accessor ("cookingTotalTime" )
41
+ void rubinatedNether$setCookingTotalTime (int cookingTotalTime );
42
42
43
- @ Invoker
44
- boolean callIsLit ();
43
+ @ Invoker
44
+ boolean callIsLit ();
45
45
46
- @ Invoker
47
- static int callGetTotalCookTime (Level level , AbstractFurnaceBlockEntity blockEntity ) {
48
- throw new AssertionError ();
49
- }
46
+ @ Invoker
47
+ static int callGetTotalCookTime (Level level , AbstractFurnaceBlockEntity blockEntity ) {
48
+ throw new AssertionError ();
49
+ }
50
50
51
- @ Accessor ("items" )
52
- NonNullList <ItemStack > rubinatedNether$getItems ();
51
+ @ Accessor ("items" )
52
+ NonNullList <ItemStack > rubinatedNether$getItems ();
53
53
54
- @ Invoker
55
- int callGetBurnDuration (ItemStack pFuel );
54
+ @ Invoker
55
+ int callGetBurnDuration (ItemStack pFuel );
56
56
}
0 commit comments