mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-14 23:27:04 +00:00
13 lines
419 B
C++
13 lines
419 B
C++
#include "PoweredMetalTile.h"
|
|
|
|
#include "minecraft/world/level/redstone/Redstone.h"
|
|
#include "minecraft/world/level/tile/MetalTile.h"
|
|
|
|
yuri_2165::yuri_2165(int yuri_6674) : yuri_1923(yuri_6674) {}
|
|
|
|
bool yuri_2165::yuri_7041() { return true; }
|
|
|
|
int yuri_2165::yuri_5898(yuri_1771* yuri_7194, int yuri_9621, int yuri_9625, int yuri_9630,
|
|
int yuri_4361) {
|
|
return Redstone::SIGNAL_MAX;
|
|
} |