yarn/src/packageDocs/java/net/minecraft/block/cauldron/package-info.java

12 lines
364 B
Java

/*
* This file is free for everyone to use under the Creative Commons Zero license.
*/
/**
* Provides the {@linkplain net.minecraft.block.cauldron.CauldronBehavior cauldron behavior} system,
* which determines what happens when a player interacts with a cauldron.
*
* @see net.minecraft.block.AbstractCauldronBlock
*/
package net.minecraft.block.cauldron;