Package net.minecraft.util
Class DrinkHelper
- java.lang.Object
-
- net.minecraft.util.DrinkHelper
-
public class DrinkHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DrinkHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ItemStack
createFilledResult(ItemStack p_242398_0_, PlayerEntity p_242398_1_, ItemStack p_242398_2_)
static ItemStack
createFilledResult(ItemStack p_241445_0_, PlayerEntity p_241445_1_, ItemStack p_241445_2_, boolean p_241445_3_)
static ActionResult<ItemStack>
useDrink(World p_234707_0_, PlayerEntity p_234707_1_, Hand p_234707_2_)
-
-
-
Method Detail
-
useDrink
public static ActionResult<ItemStack> useDrink(World p_234707_0_, PlayerEntity p_234707_1_, Hand p_234707_2_)
-
createFilledResult
public static ItemStack createFilledResult(ItemStack p_241445_0_, PlayerEntity p_241445_1_, ItemStack p_241445_2_, boolean p_241445_3_)
-
createFilledResult
public static ItemStack createFilledResult(ItemStack p_242398_0_, PlayerEntity p_242398_1_, ItemStack p_242398_2_)
-
-