
net.minecraft.server.BlockYellowFlowers Maven / Gradle / Ivy
package net.minecraft.server;
public class BlockYellowFlowers extends BlockFlowers {
public BlockYellowFlowers() {
}
public EnumFlowerType l() {
return EnumFlowerType.YELLOW;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy