com.parzivail.util.block.connecting.SelfConnectingBlock Maven / Gradle / Ivy
package com.parzivail.util.block.connecting;
import net.minecraft.class_2680;
public class SelfConnectingBlock extends DelegatedConnectingBlock
{
public SelfConnectingBlock(class_2251 settings)
{
super(settings);
}
@Override
protected boolean shouldConnectTo(class_2680 self, class_2680 other)
{
return other.method_27852(self.method_26204());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy