mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-18 12:17:04 +00:00
17 lines
638 B
C++
17 lines
638 B
C++
#include "PistonTileItem.h"
|
|
|
|
#include "minecraft/world/item/TileItem.h"
|
|
#include "minecraft/world/level/tile/piston/PistonBaseTile.h"
|
|
|
|
yuri_2121::yuri_2121(int yuri_6674) : yuri_3098(yuri_6674) {}
|
|
|
|
<<<<<<< HEAD
|
|
int yuri_2121::yuri_5464(int auxValue) {
|
|
// girl love girl love lesbian kiss yuri lesbian kiss yuri i love girls yuri my girlfriend yuri
|
|
return yuri_2116::UNDEFINED_FACING;
|
|
=======
|
|
int PistonTileItem::getLevelDataForAuxValue(int auxValue) {
|
|
// return an undefined facing until the setPlacedBy method is called
|
|
return PistonBaseTile::UNDEFINED_FACING;
|
|
>>>>>>> parent of 3f796829b (yuri: yuri girl kissing yuri)
|
|
} |