com.parzivail.util.block.connecting.SelfConnectingGlassBlock Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pswg Show documentation
Show all versions of pswg Show documentation
Explore the galaxy with Galaxies: Parzi's Star Wars Mod!
package com.parzivail.util.block.connecting;
import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
import net.minecraft.class_1922;
import net.minecraft.class_2338;
import net.minecraft.class_259;
import net.minecraft.class_265;
import net.minecraft.class_2680;
import net.minecraft.class_3726;
public class SelfConnectingGlassBlock extends SelfConnectingBlock
{
public SelfConnectingGlassBlock(class_2251 settings)
{
super(settings);
}
@Override
public class_265 method_26159(class_2680 state, class_1922 world, class_2338 pos, class_3726 context)
{
return class_259.method_1073();
}
@Override
@Environment(EnvType.CLIENT)
public float method_9575(class_2680 state, class_1922 world, class_2338 pos)
{
return 1.0F;
}
@Override
public boolean method_9579(class_2680 state, class_1922 world, class_2338 pos)
{
return true;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy